Architecture Diagrams
This page provides visual references for UAICP protocol architecture, terminology mapping, and framework-specific integration patterns.
1. Generic UAICP Architecture
Loading interactive controls...
2. Terminology Mapping Across Frameworks
| UAICP Primitive | LangGraph-style | AutoGen | CrewAI | OpenAI Agents SDK |
|---|---|---|---|---|
| Envelope | Graph State | Task Context | Task Context | Run Input |
| Evidence | Node Outputs | Tool Events | Crew Step Artifacts | Tool Calls + Messages |
| Verification | Verify Node | Validation Step | Completion Check | Verifier Call |
| Policy Gate | Approval Node | Approval Metadata Gate | Risk + Approval Check | Write-Risk Gate |
| Finalization | Terminal Transition | Final Answer Stage | Output Finalization | Output Publish |
2A. Mapping Flow: LangGraph + AutoGen
Loading interactive controls...
2B. Mapping Flow: CrewAI + OpenAI Agents SDK
Loading interactive controls...
3. Framework-Specific Flow Patterns
3A. LangGraph-Style Runtime
Loading interactive controls...
3B. AutoGen Runtime
Loading interactive controls...
3C. CrewAI Runtime
Loading interactive controls...
3D. OpenAI Agents SDK Runtime
Loading interactive controls...