Auto-sync: 2026-04-20 07:08

This commit is contained in:
2026-04-20 07:08:14 +08:00
parent 31565fe752
commit d7bf4ae6de
126 changed files with 4731 additions and 18 deletions

View File

@@ -0,0 +1,24 @@
---
title: "Agent Design Principles"
type: concept
tags: [ai-agents, design]
sources: [the-agency-contributing]
last_updated: 2026-04-20
---
The Agency 项目定义的智能体设计六大核心原则,用于创建高质量、专业化的 AI 智能体。
## Six Principles
1. **Strong Personality** — 赋予智能体独特的声音和角色,非通用的"helpful assistant"
2. **Clear Deliverables** — 提供具体的代码示例、模板和框架,展示真实输出
3. **Success Metrics** — 包含具体可衡量的指标(如"页面加载时间低于 3 秒"
4. **Proven Workflows** — 经过真实场景验证的步骤流程,非理论推导
5. **Learning Memory** — 智能体从成功模式、失败方法、用户反馈中学习
6. **Real-world Testing** — 在真实场景中测试和迭代
## Application
- [[TheAgency]] 项目的所有贡献者应遵循这些原则创建新智能体
- 评审新智能体时检查是否符合六大原则
- 与 [[AgentFileStructure]] 结合使用