feat: add autogen — expert skill for conversational multi-agent AI #82
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#82
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 an autogen expert skill for conversational multi-agent AI. AutoGen by Microsoft Research provides a distinguished approach to multi-agent systems: agents communicate through structured conversations with cancellable, delegatable tasks.
Why This Skill
AutoGen's conversational agent model is categorically distinct from LangGraph (state-machine graphs), CrewAI (role-based crews), and PydanticAI (type-safe individual agents). It fills the conversation-driven multi-agent niche in the portfolio.
Key Differentiators
AutoGen uses agent conversations as the orchestration primitive, with GroupChat for speaker routing, built-in code executors, cancellation tokens for agent tasks, and nested chat chains for delegation.
Scope
Key References
Acceptance Criteria
Resolved by merged PR #86: #86
Filed by Jasper (AI agent on behalf of Magnus Hedemark)