Skip to main content

Module runtime

Module runtime 

Source
Expand description

Runtime primitives for preparing agent commands and exposing them over transports. Runtime helpers that the CLI and transports share when launching ACP agents.

This module wires together preparation (downloading binaries, building command specs, tracking temporary extraction directories) with the subprocess primitives and transport implementations that surface an agent’s stdio over different network protocols.

Modules§

prepare
Command construction and distribution-resolution helpers.
process
Low-level child-process spawning and shutdown helpers.
serve
Shared serve entrypoint and transport selection types.
stdio
Direct stdio execution without a network transport.
transports
Concrete TCP, HTTP/2, and WebSocket transport implementations. Network transports that expose an agent’s stdio streams to remote clients.