Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
resolveSandboxLimits
Function resolveSandboxLimits
resolveSandboxLimits
(
policyLimits
?:
Partial
<
{
cpuTimeoutMs
:
number
;
ioRateMbps
:
number
;
memoryLimitMb
:
number
;
networkEnabled
:
boolean
;
}
,
>
,
)
:
{
cpuTimeoutMs
:
number
;
ioRateMbps
:
number
;
memoryLimitMb
:
number
;
networkEnabled
:
boolean
;
}
Resolve sandbox limits from plugin policy or fall back to defaults.
Parameters
Optional
policyLimits
:
Partial
<
{
cpuTimeoutMs
:
number
;
ioRateMbps
:
number
;
memoryLimitMb
:
number
;
networkEnabled
:
boolean
;
}
,
>
Returns
{
cpuTimeoutMs
:
number
;
ioRateMbps
:
number
;
memoryLimitMb
:
number
;
networkEnabled
:
boolean
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
Resolve sandbox limits from plugin policy or fall back to defaults.