# AI Agent 任务架构与验收规划 — AgentFit

Canonical: https://agiscorecard.com/zh/workbench/agentfit
Language: zh-Hans
方法版本: 2026-09-19.2

部署 Agent 前，按任务与权限选择执行方式并定义可复现的验收条件。

## 使用方法与计算依据

步骤明确时选择确定性工作流；自适应任务根据外部权限选择只读 Agent 或每次写入需批准的 Agent。

## 输入格式

- 任务步骤，每行一项: `task`
- 能否预先明确执行步骤？: `structure`
- 外部操作权限: `actions`
- 数据敏感程度: `data`

## 可复现示例

所有预填业务示例均为虚构，请替换为自己已核对的数据。

```json
{
  "columns": [
    "方面",
    "安排"
  ],
  "rows": [
    [
      "Architecture",
      "Deterministic workflow with explicit steps"
    ],
    [
      "Data boundary",
      "Document source access and retention."
    ],
    [
      "Execution permissions",
      "Allowlist read endpoints; block mutations"
    ],
    [
      "Traceability",
      "Log source references and tool outcomes, excluding secrets"
    ],
    [
      "Stop rule",
      "Stop at budget limit, missing source or conflicting evidence"
    ]
  ]
}
```

## 限制与假设

这里选择执行方式，并非评测厂商优劣；不要求凭证，不执行外部操作。

计算在浏览器中完成，只有在会员工作区主动点击保存时才上传记录。

[RFC 4180 — CSV format](https://www.rfc-editor.org/rfc/rfc4180)
