Agent Patterns Catalog

SkillMedia

A catalog of AI agent architecture patterns. Provides reference architectures, component topologies, data flows, design decisions, and framework-agnostic best practices for six core patterns: ReAct, Multi-Agent Conversation, Multi-Agent Workflow, RAG Agent, Tool-Use Agent, and Autonomous Agent. Call

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Agent Patterns Catalog skill

What this skill tells your AI

The instructions your AI receives, as published by hashgraph-online/awesome-codex-plugins in plugins/Colin4k1024/tsp/skills/agent-patterns-catalog/SKILL.md and read by ahel’s review.

AI Agent 架构模式目录,为 Agent 设计提供框架无关的参考架构。

何时激活

  • agent-dev-workshop Phase 2 自动调用
  • 用户询问 Agent 架构模式选择
  • 需要对比不同 Agent 架构方案时

模式索引

模式核心思想适用场景Reference
ReAct Agent思考→行动→观察循环通用任务、搜索+操作references/react-agent.md
Multi-Agent Conversation多角色自由对话辩论、评审、头脑风暴references/multi-agent-conversation.md
Multi-Agent WorkflowDAG/Pipeline 编排阶段式处理、内容生产references/multi-agent-workflow.md
RAG Agent检索增强生成知识问答、文档分析references/rag-agent.md
Tool-Use Agent工具调用链API 集成、数据处理references/tool-use-agent.md
Autonomous Agent自主规划+执行+反思开放式任务、自主研究references/autonomous-agent.md

模式选择决策树

Q1: Agent 需要自主分解复杂任务吗?
  ├─ Yes → Autonomous Agent
  └─ No → Q2

Q2: 涉及多个不同角色协作吗?
  ├─ Yes → Q3
  └─ No → Q4

Q3: 角色之间需要自由对话还是固定流程?
  ├─ 自由对话 → Multi-Agent Conversation
  └─ 固定流程 → Multi-Agent Workflow

Q4: 核心能力是知识检索吗?
  ├─ Yes → RAG Agent
  └─ No → Q5

Q5: 需要推理+多步操作还是简单工具调用?
  ├─ 推理+多步 → ReAct Agent
  └─ 简单调用 → Tool-Use Agent

混合模式

真实项目中常出现混合模式,常见组合:

组合场景设计要点
RAG + ReAct基于知识库的推理和操作检索作为一种 Tool 嵌入 ReAct 循环
RAG + Tool-Use知识问答 + 数据操作检索和工具并列
Workflow + ReAct流水线中某阶段需要推理流水线节点内部嵌入 ReAct loop
Autonomous + Tool-Use自主规划 + 工具执行Plan 产出的子任务由 Tool Agent 执行

使用方式

# 在 agent-dev-workshop Phase 2 中
1. 根据 Phase 1 确认的 Agent 类型,读取对应 reference 文件
2. 从 reference 中提取参考架构图
3. 根据实际 spec 调整组件拓扑
4. 记录设计决策

Signals

GitHub stars
985
Forks
276
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
agent-patterns-catalog
Source
github.com/hashgraph-online/awesome-codex-plugins