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:
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.
Copiloting is MIT licensed.