Follow these steps to setup an existing infra:
1

Clone git repository

Clone the git repo and cd into the infra directory
git clone https://github.com/[YOUR_GIT_REPO].git

cd your_infra_directory
2

Create and activate a virtual environment

python3 -m venv aienv
source aienv/bin/activate
3

Install agno

pip install -U agno
4

#TODO: Look into this step
5

Setup infra

ag infra setup
6

Copy secrets

Copy infra/example_secrets to infra/secrets
cp -r infra/example_secrets infra/secrets
7

Start infra

Install docker desktop if needed.
ag infra up
8

Stop infra

ag infra down