Files
nexus/wiki/concepts/AgentDesignPrinciples.md
2026-04-20 07:08:14 +08:00

24 lines
1010 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]] 结合使用