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

https://github.com/thomasjanssen-tech/agno-tutorial

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!
https://github.com/thomasjanssen-tech/agno-tutorial

agent agno phidata rag retrieval-augmented-generation

Last synced: 3 months ago
JSON representation

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!

Awesome Lists containing this project

README

          

Agno (formerly Phidata) Tutorial

Watch the full tutorial on my YouTube Channel



Thomas Janssen Youtube

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



  • https://docs.agno.com/introduction