Commit 0b4d4ec
committed
Final samples update for ConfigLoader top-level key implementation
BREAKING CHANGE: All configuration files now use required top-level keys
Complete samples implementation:
- All configuration files updated to use proper top-level key structure
- Agent configs wrapped in 'agent:' key throughout
- Graph configs wrapped in 'graph:' key throughout
- Swarm configs wrapped in 'swarm:' key throughout
- Tools configs wrapped in 'tools:' key throughout
- All notebooks updated and tested with new ConfigLoader structure
Configuration examples ready for production:
- Schema validation compatible configurations
- Comprehensive tutorial coverage for all ConfigLoader patterns
- Production-ready examples with proper error handling
- Clear migration examples for breaking change
- All nested configurations properly structured
Tutorial coverage includes:
- Basic agent, graph, swarm, and tools configurations
- Advanced patterns: agents-as-tools, graphs-as-tools, swarms-as-tools
- Structured output configurations
- Complex multi-agent orchestration examples
- Configuration-driven development patterns
Ready for immediate use with schema validation and IDE integration support1 parent 48136da commit 0b4d4ec
File tree
1 file changed
+1
-7
lines changed- 01-tutorials/01-fundamentals/09-configuration-loader
1 file changed
+1
-7
lines changedLines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
| 98 | + | |
0 commit comments