Available on crate feature
codeact-monty only.Expand description
Python CodeRuntime for the CodeActAgent, backed by the Monty interpreter
(experimental).
Lets a CodeActAgent act by writing Python:
MontyRuntime- TheCodeRuntimeimplementationOsAccess- Host-granted filesystem/environment/clock policyPathAccess- Read-only / read-write mount modes
Available with feature: codeact-monty (implies codeact)
Structs§
- Monty
Runtime - A Python
CodeRuntimefor theCodeActAgent, backed by the Monty interpreter. - Monty
Runtime Builder - Builder for
MontyRuntime. - OsAccess
- The OS-access policy a
MontyRuntimeenforces while driving a script. - OsAccess
Builder - Builder for
OsAccess. - Resource
Limits - Configuration for resource limits.
Enums§
- Path
Access - Access mode for a path made available to a script.