Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Clone git repository
cd
git 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
Install agno
pip install -U agno
Copy secrets
infra/example_secrets
infra/secrets
cp -r infra/example_secrets infra/secrets
Start infra
ag infra up --env dev --infra docker
Stop infra
ag infra down --env dev --infra docker
Was this page helpful?