mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 23:01:37 +00:00
9 lines
400 B
Markdown
9 lines
400 B
Markdown
# @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.
|