Documentation Index
Fetch the complete documentation index at: https://docs-v1.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
Follow these steps to setup an existing workspace:
Clone git repository
Clone the git repo and cd into the workspace directorygit 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
Copy secrets
Copy workspace/example_secrets to workspace/secretscp -r workspace/example_secrets workspace/secrets
Start workspace
Stop workspace