Chat Agent toolkit.
Project description
🇨🇳中文 | 🌐English | 📖文档/Docs | 🤖模型/Models
ChatPilot: Chat Agent
ChatPilot: Chat with Agent. 基于chat agent实现了联网搜索,文件、网址对话功能(类kimi chat,文件,拖进来;网址,发出来),支持OpenAI API。
Features
- 本项目基于Agent实现了搜索问答
- 本项目基于Agent实现了文件对话(RAG),实现了通过URL自动解析内容功能,复现了 kimi chat(文件,拖进来;网址,发出来) 的文件、网址对话功能
- 本项目基于Agent实现了python代码解释器,支持E2B虚拟环境和本地python编译器环境运行代码
- 支持前后端服务分离,前端使用Svelte,后端使用FastAPI
- 支持语音输入输出,支持图像生成
- 支持用户管理,权限控制,支持聊天记录导入导出
Demo
Official Demo: https://chat.mulanai.com
Install
pip install -U chatpilot
or
git clone https://github.com/shibing624/ChatPilot.git
cd ChatPilot
pip install -e .
Usage
1. 构建前端web
两种方法构建前端:
- 下载打包并编译好的前端 buid.zip 解压到项目web目录下。
- 自己使用npm构建前端
Requirements:
git clone https://github.com/shibing624/ChatPilot.git
cd ChatPilot/
# Copying required .env file
cp .env.example .env
# Building Frontend Using Node
cd web
npm install
npm run build
输出:项目web
目录产出build
文件夹,包含了前端编译输出文件。
2. 启动后端服务
cd ..
pip install -r requirements.txt -U
bash start.sh
好了,现在你的应用正在运行:http://0.0.0.0:8080 Enjoy! 😄
Contact
- Issue(建议):
- 邮件我:xuming: xuming624@qq.com
- 微信我:加我微信号:xuming624, 备注:姓名-公司-NLP 进NLP交流群。
Citation
如果你在研究中使用了ChatPilot,请按如下格式引用:
APA:
Xu, M. ChatPilot: LLM agent toolkit (Version 0.0.2) [Computer software]. https://github.com/shibing624/ChatPilot
BibTeX:
@misc{ChatPilot,
author = {Ming Xu},
title = {ChatPilot: llm agent},
year = {2024},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/shibing624/ChatPilot}},
}
License
授权协议为 The Apache License 2.0,可免费用做商业用途。请在产品说明中附加ChatPilot的链接和授权协议。
Contribute
项目代码还很粗糙,如果大家对代码有所改进,欢迎提交回本项目,在提交之前,注意以下两点:
- 在
tests
添加相应的单元测试 - 使用
python -m pytest -v
来运行所有单元测试,确保所有单测都是通过的
之后即可提交PR。
Reference
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
chatpilot-0.1.1.tar.gz
(45.5 kB
view hashes)