agentica-infrastructure
仓库创建 2025年12月23日最近提交 6 个月前SkillHot 收录 23 天前
▸ 精选理由
深入的构造器与数据库模式说明,适合定制化多 agent 工作流。
这个 Skill 做什么
Agentica 多智能体协调基础设施的完整 API 规范与参考。
提供 Agentica 多智能体协调的完整 API 参考,包含构造器签名、协调模式和数据库 schema 等细节。构建多 agent 工作流、实现自定义 pattern 或排查 agent 跟踪与孤儿检测时会反复查阅这些文档。文档粒度高,列出底层 primitives 和示例,方便按规范实现和调试复杂的编排逻辑。
▸ 展开 SKILL.md 英文原文
Reference guide for Agentica multi-agent infrastructure APIs
3.9k
Stars
298
Forks
40
仓库内 Skill
+19
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/agentica-infrastructure/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/agentica-infrastructure/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Agentica Infrastructure Reference Complete API specification for Agentica multi-agent coordination infrastructure. ## When to Use - Building multi-agent workflows with Agentica patterns - Need exact constructor signatures for pattern classes - Want to understand coordination database schema - Implementing custom patterns using primitives - Debugging agent tracking or orphan detection ## Quick Reference ### 11 Pattern Classes | Pattern | Purpose | Key Method | |---------|---------|------------| | `Swarm` | Parallel perspectives | `.execute(query)` | | `Pipeline` | Sequential stages | `.run(initial_state)` | | `Hierarchical` | Coordinator + specialists | `.execute(task)` | | `Jury` | V
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有