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
Stop infra
ag infra down
Was this page helpful?