OpenAgents is an extensible framework designed to facilitate the creation, coordination and deployment of such systems.
- Supported OS:
MacOS
,Windows
- Tech stack:
python
,fastapi
,langchain
,langgraph
,langsmith
,huggingface
,gemini
,llama
,bitnet
,docker
- 🪄 Build your own AI agent or group of agents.
- 💬 Chat with your agents.
- 🖥️ Montoring AI agents workflow.
- 🔨 Integrates with Open WebUI to run the platform locally.
Via pip:
pip install open-agents
For development
- Clone the repository:
git clone https://github.com/duongnguyen-dev/open-agents.git
- Install required dependencies:
conda create -n openagents python==3.11 && conda activate openagents pip install -e .
- Run frontend:
cd frontend && npm install npm run dev
- Run backend:
cd open-agents python main.py