api/history_get.py.dox.md
history_get.py API endpoint.history_get.py because this directory is intentionally flat.history_get.py owns the runtime implementation.history_get.py.dox.md owns durable notes about responsibilities, contracts, side effects, and verification for that implementation.GetHistory (ApiHandler)
async process(self, input: dict, request: Request) -> dict | Responsehelpers.api.ApiHandler; WebSocket handlers must derive from helpers.ws.WsHandler.GetHistory is an ApiHandler.GetHistory defines process(...).helpers.api.self.use_context, agent.history.output_text, agent.history.get_tokens.helpers.api.Response for non-JSON responses, files, redirects, or status-specific replies.No child DOX files.