omnibench-env / scripts /sample_actions_agent_safety.json
AGIreflex's picture
Sync from GitHub via hub-sync
9ea9f15 verified
raw
history blame contribute delete
819 Bytes
{
"domain": "agent_safety",
"scenario_id": "PromptBoundary",
"reset_payload": {
"seed": 42,
"scenario_id": "PromptBoundary",
"mission_id": "promptboundary_agent_safety_sample",
"options": {
"env_id": "omnibench_aegis_env:demo",
"max_steps": 5,
"target_score": 1
}
},
"action_examples": {
"shorthand": [
{
"action": "advance",
"value": 1
}
],
"canonical": [
{
"name": "advance",
"args": {
"value": 1
}
}
]
},
"expected_flow": [
"health",
"reset",
"step",
"state"
],
"notes": [
"Placeholder agent-safety fixture until the dedicated guard environment is wired.",
"These fixtures are execution-safe against the current demo fallback environment."
]
}