ai-agent

Agentic Design Patterns

谷歌新书Agent设计模式(agentic design patterns)最佳中文版,持续优化。附:在线阅读、pdf和epub电子书下载。
7,864 stars1,131 forksHTMLUpdated 8/24/2026100% free · open source
What it does

Provides a complete Chinese translation of the “Agentic Design Patterns” book with online view, PDF/EPUB download, and source files you can copy‑paste into your own AI‑agent projects.

When to use it
  • You’re designing a multi‑step AI agent and need proven architectural patterns.
  • You want ready‑to‑use code snippets (Python/JavaScript) for common agent roles (Coordinator, Executor, Planner, etc.).
  • You need a downloadable PDF/EPUB of the patterns for offline reference or team sharing.
Ready-to-paste prompt
python - <<'PY'
import openai
from coordinator import CoordinatorAgent

# Replace with your own key
openai.api_key = "YOUR_OPENAI_API_KEY"

agent = CoordinatorAgent(
    tools=["search", "calculator"],
    goal="Plan a 3‑day itinerary for a tech startup conference in San Francisco"
)

result = agent.run()
print(result)
PY
Heads up: All code snippets assume the OpenAI Python SDK (v1.x) is installed and that you have a valid `OPENAI_API_KEY`; forgetting to set the environment variable will cause runtime errors.
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

⚡ Runs out of the box

A prompt/skill package — nothing to install beyond adding it to your AI tool.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/agentic-design-patterns && curl -fsSL https://workflowstacks.com/api/skills/agentic-design-patterns/claude-skill -o ~/.claude/skills/agentic-design-patterns/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How Agentic Design Patterns works
Codeflow
Free to inspect

Agentic Design Patterns is mostly documents (113 doc files, 1 small script) — something you read, not something you run. There is nothing to install. Last commit this month, no license file.

Size
Mostly documents
113 documents · 1 small script · days to read — use, don't read
Setup
Nothing to install
A guide / curated list. Just read it and follow the links.
Runs on
Nowhere — you read it
A reading resource, not a program.
HTML 98%Ruby 2%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
  2. 2
    AGENTS.md
    The instructions the AI actually follows
What's in each folder
bilingual/Folder34 files
chapters/Folder34 files
original/Folder34 files
_includes/Folder3 files
_layouts/Folder2 files
images/Images & static assets61 files
.github/CI / automation (GitHub Actions)3 files
READMEDocumentedCI checksNo licenseUpdated this month
Quick Actions
Details
Creator
xindoo
Language
HTML
Category
ai-agent
Published
9/30/2025

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.