Skip to content

Commit 0b4d4ec

Browse files
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 support
1 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 changed

01-tutorials/01-fundamentals/09-configuration-loader/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,4 @@ After completing this tutorial, you'll understand how to:
9595
- Use agents, swarms, and graphs as reusable tools
9696
- Work with the experimental configuration system
9797

98-
For more advanced topics, explore the other tutorial sections in the samples repository.
99-
100-
## Resources
101-
102-
- [Strands Agents Documentation](https://strandsagents.com/)
103-
- [Configuration Schema Reference](./SCHEMA-PLAN.md) (experimental)
104-
- [Schema Validation Guide](./README-schema-validation.md) (experimental)
98+
For more advanced topics, explore the other tutorial sections in the samples repository.

0 commit comments

Comments
 (0)