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§
- Runtime
Limit Description - Static documentation for every runtime limit field.
- Runtime
Limit Entry - One documented runtime limit with its effective value.
- Runtime
Limits - Fixed resource and recursion ceilings used by the VM/runtime layer.
- Runtime
Limits Report - Host/debug report for an effective runtime-limits profile.