Skip to content

README State

osa_tool.operations.docs.readme_generation.pipeline.state

Mutable workflow state for the README generation LangGraph pipeline.

ReadmeState

Bases: BaseModel

Full mutable state flowing through the README generation graph.

readme_assembly_mode()

Merge into existing README vs compose from section results (see assembler node).

Missing README is represented by empty context.existing_readme (see extract_readme_content).