README Pipeline Models¶
osa_tool.operations.docs.readme_generation.pipeline.models
¶
Domain models for the README generation agent pipeline.
RepositoryContext
¶
Bases: BaseModel
Aggregated repository context collected during the first pipeline stage.
SectionResult
¶
Bases: BaseModel
Generated content for a single README section.
SectionSpec
¶
Bases: BaseModel
Plan entry describing one README section to produce.
TaskIntent
¶
Bases: BaseModel
Result of intent analysis — what the user wants done and at what scope.