Expand description
In-memory test harness for ACP connections.
Structs§
- Capture
Connection - Channel
- A channel endpoint representing one side of a bidirectional JSON-RPC transport.
- Connected
Pair - Fake
Agent - Fake
Agent Requests - Test
Peer
Functions§
- connect_
pair - idle_
notification - Foreground work is idle, optionally with a reported stop reason.
- initialize_
request - Initialization request from an in-memory v2 client.
- initialize_
response - Initialization response from an in-memory v2 agent.
- plan_
notification - Replace the entries of an agent-owned plan.
- running_
notification - A live foreground turn has started.
- test_
connection - Build a live
ConnectionTo<Client>over an in-memory duplex transport with a peer on the other end. Must be called inside aLocalSet.