- Python 3.11+
git clone https://github.com/ThomasJanssen-tech/Agno-Tutorial
cd Agno-Tutorial
python -m venv venv
venv\Scripts\Activate
(or on Mac): source venv/bin/activate
pip install -r requirements.txt
- Aadd an OpenAI API key
-
Open a terminal in VS Code
-
Execute the following command:
python run finance-agent.py
python run agentic-rag.py
python run multi-agent.py