Skip to content

This Agno (formerly Phidata) tutorial shows how you can build a finance agent, an agentic RAG and a multi-agent system in just 7 minutes!

Notifications You must be signed in to change notification settings

ThomasJanssen-tech/Agno-Tutorial

Repository files navigation

Agno (formerly Phidata) Tutorial

Watch the full tutorial on my YouTube Channel

Prerequisites

  • Python 3.11+

Installation

1. Clone the repository:

git clone https://github.com/ThomasJanssen-tech/Agno-Tutorial
cd Agno-Tutorial

2. Create a virtual environment

python -m venv venv

3. Activate the virtual environment

venv\Scripts\Activate
(or on Mac): source venv/bin/activate

4. Install libraries

pip install -r requirements.txt

5. Add your OpenAI API Key

  • Aadd an OpenAI API key

Executing the scripts

  • 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

Further reading

About

This Agno (formerly Phidata) tutorial shows how you can build a finance agent, an agentic RAG and a multi-agent system in just 7 minutes!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages