README Graph¶
osa_tool.operations.docs.readme_generation.pipeline.graph
¶
LangGraph definition for the README generation pipeline.
Topology
context_collector -> intent_analyzer -> section_planner -> fan-out section_generator x N (LLM + deterministic per SectionSpec) -> assembler -> self_eval -> (section_generator regen fan-out | readme_patch | writer) -> writer -> END
build_readme_graph(context)
¶
Build and compile the README generation LangGraph.