Expand description
ACP agent server entrypoint and protocol handlers.
This module exposes thndrs as an ACP agent over stdio. The initial server
boundary is deliberately small: stdout is reserved for JSON-RPC transport
and all diagnostics belong on stderr or tracing sinks configured by the
binary.
Modules§
- config_
options - ACP session config option primitives.
- events
- Pure mapping from app events to ACP session-update intents.
- handlers
- ACP server request and notification handlers.
- session
- ACP server session state primitives.
Structs§
- Server
Config - Runtime configuration accepted by the ACP agent binary.
Functions§
- run_
stdio - Run
thndrs acp serveover stdio until the ACP connection closes.