II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:hermes-auto-approve
Auto-approve (Hermes) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:hermes-auto-approve",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/ui-modes.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Auto-approve (Hermes)",
"description": "Hermes' auto-approval toggle for tool calls.",
"surface": "cli",
"availableInModes": [
"chat",
"plan",
"composer",
"edit"
],
"requiresPermission": true
},
"outgoingEdges": [
{
"from": "interaction-primitive:hermes-auto-approve",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:hermes.ui@current",
"to": "interaction-primitive:hermes-auto-approve",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "ui-control"
}
}
}
]
}