agentos-api-teams
Installation
SKILL.md
AgentOS Teams API
Prerequisites
Start an AgentOS server with teams configured:
export ANTHROPIC_API_KEY=sk-...
uv run start_agentos.py # See agno-agentos skill
Default: Use the CLI Script
Always try the provided script first. It covers listing teams, running teams (streaming and non-streaming), and session persistence — all from the command line with no custom code needed.
The script is at: scripts/run_teams.py
Related skills