| name | sample-structure |
| description | Conceptual organization of Agent Framework documentation and samples. For language-specific details (file naming, provider setup, code patterns), see each code repo's skills files.
|
Skill: Agent Framework Conceptual Structure
Purpose
This skill defines the conceptual organization of Agent Framework documentation
and how it maps to the learning journey. Language-specific implementation details
belong in each code repo's skills files — this file covers the shared conceptual
model only.
Progressive Learning Model
The Agent Framework uses a 5-layer structure that progressively builds complexity.
Both docs and code samples mirror this structure so users can move fluidly between
reading and running code.
Layer 1: Get Started → Linear tutorial, one concept per step
Layer 2: Agent Concepts → Deep-dive reference, organized by topic
Layer 3: Workflows → Multi-step orchestration patterns
Layer 4: Hosting → Deployment, protocols, production infrastructure
Layer 5: End-to-End → Complete applications combining all layers
Layer Characteristics
| Layer | Purpose | Complexity | Audience |
|---|
| Get Started | "Follow these steps" — sequential, cumulative | Beginner | New users |
| Agent Concepts | "Go deeper on X" — one topic per page | Intermediate | Users building features |
| Workflows | "Orchestrate multiple steps" — pattern-based | Intermediate | Users composing agents |
| Hosting | "Deploy to production" — infrastructure-focused | Advanced | Users shipping |
| End-to-End | "See it all together" — reference applications |