返回 Skill 列表
extension
分类: 开发与工程无需 API Key

Agent Arch System Design

代理架构系统设计的逐步指导

person作者: jakexiaohubgithub

Agent Arch System Design

Use this skill when planning the architecture of an AI agent system before implementation.

When to Use

  • You need to decide between single-agent vs multi-agent workflows.
  • You need safe tool invocation, memory strategy, and observability.
  • You need to define latency/cost/reliability trade-offs.

Design Workflow

  1. Define scope: tasks, constraints, and success metrics.
  2. Select execution model (single orchestrator, supervisor-worker, specialist agents).
  3. Define tool contracts (inputs, outputs, timeouts, retries, budgets).
  4. Define memory model (ephemeral context, session memory, long-term store).
  5. Add control policies (permission gates, guardrails, escalation paths).
  6. Add failure strategy (timeouts, fallback responses, human handoff).
  7. Add observability (traces, token usage, tool error taxonomy).
  8. Validate with representative scenarios and adversarial cases.

Output

  • Architecture diagram (components + data/control flow)

  • Tool and memory boundary specification

  • Risk and mitigation checklist

  • Rollout plan (pilot -> limited -> full)

  • Brief plan or checklist

  • Key recommendations and caveats