HERMES / CONTROL ROOM
Thoughtful assistance. Clear boundaries.
Availability, walk-ins, nurse context and management proposals. Natural-language requests stay scoped, reviewed and audited.
Tool workbench
Run against the local operating workspace. Inspect the result and receipt.
Inspect request schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"additionalProperties": false,
"required": [
"actorId",
"reason",
"idempotencyKey",
"mode",
"input"
],
"properties": {
"actorId": {
"type": "string",
"minLength": 1,
"maxLength": 100
},
"reason": {
"type": "string",
"minLength": 1,
"maxLength": 500
},
"idempotencyKey": {
"type": "string",
"minLength": 1,
"maxLength": 100
},
"mode": {
"type": "string",
"enum": [
"read"
]
},
"input": {
"type": "object",
"additionalProperties": false,
"properties": {},
"required": []
}
}
}Result & receipt
Same request + same key replays the same receipt.
✧
Clarity before action.
Select a tool and run a read or preview.
Its result will appear here.
Control boundaries
- SourceMock fixtures only
- ExecutionAlways disabled
- ActorDemo ID, not a login
- AuditReceipt-local · not durable
- Replay protectionProcess memory · 1,000 keys
Sample audit event
Seeded example; new events appear inside receipts
read
get_today_schedule
Opening briefing
demo-opening-001