This is a multiagent system built using uv and agno.
◽ Step 1 Install uv
◽ Step 2 Create a virtual environment
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
uv pip install -e .
uv run main.py
Go to http://127.0.0.1:8046/