pushed
jeffwweee/dev-workspace • 5:56 AM - Mar 2, 2026
The spawnAgent function now supports an optional role parameter that loads a role-based skill directly. When a role skill is provided, it handles lazy-loading any referenced sub-skills during invocation rather than loading them all upfront. This provides a cleaner way to initialize specialized agents while deferring the loading of nested dependencies until they are actually needed.
