32 lines
972 B
Markdown
32 lines
972 B
Markdown
---
|
||
title: "Agent File Structure"
|
||
type: concept
|
||
tags: [ai-agents, structure]
|
||
sources: [the-agency-contributing]
|
||
last_updated: 2026-04-20
|
||
---
|
||
|
||
The Agency 项目定义的智能体文件结构规范,区分 Persona(身份)与 Operations(操作)两大语义组。
|
||
|
||
## Persona Group(身份相关)
|
||
|
||
- **Identity & Memory** — 角色、个性、背景
|
||
- **Communication Style** — 语调、声音、沟通方式
|
||
- **Critical Rules** — 边界和约束
|
||
|
||
## Operations Group(操作相关)
|
||
|
||
- **Core Mission** — 主要职责
|
||
- **Technical Deliverables** — 具体输出和模板
|
||
- **Workflow Process** — 步骤化方法论
|
||
- **Success Metrics** — 可衡量成果
|
||
- **Advanced Capabilities** — 专业技巧
|
||
|
||
## Purpose
|
||
|
||
此结构支持 OpenClaw 工作区格式,并被 `convert.sh` 脚本用于自动拆分为特定工具格式。
|
||
|
||
## Relation to
|
||
|
||
- 由 [[AgentDesignPrinciples]] 定义的设计原则指导
|
||
- 与 [[PersonaOperationsSplit]] 概念关联 |