Documentation Index
Fetch the complete documentation index at: https://agno-v2-shaloo-ai-support-link.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Follow these steps to setup an existing infra:
Clone git repository
Clone the git repo and cd into the infra directorygit clone https://github.com/[YOUR_GIT_REPO].git
cd your_infra_directory
Create and activate a virtual environment
python3 -m venv aienv
source aienv/bin/activate
Copy secrets
Copy infra/example_secrets to infra/secretscp -r infra/example_secrets infra/secrets
Start infra
Stop infra