https://github.com/duongnguyen-dev/open-agents
The Ultimate Multi-Agents Framework
https://github.com/duongnguyen-dev/open-agents
agent bitnet-llm llama multi-agents
Last synced: 2 months ago
JSON representation
The Ultimate Multi-Agents Framework
- Host: GitHub
- URL: https://github.com/duongnguyen-dev/open-agents
- Owner: duongnguyen-dev
- License: mit
- Created: 2025-05-06T04:58:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-26T04:21:52.000Z (about 1 year ago)
- Last Synced: 2025-07-12T22:51:24.667Z (12 months ago)
- Topics: agent, bitnet-llm, llama, multi-agents
- Language: JavaScript
- Homepage:
- Size: 46.4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Agents: The Ultimate Multi-Agents Framework







**OpenAgents is an extensible framework designed to facilitate the creation, coordination and deployment of such systems.**
## News
## Get started
### Project information
- Supported OS: `MacOS`, `Windows`
- Tech stack: `python`, `fastapi`, `langchain`, `langgraph`, `langsmith`, `huggingface`, `gemini`, `llama`, `bitnet`, `docker`
### Features
- 🪄 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.
### Installation
Via pip:
```bash
pip install open-agents
```
For development
- Clone the repository:
```bash
git clone https://github.com/duongnguyen-dev/open-agents.git
```
- Install required dependencies:
```bash
conda create -n openagents python==3.11 && conda activate openagents
pip install -e .
```
- Run frontend:
```bash
cd frontend && npm install
npm run dev
```
- Run backend:
```bash
cd open-agents
python main.py
```