You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix ToolConfigLoader to handle top-level key requirement
- Wrap agent configs in 'agent:' key when loading agent-as-tool
- Wrap swarm configs in 'swarm:' key when loading swarm-as-tool
- Wrap graph configs in 'graph:' key when loading graph-as-tool
- Fixes compatibility with new ConfigLoader top-level key requirement
- Resolves agent tool loading errors in configuration-driven systems
Fixes issue where agent tools failed to load with:
'Configuration must contain a top-level agent key'
0 commit comments