Welcome to Copiloting, a TypeScript-based collection of packages designed to harness the power of AI/ML frameworks to create and use unlimited "copilots". Copiloting provides chatbot building blocks and features using LangChain modules and other AI/ML frameworks.
Copiloting offers:
- Unlimited Copilots: Craft as many AI agents as you need to handle a range of tasks and questions.
- Powerful AI/ML Frameworks: Utilize the cutting-edge capabilities of LangChain modules and other AI/ML frameworks.
- Chatbot Building Blocks: Assemble your own chatbot using a variety of ready-made components and features.
To install Copiloting, you'll need pnpm installed on your machine.
# Install pnpm if not installed
npm install -g pnpm
# Install Copiloting
pnpm install @copiloting
Once installed, you can use Copiloting in your project as follows:
import {Copilot} from '@copiloting';
let myCopilot = new Copilot();
// Use myCopilot...
We appreciate all contributions to improve Copiloting. Please read the CONTRIBUTING.md before submitting a pull request.
- Project 1: Another project that also uses AI/ML frameworks.
- Project 2: A project that provides chatbot components.
- Project 3: A project that explores the use of LangChain modules.
Copiloting is MIT licensed.