Skip to main content
Demonstrates loading a team from the database by ID and running it.
get_team.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your API keys

4

Run PgVector

5

Clone Agno

Clone the repository and run the remaining commands from its root:
6

Save the team

Persist the content-team record before loading it:
7

Run the example

Run the example from the repository root:
Full source: cookbook/93_components/get_team.py