#171 · Primary category: AI Chatbots

ChatPilot

agent agentica agents chat chatbot chatgpt chatpdf chatpilot kimi langchain llm

ChatPilot: Chat Agent Web UI,实现Chat对话前端,支持Google搜索、文件网址对话(RAG)、代码解释器功能,复现了Kimi Chat(文件,拖进来;网址,发出来)。

Project last updated:01/27/26

GitHub Stars

602

Forks

57

Contributors

1

License

Apache-2.0

Why we included this project

ChatPilot is a complete chat agent interface you can run yourself, with the frontend and backend both included and working locally or in Docker. The built-in tools cover the practical requests: live web search, pasting a URL so the assistant reads and discusses the page, and a Python code interpreter that runs snippets in a sandboxed environment. That combination gives it a consumer feel, since users can drag in a file or drop a link and ask questions about it, in the style of Kimi Chat. It connects to several model backends, so you can use local models through Ollama or cloud models through OpenAI-compatible and LiteLLM endpoints, and the agent layer is built on the author's Agentica toolkit. User management, permissions, and chat history import/export are included, which makes it viable for a small team rather than just a demo.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category