Structs§
- Agent
Context - Fully assembled agent context for a unit.
- Child
Summary - Concise parent-oriented summary of a direct child unit.
- DepProvider
- Information about a sibling unit that produces an artifact this unit requires.
- File
Entry - A file referenced by the unit with its content and structural summary.
Functions§
- assemble_
agent_ context - Assemble full agent context for a unit — the structured data needed to build any output format (text, JSON, agent prompt).
- extract_
file_ structure - Extract a structural summary (signatures, imports) from file content.
- format_
attempt_ notes - Format the attempt_log and notes field into a combined notes string.
- load_
rules - Load project rules from the configured rules file.
- merge_
paths - Merge explicit
unit.pathswith paths regex-extracted from the description. Explicit paths come first, then regex-extracted paths fill gaps. - resolve_
dependency_ context - Resolve dependency context: find sibling units that produce artifacts this unit requires, and load their descriptions.
- resolve_
dependency_ context_ sqlite - summarize_
child_ units - Summarize direct child tasks for parent-oriented views.
- summarize_
child_ units_ sqlite