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,32 @@
---
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]] 概念关联