Skip to main content

Crate dream_worker

Crate dream_worker 

Source
Expand description

Dream Worker Discipline: types for hook-enforced LLM agent governance.

Provides serde types for the TOML test plan schema and default budget constants consumed by the reference shell hooks in the sibling hooks/ directory.

See https://github.com/architect-minder/dream-worker for the full methodology writeup and the seven rules.

Structs§

Agent
Budget
Plan
TOML plan required before dispatching any agent (Rule 5).
Success

Enums§

AgentType

Constants§

DEFAULT_IMPL_OUTPUT_TOKEN_CAP
DEFAULT_IMPL_TOOL_CALL_CAP
DEFAULT_RESEARCH_OUTPUT_TOKEN_CAP
DEFAULT_RESEARCH_TOOL_CALL_CAP
MAX_CONCURRENT_AGENTS

Functions§

parse_plan