Skip to content

AcpCommand

Category: Commands

Source: acp_command.dart

Classes

AcpCommand

glue acp — expose Glue's harness over an external protocol.

Today: ACP over stdio (--stdio, the default) and WebSocket (--port). Planned: other ACP transports and MCP-facing integration work. See: docs/plans/2026-02-27-acp-webui.md docs/plans/2026-04-29-mcp-client.md

Wires AcpServer (in glue_server) to a CliAcpDelegate that owns per-session [AgentCore] instances, runs prompts through the harness, and routes PermissionGate "ask" decisions through ACP's session/request_permission.

Constructor

dart
AcpCommand()

Properties

PropertyTypeDescription
nameString get
descriptionString get
usageFooterString get
nameString get
descriptionString get
usageFooterString get

Methods

Future<int> run()

Released under the MIT License.