๐ฑ Foundations
Essential building blocks for AI agent development
Welcome to the Foundations section - your starting point for understanding modern AI agent development. These guides cover the core concepts that every AI developer needs to master.
Cookbook as Code
This cookbook includes runnable code examples. Fork, experiment, and build!
What Youโll Learn
Section titled โWhat Youโll LearnโThis section covers three fundamental pillars of AI agent development:
๐ Interoperability
Section titled โ๐ InteroperabilityโLearn how AI agents communicate using standardized protocols like MCP (Model Context Protocol) and A2A (Agent-to-Agent). Understanding interoperability is crucial for building agents that work seamlessly across different platforms and services.
๐ Model Garden
Section titled โ๐ Model GardenโDiscover the landscape of foundation models and learn how to select, deploy, and switch between different AI models. The Model Garden approach gives you flexibility and prevents vendor lock-in.
๐ง Memory Management
Section titled โ๐ง Memory ManagementโMaster the art of building context-aware agents that remember conversations, learn from interactions, and maintain state across sessions. Memory is what transforms simple AI into intelligent assistants.
Learning Path
Section titled โLearning PathโFoundations Learning Path
Master the core concepts of AI agent development from protocols to memory systems
Start here to understand how modern AI agents connect and communicate using MCP and A2A protocols
Learn about available models and how to work with them to prevent vendor lock-in
Build agents that remember and learn from context across sessions
๐ฑ โ ๐ฟ โ ๐ณ Progressive Learning
Section titled โ๐ฑ โ ๐ฟ โ ๐ณ Progressive LearningโEach guide uses our creative learning labels:
- ๐ฑ Seedling - Beginner-friendly introductions
- ๐ฟ Sprout - Intermediate concepts with code examples
- ๐ณ Forest - Advanced patterns for production systems
- ๐ก Insight - Key takeaways and โaha!โ moments
- โก Quick Win - Fast, actionable implementations
- ๐ฌ Deep Dive - Research and experimental topics
Who This Is For
Section titled โWho This Is Forโ๐ New to AI? Start with Introduction to Interoperability - it assumes no prior AI knowledge
๐ป Experienced Developer? You can jump directly to Memory Management for advanced patterns
๐จ Building Products? Focus on Model Garden to understand your options and make informed choices
Next Steps
Section titled โNext StepsโReady to begin? Start with Introduction to Interoperability to build your foundation.
Part of the HUB Cookbooks by CURATIONS