Clone git repository
cd
git clone https://github.com/[YOUR_GIT_REPO].git cd your_workspace_directory
Create and activate a virtual env
python3 -m venv aienv source aienv/bin/activate
Install agno
pip install -U agno
Setup workspace
ag ws setup
Copy secrets
workspace/example_secrets
workspace/secrets
cp -r workspace/example_secrets workspace/secrets
Start workspace
ag ws up
Stop workspace
ag ws down
Was this page helpful?