mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 08:03:46 +00:00
| .. | ||
| src | ||
| package.json | ||
| README.md | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
@sandbox-agent/mock-acp-agent
Minimal newline-delimited ACP JSON-RPC mock agent.
Behavior:
- Echoes every inbound message as
mock/echonotification. - For requests (
method+id), returnsresult.echoedpayload. - For
mock/ask_client, emits an agent-initiatedmock/requestbefore response. - For responses from client (
idwithoutmethod), emitsmock/client_responsenotification.