Chagent is an open-source platform for developing agent-based applications.
The pronunciation of Chagent is "chay-jent", similar to the Chinese "qian jin te".
- build agent with simple yaml config.
- chat with agent via web ui.
- deploy agent with docker.
Minimum system requirements:
- CPU: 1 Core
- Memory: 2 GB
- Storage: 10 GB
- Clone the repository
git clone https://github.com/open-v2ai/chagent.git
- Install dependencies
cd chagent/api/
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- Run the api server
python main.py
- Run the web ui
cd chagent/web/
pnpm install
pnpm dev
- Open your browser and navigate to
http://localhost:3000
We welcome contributions to Chagent! Please see our CONTRIBUTING.md for more information.
Chagent is released under the Apache License 2.0.