api/subagents.py.dox.md
subagents.py API endpoint.subagents.py because this directory is intentionally flat.subagents.py owns the runtime implementation.subagents.py.dox.md owns durable notes about responsibilities, contracts, side effects, and verification for that implementation.Subagents (ApiHandler)
async process(self, input: Input, request: Request) -> Outputget_subagents_list(self)load_agent(self, name: str | None)save_agent(self, name: str | None, data: dict | None)delete_agent(self, name: str | None)helpers.api.ApiHandler; WebSocket handlers must derive from helpers.ws.WsHandler.Subagents is an ApiHandler.Subagents defines process(...).helpers, helpers.api, typing.subagents.get_agents_list, subagents.load_agent_data, subagents.SubAgent, subagents.save_agent_data, subagents.delete_agent_data, self.use_context, Exception, self.get_subagents_list, self.load_agent, self.save_agent, self.delete_agent.helpers.api.Response for non-JSON responses, files, redirects, or status-specific replies.tests/test_skills_runtime.pyNo child DOX files.