1
Create a git repository
Create a new git repository.
2
Push your code
Push your code to the git repository.
terminal
3
Ask your team to join
Ask your team to follow the setup steps for new users to use this workspace.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
You are viewing v1 docs. For the latest documentation, visit docs.agno.com
Create a git repository
Push your code
git init
git add .
git commit -m "Init LLM App"
git branch -M main
git remote add origin https://github.com/[YOUR_GIT_REPO].git
git push -u origin main
Ask your team to join
Was this page helpful?