api/agents.py.dox.md
agents.py API endpoint.agents.py because this directory is intentionally flat.agents.py owns the runtime implementation.agents.py.dox.md owns durable notes about responsibilities, contracts, side effects, and verification for that implementation.Agents (ApiHandler)
async process(self, input: Input, request: Request) -> Outputhelpers.api.ApiHandler; WebSocket handlers must derive from helpers.ws.WsHandler.Agents is an ApiHandler.Agents defines process(...).helpers, helpers.api.subagents.get_all_agents_list, Exception.helpers.api.Response for non-JSON responses, files, redirects, or status-specific replies.tests/test_default_prompt_budget.pytests/test_office_document_store.pytests/test_projects.pytests/test_skills_runtime.pytests/test_time_travel.pyNo child DOX files.