Skip to main content

Module server

Module server 

Source
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§

ServerConfig
Runtime configuration accepted by the ACP agent binary.

Functions§

run_stdio
Run thndrs acp serve over stdio until the ACP connection closes.