[FEAT] Add SkillOrchestra: skill-aware agent routing via skill transfer#1442
Merged
kyegomez merged 2 commits intokyegomez:masterfrom Mar 12, 2026
Merged
[FEAT] Add SkillOrchestra: skill-aware agent routing via skill transfer#1442kyegomez merged 2 commits intokyegomez:masterfrom
kyegomez merged 2 commits intokyegomez:masterfrom
Conversation
Implements SkillOrchestra based on the paper "SkillOrchestra: Learning to Route Agents via Skill Transfer" (arxiv.org/abs/2602.19672). Routes tasks to agents by maintaining a Skill Handbook that profiles each agent on fine-grained skills, infers task skill requirements via LLM, and scores agents via weighted competence-cost matching. Closes kyegomez#1404
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SkillOrchestraclass based on the paper "SkillOrchestra: Learning to Route Agents via Skill Transfer"Changes
swarms/structs/skill_orchestra.py— Full implementation with 8 Pydantic models, 3 prompt templates, and theSkillOrchestraclassswarms/structs/__init__.py— Added exportTest plan
from swarms import SkillOrchestraSkillOrchestra(agents=...).run("task")and verify correct agent selectiontop_k_agents=2for multi-agent concurrent executionlearning_enabled=Trueacross multiple runs to verify profile updatesCloses #1404
📚 Documentation preview 📚: https://swarms--1442.org.readthedocs.build/en/1442/