Expand description
Mock agent backend for testing.
Provides a configurable mock that implements AgentAdapter, tracking all
method calls and supporting error injection. No real agents or tmux needed.
Structs§
- Mock
Backend - A mock backend that records all calls and returns configurable values.
- Mock
Config - Configurable behavior for the mock backend.
Enums§
- Mock
Call - Record of a method call on MockBackend.