fabro/docs/api-reference
Bryan Helmkamp f0c97a2739 Add server-mode support for arc llm chat via session endpoints
Implement the server-side session handlers (create, retrieve, send message,
stream events, list) with in-memory storage and LLM generation, wire them
into the router replacing not_implemented stubs, add run_chat_via_server
CLI function with SSE streaming, and add mode dispatch so `arc llm chat
--mode server` delegates to the API server.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 18:34:15 -05:00
..
arc-api.yaml Add server-mode support for arc llm chat via session endpoints 2026-03-07 18:34:15 -05:00
client-sdks.mdx Move OpenAPI spec from openapi/ into docs/api-reference/ 2026-03-06 08:35:28 -05:00
demo-mode.mdx Add "Using the API" section to API Reference docs 2026-03-06 07:32:29 -05:00
overview.mdx Add filename titles to TOML code blocks in docs 2026-03-07 18:06:57 -05:00