agentica-spawn
仓库创建 2025年12月23日最近提交 6 个月前SkillHot 收录 21 天前
▸ 精选理由
便于将复杂任务分解为并行 agent 模式,适用于自动化执行场景。
这个 Skill 做什么
根据选择的模式生成并调度 Agentica 的多智能体工作流(spawn)。
根据用户选的模式(比如 swarm、hierarchical 等),生成并调度 Agentica 的多智能体工作流,把复杂任务拆成并行或分层的 agent 角色并分配职责。适用于需要多视角、并行处理或分工协作的大型任务或研究场景。亮点是把抽象模式映射成具体的 agent 配置和调度计划,方便复用与扩展。
▸ 展开 SKILL.md 英文原文
Spawn Agentica multi-agent patterns
3.9k
Stars
298
Forks
40
仓库内 Skill
+17
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/agentica-spawn/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/agentica-spawn/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Agentica Spawn Skill
Use this skill after user selects an Agentica pattern.
## When to Use
- After agentica-orchestrator prompts user for pattern selection
- When user explicitly requests a multi-agent pattern (swarm, hierarchical, etc.)
- When implementing complex tasks that benefit from parallel agent execution
- For research tasks requiring multiple perspectives (use Swarm)
- For implementation tasks requiring coordination (use Hierarchical)
- For iterative refinement (use Generator/Critic)
- For high-stakes validation (use Jury)
## Pattern Selection to Spawn Method
### Swarm (Research/Explore)
```python
swarm = Swarm(
perspectives=[
"Security expert analyzing for vulnevia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有