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

32 lines
972 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 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]] 概念关联