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.
克隆 git 仓库
cd
git clone https://github.com/[YOUR_GIT_REPO].git cd your_workspace_directory
创建并激活虚拟环境
python3 -m venv aienv source aienv/bin/activate
安装 agno
pip install -U agno
设置工作空间
ag ws setup
复制敏感信息
workspace/example_secrets
workspace/secrets
cp -r workspace/example_secrets workspace/secrets
启动工作空间
ag ws up
停止工作空间
ag ws down