mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 17:01:02 +00:00
400 B
400 B
@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.