sandbox-agent/examples/mock-acp-agent
2026-02-11 06:43:52 -08:00
..
src feat: acp http adapter 2026-02-11 06:43:52 -08:00
package.json feat: acp http adapter 2026-02-11 06:43:52 -08:00
README.md feat: acp http adapter 2026-02-11 06:43:52 -08:00
tsconfig.build.json feat: acp http adapter 2026-02-11 06:43:52 -08:00
tsconfig.json feat: acp http adapter 2026-02-11 06:43:52 -08:00

@sandbox-agent/mock-acp-agent

Minimal newline-delimited ACP JSON-RPC mock agent.

Behavior:

  • Echoes every inbound message as mock/echo notification.
  • For requests (method + id), returns result.echoed payload.
  • For mock/ask_client, emits an agent-initiated mock/request before response.
  • For responses from client (id without method), emits mock/client_response notification.