{"name":"AgentOS","description":"AgentOS is an AI agent management platform that orchestrates hierarchical multi-agent workflows. It supports manager/worker/specialist/reviewer agent roles, real-time SSE streaming, persistent memory, tool integrations, and cross-framework agent communication.","version":"0.11.18.0","documentationUrl":"https://app.gokeeva.com/api/docs","provider":{"organization":"AgentOS","url":"https://app.gokeeva.com"},"supportedInterfaces":[{"url":"https://app.gokeeva.com/api/a2a","protocolBinding":"HTTP+JSON","protocolVersion":"0.3"}],"defaultInputModes":["text/plain","application/json"],"defaultOutputModes":["text/plain","application/json","text/event-stream"],"capabilities":{"streaming":true,"pushNotifications":false,"stateTransitionHistory":true,"extendedAgentCard":true,"extensions":[]},"skills":[{"id":"manager","name":"Manager Agent","description":"Coordinates multi-agent workflows. Breaks complex tasks into subtasks, delegates to child agents, monitors progress, and synthesizes results. Supports hierarchical fan-out with up to 5 parallel children.","tags":["orchestration","coordination","delegation","planning"],"examples":["Coordinate a full-stack feature implementation across frontend and backend agents","Run parallel research tasks and synthesize findings into a report","Monitor a fleet of worker agents and recover stuck ones"],"inputModes":["text/plain","application/json"],"outputModes":["text/plain","application/json"]},{"id":"worker","name":"Worker Agent","description":"General-purpose agent that executes tasks autonomously. Supports code execution, file operations, web search, git operations, and tool use via MCP servers.","tags":["execution","coding","automation","general-purpose"],"examples":["Implement a REST API endpoint","Fix a failing test","Refactor a module following a specification"],"inputModes":["text/plain","application/json"],"outputModes":["text/plain","application/json"]},{"id":"specialist","name":"Specialist Agent","description":"Domain-expert agent with deep focus on a specific area (security, performance, QA, design, etc.). Used for expert review, audits, and targeted investigations.","tags":["expert","review","audit","analysis"],"examples":["Security audit of API endpoints for vulnerabilities","Performance analysis of N+1 queries in database layer","QA testing of a web application with screenshot verification"],"inputModes":["text/plain","application/json"],"outputModes":["text/plain","application/json"]},{"id":"reviewer","name":"Reviewer Agent","description":"Code and artifact review agent. Analyzes diffs, checks for correctness, security issues, style conformance, and provides structured feedback before landing.","tags":["review","code-quality","feedback","pr-review"],"examples":["Review a pull request diff for SQL injection risks","Check an API contract for breaking changes","Validate that implementation matches the design specification"],"inputModes":["text/plain","application/json"],"outputModes":["text/plain","application/json"]}],"securitySchemes":{"apiKey":{"type":"apiKey","description":"AgentOS API key. Generate one at /api/api-keys. Pass as: Authorization: Bearer <key>","in":"header","name":"Authorization"}},"security":[{"apiKey":[]}]}