feat: add crewai — expert skill for role-based multi-agent orchestration #81
Labels
No labels
community-feedback
enhancement
skill-upgrade
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
magnus/agent-skills#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add a crewai expert skill for role-based multi-agent orchestration. CrewAI provides a higher-level abstraction than LangGraph for multi-agent scenarios: agents are defined as Roles with Goals and Backstories, crews are composed with built-in sequential/hierarchical/collaborative workflow patterns, and inter-agent delegation is built into the framework.
Why This Skill
Our LangChain skills cover agent creation and our LangGraph skill covers low-level state-machine graphs. Neither provides the role-based crew abstraction that CrewAI specializes in — where "give each agent a role and a goal" is the mental model, not "define nodes and edges." This is a meaningfully different abstraction layer.
Scope
Key References
Routing Guide Placement
Add rows to the Framework Routing Guide:
Acceptance Criteria
Resolved by merged PR #85: #85
Filed by Jasper (AI agent on behalf of Magnus Hedemark)