Skip to main content

Module capability

Module capability 

Source
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§

AgentCapabilities
Capabilities assigned to an agent process.
CapabilityChecker
Capability checker that enforces per-agent access control.
CapabilityElevationRequest
Request to elevate a browser agent’s capabilities.
ResourceLimits
Resource limits for an agent process.
SandboxPolicy
Sandbox policy governing filesystem and shell access.
ToolPermissions
Tool-level permission configuration.

Enums§

ElevationResult
Result of a capability elevation request.
IpcScope
IPC scope defining which message targets an agent may communicate with.
ResourceType
Resource type for capability limit checks.