Skip to content
OpenAgentsbeta
yaml
1schema: 1
2name: agent-guardrails
3owner: openagents
4version: 1.0.0
5kind: harness
6title: Agent Guardrails
7summary: Pre-action checks for destructive ops, budget/turn limits, confirmation gates, and a structured audit log
8license: MIT
9tags: [safety, guardrails, harness, audit-log, autonomy]
10runtimes: [claude-code, codex, openai-agents, langgraph, generic]
11pricing:
12 model: free
13 amount_cents: 0
14 currency: usd
15entry: HARNESS.md
16files:
17 - HARNESS.md
18 - policies/destructive-actions.md
19 - audit-log.schema.json
20inputs:
21 - name: max_turns
22 type: number
23 required: false
24 default: 50
25 description: Maximum agent turns/tool-call rounds before the harness halts and asks for continuation
26 - name: budget_usd
27 type: number
28 required: false
29 description: Optional soft budget ceiling (in USD of estimated token spend) before the harness halts and asks for continuation
30 - name: audit_log_path
31 type: path
32 required: false
33 default: ".openagents/audit.log.jsonl"
34 description: Where to append structured audit log entries (JSON Lines, one object per action)
35requires: []
36

Keyboard shortcuts

Focus search
/
Go to Explore
ge
Go to Home
gh
Go to Tags
gt
Go to Collections
gc
Show this help
?
Close suggestions or this dialog
Esc