Expand description
Deterministic LLM for tests and offline development.
MockProvider is fed a queue of pre-baked completions. The agent treats
it identically to a real provider, so the agent loop is fully testable
without network access.
Deterministic LLM for tests and offline development.
MockProvider is fed a queue of pre-baked completions. The agent treats
it identically to a real provider, so the agent loop is fully testable
without network access.