You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep OpenClaw-specific code limited to gateway launch/connection/configuration/discovery/lifecycle behavior and any genuinely OpenClaw-specific ACP adaptation.
Do not duplicate generic ACP message mapping, tool-event handling, cancellation, structured error propagation, process supervision, or session mechanics.
Preserve optional dependency isolation and use connector-local contract/parity/process-tree tests plus generic ACP TCK coverage.
No dedicated Kiro SDD or implementation PR exists yet.
feat(acp): Add OpenClaw Gateway bridge through openclaw acp
Related: https://docs.openclaw.ai/tools/acp-agents
Current architecture / implementation constraints
Treat this as an external agent-runtime connector/bridge, not as an inference backend and not as a second ACP implementation.
connector-support/acpas the single ACP protocol/session/tool/stream implementation (refactor: deduplicate ACP runtime #242).connectors/using the executable backend-plugin/process-host architecture (feat: add executable backend connector plugins #208).execution_class: agent_runtime; feat(routing): agent-runtime execution composition safety #337 allows direct routes while protecting unsafe weighted/parallel/thinker/failover composition by default.No dedicated Kiro SDD or implementation PR exists yet.