Skip to main content

Module mock

Module mock 

Source
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.

Structsยง

MockProvider