marcusrbrown / copiloting

A collection of building blocks for creating AI agents and chatbots.
MIT License
1 stars 1 forks source link
copilot copiloting langchain llm svelte

Copiloting

Build Status npm downloads Twitter Follow

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.

Table of Contents

Features

Copiloting offers:

Installation

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

Usage

Once installed, you can use Copiloting in your project as follows:

import {Copilot} from '@copiloting';

let myCopilot = new Copilot();
// Use myCopilot...

Contributing

We appreciate all contributions to improve Copiloting. Please read the CONTRIBUTING.md before submitting a pull request.

Similar Projects

License

Copiloting is MIT licensed.