Skip to main content

Module platform

Module platform 

Re-exports§

pub use docker::DockerRuntime;
pub use native::NativeRuntime;

Modules§

docker
native

Structs§

ShellProfile
What the system prompt tells the model about the runtime’s shell: the interpreter’s name and the language it speaks.

Enums§

ShellDialect
Shell language understood by a runtime’s command builder.

Traits§

RuntimeAdapter
Runtime adapter that abstracts platform differences for the agent.

Functions§

create_runtime