Skip to main content

Module codeact_monty

Module codeact_monty 

Source
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 - The CodeRuntime implementation
  • OsAccess - Host-granted filesystem/environment/clock policy
  • PathAccess - Read-only / read-write mount modes

Available with feature: codeact-monty (implies codeact)

Structs§

MontyRuntime
A Python CodeRuntime for the CodeActAgent, backed by the Monty interpreter.
MontyRuntimeBuilder
Builder for MontyRuntime.
OsAccess
The OS-access policy a MontyRuntime enforces while driving a script.
OsAccessBuilder
Builder for OsAccess.
ResourceLimits
Configuration for resource limits.

Enums§

PathAccess
Access mode for a path made available to a script.