Skip to main content

Module runtime_limits

Module runtime_limits 

Source
Expand description

Central runtime ceilings for VM execution and stdlib resource guards.

These limits are intentionally concrete fields instead of a stringly-typed config map. Most are internal guardrails for adversarial recursion, memory growth, or prompt/debug helper expansion. Hosts can report the effective profile through RuntimeLimits::report, but these defaults are not a broad user-facing configuration surface.

Structs§

RuntimeLimitDescription
Static documentation for every runtime limit field.
RuntimeLimitEntry
One documented runtime limit with its effective value.
RuntimeLimits
Fixed resource and recursion ceilings used by the VM/runtime layer.
RuntimeLimitsReport
Host/debug report for an effective runtime-limits profile.

Constants§

RUNTIME_LIMIT_DESCRIPTIONS