Skip to main content

Module rings

Module rings 

Source
Expand description

Execution privilege rings — a four-level access-control model inspired by hardware protection rings.

RingLevelDescription
Admin0Full tool access
Standard1Scoped tool access (configurable)
Restricted2Read-only + approved writes (configurable)
Sandboxed3No external access

Structs§

RingEnforcer
Manages per-agent ring assignments and per-ring action permissions.

Enums§

Ring
Execution privilege ring.