699 B
yaml
| 1 | schema: 1 |
| 2 | name: human-in-the-loop |
| 3 | owner: openagents |
| 4 | version: 1.0.0 |
| 5 | kind: harness |
| 6 | title: Human In The Loop |
| 7 | summary: "Approval gates for risky agent actions: what needs asking, how to ask well, and what an approval does not cover" |
| 8 | license: MIT |
| 9 | tags: [harness, safety, approvals, guardrails, autonomy] |
| 10 | runtimes: [claude-code, cursor, codex, openai-agents, langgraph, generic] |
| 11 | pricing: |
| 12 | model: free |
| 13 | amount_cents: 0 |
| 14 | currency: usd |
| 15 | entry: HARNESS.md |
| 16 | files: |
| 17 | - HARNESS.md |
| 18 | - gates.md |
| 19 | inputs: |
| 20 | - name: autonomy |
| 21 | type: string |
| 22 | required: false |
| 23 | default: standard |
| 24 | description: "strict (ask for anything with a side effect) | standard | trusted (ask only for the irreversible)" |
| 25 | requires: [] |
| 26 |