agentos-api-agents
Installation
SKILL.md
AgentOS Agents API
Prerequisites
Start an AgentOS server first:
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 agents, running agents (streaming and non-streaming), session persistence, and dependencies — all from the command line with no custom code needed.
The script is at: scripts/run_agents.py