An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Open Agents: The Ultimate Multi-Agents Framework
![GitHub stars](https://img.shields.io/github/stars/duongnguyen-dev/open-agents?style=social)
![GitHub forks](https://img.shields.io/github/forks/duongnguyen-dev/open-agents?style=social)
![GitHub watchers](https://img.shields.io/github/watchers/duongnguyen-dev/open-agents?style=social)
![GitHub repo size](https://img.shields.io/github/repo-size/duongnguyen-dev/open-agents)
![GitHub language count](https://img.shields.io/github/languages/count/duongnguyen-dev/open-agents)
![GitHub top language](https://img.shields.io/github/languages/top/duongnguyen-dev/open-agents)
![GitHub last commit](https://img.shields.io/github/last-commit/duongnguyen-dev/open-agents?color=red)

**OpenAgents is an extensible framework designed to facilitate the creation, coordination and deployment of such systems.**


OpenAgents logo



License: MIT
Discord Follow

## 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
```