Re-exports§
pub use commands::BridgeCommand;pub use events::BridgeEvent;pub use events::PermissionKind;pub use events::PermissionOption;pub use events::PermissionOutcome;pub use events::PromptResult;pub use events::ToolCallInfo;
Modules§
Structs§
- AcpBridge
- Core bridge that manages the ACP agent process lifecycle.
- Bridge
Cancel Handle - Handle used to send cancel/shutdown commands independently of
evt_rx.