Expand description
Execution privilege rings — a four-level access-control model inspired by hardware protection rings.
| Ring | Level | Description |
|---|---|---|
Admin | 0 | Full tool access |
Standard | 1 | Scoped tool access (configurable) |
Restricted | 2 | Read-only + approved writes (configurable) |
Sandboxed | 3 | No external access |
Structs§
- Ring
Enforcer - Manages per-agent ring assignments and per-ring action permissions.
Enums§
- Ring
- Execution privilege ring.