1.7 KiB
1.7 KiB
Agent 任务管理系统实施记录
创建日期:2026-03-19
1. Notion Integration 创建
- 登录 https://www.notion.so/my-integrations
- 点击 "New integration",命名为"任务调度"
- 获取 Token:
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
2. 创建数据库
2.1 准备父页面
- 在 Notion 中创建一个空白页面(如"Agent任务管理")
- 右上角 ... → Connect to → 选择"任务调度"
2.2 创建任务数据库
Database ID: 32847fe1-da27-8135-af44-eefdbd3b1640
| 字段 | 类型 |
|---|---|
| 任务名 | Title |
| 状态 | Select (TODO/进行中/待验收/完成/需修复) |
| 优先级 | Select (1-5) |
| 验收标准 | Rich Text |
| 报告链接 | URL |
2.3 创建 Agents 数据库
Database ID: 32847fe1-da27-8101-8758-d416db87d4de
| 字段 | 类型 |
|---|---|
| Agent ID | Title |
| 名称 | Rich Text |
| 服务器 | Select (Ubuntu2/Ubuntu1/Mac Mini) |
| 角色 | Select (云系/风系/星系) |
| 状态 | Select (在线/离线) |
2.4 创建任务类型数据库
Database ID: 32847fe1-da27-8172-9558-e8cd5ae3e9b4
| 字段 | 类型 |
|---|---|
| 类型名 | Title |
| 描述 | Rich Text |
3. 待完成
- 连接 Agents 和任务类型数据库到"任务调度" Integration
- 更新任务数据库,添加 Relation 字段(执行者、验收者、任务类型)
- 添加预设 Agent 数据
- 添加预设任务类型数据