Expand description
Agent capabilities and resource limits.
Defines the permission model for kernel-managed agents. Each agent
process has an AgentCapabilities that governs what IPC scopes,
tool categories, and resource budgets the agent is allowed.
Structs§
- Agent
Capabilities - Capabilities assigned to an agent process.
- Capability
Checker - Capability checker that enforces per-agent access control.
- Capability
Elevation Request - Request to elevate a browser agent’s capabilities.
- Resource
Limits - Resource limits for an agent process.
- Sandbox
Policy - Sandbox policy governing filesystem and shell access.
- Tool
Permissions - Tool-level permission configuration.
Enums§
- Elevation
Result - Result of a capability elevation request.
- IpcScope
- IPC scope defining which message targets an agent may communicate with.
- Resource
Type - Resource type for capability limit checks.