45 lines
1.7 KiB
Markdown
45 lines
1.7 KiB
Markdown
---
|
||
title: "Agent Personality"
|
||
type: concept
|
||
tags: [OpenClaw, Agent, Design, UX]
|
||
sources: [multi-agent-team]
|
||
last_updated: 2026-04-23
|
||
---
|
||
|
||
## Definition
|
||
|
||
**Agent Personality** 是给 AI Agent 赋予独特的名字、性格设定和沟通风格的设计实践,使其与用户协作时更加自然,而非像一个通用 AI 工具。
|
||
|
||
## 核心洞察
|
||
|
||
> "Personality matters more than you'd think: Giving agents distinct names and communication styles makes it natural to 'talk to your team' rather than wrestle with a generic AI"
|
||
|
||
赋予 Agent 个性比想象中更重要:
|
||
- **降低协作摩擦**:用户自然地"与团队对话",而非使用工具
|
||
- **明确的职责边界**:名字和人格暗示了 Agent 的专长
|
||
- **增强信任感**:有个性的 Agent 更容易建立情感连接
|
||
|
||
## 设计要素
|
||
|
||
- **Name(名字)**:简短、独特,如 Milo、Josh、Dev
|
||
- **性格描述**:用叙事性语言定义 Agent 的行事风格
|
||
- Milo: "Confident, big-picture, charismatic"(策略领导型)
|
||
- Josh: "Pragmatic, straight to the point, numbers-driven"(商业分析型)
|
||
- Dev: "Precise, thorough, security-conscious"(开发严谨型)
|
||
- **沟通风格**:决定 Agent 如何呈现信息和建议
|
||
|
||
## 与 Agent Specialization 的关系
|
||
|
||
Agent Personality 配合 Agent Specialization 共同作用:
|
||
- **Personality** 解决"如何沟通"的问题
|
||
- **Specialization** 解决"做什么任务"的问题
|
||
- 两者结合让 Agent 更像一个真实的团队成员
|
||
|
||
## Related Concepts
|
||
|
||
- [[Agent Specialization]] — Agent 的专业分工
|
||
- [[OpenClaw]] — SOUL.md 是 Agent Personality 的配置文件
|
||
- [[Agent-Memory]] — 个性配合长期记忆增强 Agent 连续性
|
||
- [[Chained Agents]] — 链式 Agent 中的角色设计
|
||
|