https://github.com/pilarcode/multiagents-agno-lab
Multiagent chatbot 🤖🤖🤖 - Lab with Agno and open source llms
https://github.com/pilarcode/multiagents-agno-lab
agno gradio-ui huggingface lancedb llm-tools multiagent-systems ollama
Last synced: 4 months ago
JSON representation
Multiagent chatbot 🤖🤖🤖 - Lab with Agno and open source llms
- Host: GitHub
- URL: https://github.com/pilarcode/multiagents-agno-lab
- Owner: pilarcode
- Created: 2025-02-12T16:35:08.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-05T09:09:28.000Z (6 months ago)
- Last Synced: 2025-04-12T17:43:36.805Z (6 months ago)
- Topics: agno, gradio-ui, huggingface, lancedb, llm-tools, multiagent-systems, ollama
- Language: Jupyter Notebook
- Homepage:
- Size: 16.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multiagent system
This is a multiagent system built using [uv](https://docs.astral.sh/uv/getting-started/installation/#standalone-installer) and [agno](https://docs.agno.com/).## ◻️ Setup
◽ **Step 1** Install [uv](https://docs.astral.sh/uv/getting-started/installation/#standalone-installer)
◽ **Step 2** Create a virtual environment
```bash
uv venv .venv
```◽ **Step 3** Install packages into the current environment.
If you have a pyproject.toml file with all the dependencies. Just run and the environment will be ready
```bash
uv pip install -e .
```## ◻️ Usage
```bash
uv run main.py
```
Go to http://127.0.0.1:8046/