Workflows¶
Workflow docs define declarative AI runs, routing, orchestration loops, structured outputs, session routing, and refinement control.
Read these docs when changing AG2 workflow authoring, AppGenerator/AgentGenerator handoffs, workflow routing, or session/refinement behavior.
| Doc | Scope |
|---|---|
| Workflow Architecture | Workflow root ownership and execution model |
| Workflow Authoring Contracts | Canonical workflow YAML contract |
| Workflow Routing Transitions | Global workflow routing and transition UI |
| Orchestration Control Loops | Workflow-local, builder-session, and refinement loops |
| AG2 Ownership Boundary | Mozaiks/AG2 ownership rules and compatibility watchpoints |
| AG2 Update Watchpoints | Living AG2 upgrade checks and intentional divergence log |
| AG2 Execution Alignment Plan | Audit and replacement plan for shrinking Mozaiks-owned agentic runtime code |
| Declarative AG2 Mapping | YAML-to-AG2 mapping rules |
| AG2 Network Patternbook | Canonical AgentGenerator pattern catalog for AG2 1.0 beta Network workflow shapes |
| Build Context Packs | Targeted build-time catalogs, contracts, templates, and prompt projections |
| Domain-Agnostic Build Factory | Dev-pack architecture for shared harnesses and domain-specific workflow contracts |
| Strategy Extension Contract | Public seams for app/operator strategy without changing canonical app contracts |
| Structured Output Extraction | Strict structured-output extraction contract |
| Refinement Engine | Refinement routing, classification, and scoped repair |
| End-to-End App Editing Loop | Post-generation app editing flow across refinement, staging, review, promotion, and App Intelligence |
| Session Router | Session routing and resume contract |
| Refinement Harness Architecture | Builder harness ownership and contracts |
| Proposal-Only Workflow Pattern | HITL planning/review workflow archetype, blocked/deferred phases, output invariants |