Files
nexus/wiki/concepts/智能体设计规范.md
2026-04-20 07:08:14 +08:00

22 lines
658 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: "智能体设计规范"
type: concept
tags: [ai-agents, design]
---
## 定义
智能体文件结构、身份与记忆、核心使命、技术交付物、工作流程的完整定义规范。
## 组成要素
- **智能体文件结构**YAML 元数据name、description、color
- **身份与记忆**:角色、性格、经验、学习内容
- **核心使命**:明确职责与交付物
- **技术交付物**:代码示例、模板、框架、文档
- **工作流程**:分步流程(探索→规划→执行→评审)
## 设计原则
- 鲜明性格
- 明确交付物
- 成功指标
- 经过验证的工作流
- 学习与记忆机制