Overview of ACP Sandbox Images
mainThe ACP (Agent Client Protocol) sandbox images are a prototype family for kagent's ACP integration. Every image uses acp-shim as the ENTRYPOINT, which exposes a stdio ACP agent over a WebSocket at ws://0.0.0.0:9000/acp. This endpoint is reachable via Substrate's atenet ingress.
Agent Layer Contract:
- The
ENTRYPOINTis alwaysacp-shim. - The agent layer is provided as
CMDarguments after--, or via theACP_SHIM_CHILDenvironment variable.