Exercise 5: Grand Finale
Overview
In this capstone exercise, you'll integrate everything you've built into one unified, production-like system.
You'll combine:
- Agents (from Exercises 1, 3)
- MCP Servers (from Exercises 2, 4)
- Event sourcing patterns
- Asynchronous workflows
- Multi-service orchestration
The result: A complete system where agents orchestrate all five services to accomplish complex automation goals.
What You'll Build
An integrated platform where:
- Agents coordinate across Jenkins, Gitea, and other services
- Events flow asynchronously through the system
- State is sourced from immutable events
- Complex workflows are automatically executed
- The entire system is fault-tolerant and recoverable
Learning Outcomes
✅ Coordinate multiple agents and servers
✅ Implement event sourcing patterns
✅ Build asynchronous workflows
✅ Handle complex system interactions
✅ Create production-grade automation
✅ You're ready to build real-world systems!
Getting Started
[Complete exercise setup and instructions coming soon]
Next Steps
Congratulations! You've completed the Fellowship Exercises. 🎉
You now understand:
- Agent reasoning and ReAct patterns
- Building and integrating MCP servers
- Complex multi-service orchestration
- Event-driven architectures
- Production automation systems
What's Next?
- Contribute back to the project
- Build your own MCP servers
- Deploy agents to production
- Explore advanced agent patterns
- Join the community!