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 GraphConfigLoader to handle nested config top-level key requirements
- Wrap agent configs in 'agent:' key when loading graph nodes
- Wrap swarm configs in 'swarm:' key when loading graph nodes
- Wrap graph configs in 'graph:' key when loading nested graphs
- Fixes compatibility with ConfigLoader top-level key requirements
- Resolves graph loading errors in configuration-driven systems
Fixes issue where graph nodes failed to load with:
'Configuration must contain a top-level agent/swarm/graph key'
0 commit comments