Hackathon Resources
Setup
Environment Setup
Let’s get your environment setup for the hackathon. Here are the steps:
Create a virtual environment
You can use python3 -m venv
or uv
to create a virtual environment.
Install libraries
Install the agno
python package along with the models and tools you want to use.
Export your API keys
Export the API keys for the models and tools you want to use.