AgentSOPDocs/README.md

27 lines
638 B
Markdown
Raw Permalink 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.

# AgentSOPDocs
SOP标准操作流程文档库记录工作流程与操作规范。
## 目录结构
```
AgentSOPDocs/
├── README.md # 项目说明
├── SOPs/ # SOP 文档目录
│ └── template.md # SOP 模板
└── assets/ # 资源文件(图片、附件等)
```
## 文档规范
每个 SOP 文档应包含:
- **目的** - 流程的目标和适用场景
- **前置条件** - 执行前需要准备的内容
- **步骤** - 详细的操作步骤
- **注意事项** - 常见问题和注意事项
- **版本记录** - 更新历史
---
创建日期2026-02-22