Advanced Capabilities Tutorial Track¶
This track covers the advanced features introduced in Phases 12 and 13 of the FCC Agent Team Framework. These tutorials assume you have completed the beginner and intermediate notebook tracks, and are comfortable with personas, workflows, the event bus, and simulation fundamentals.
Prerequisites¶
- Completion of beginner/intermediate notebooks (01-12) or equivalent experience
- Working FCC development environment (
make install-dev) - Familiarity with the FCC persona registry, workflow graphs, and simulation engine
Tutorials¶
| # | Tutorial | Duration | Topics |
|---|---|---|---|
| 1 | Protocol Integration | 60 min | A2A Agent Cards, MCP server (14 tools, 14 resources, 6 prompts), protocol bridge, AGENTS.md |
| 2 | Knowledge Graphs | 90 min | KnowledgeGraph (9 node types, 9 edge types), builders, traversal, OWL/RDF/SKOS/JSON-LD export |
| 3 | RAG Pipeline | 75 min | DocumentChunker (6 strategies), SemanticRetriever, RAGPipeline with persona-aware queries |
| 4 | Semantic Search | 45 min | EmbeddingProvider protocol, SearchIndex, PersonaSearchIndex, ActionSearchIndex |
| 5 | Federation | 90 min | EntityResolver, NamespaceRegistry (11 ecosystems), ChangeTracker, FederationRegistry |
| 6 | Persona Composition Patterns | 60 min | 8 reusable patterns for multi-persona orchestration |
Total estimated time: 7 hours
Suggested Order¶
Work through the tutorials in order. Protocol Integration introduces cross-system interoperability. Knowledge Graphs and Semantic Search build the foundation for RAG Pipeline. Federation ties everything together across project boundaries. Persona Composition Patterns provides reusable architectural blueprints you can apply throughout.
What You Will Build¶
By the end of this track, you will be able to:
- Expose FCC personas as A2A agents and serve them via MCP
- Construct, query, and export knowledge graphs representing your entire persona ecosystem
- Build RAG pipelines that answer questions grounded in your project's documentation
- Search for personas and actions using natural language
- Federate knowledge across multiple projects with entity resolution
- Apply eight proven composition patterns to orchestrate multi-persona workflows
Related Resources¶
- Beginner Notebooks -- Foundation concepts
- FCC Guidebook -- Comprehensive reference
- API Documentation -- Module-level API docs