mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-23 02:45:38 -06:00
4 lines
228 B
TypeScript
4 lines
228 B
TypeScript
// Runtime control seam for cancelling ACP sessions and subagent runs from task APIs.
|
|
export { getAcpSessionManager } from "../acp/control-plane/manager.js";
|
|
export { killSubagentRunAdmin } from "../agents/subagent-control.js";
|