Module platform
Re-exports§
pub use docker::DockerRuntime;pub use native::NativeRuntime;
Modules§
Structs§
- Shell
Profile - What the system prompt tells the model about the runtime’s shell: the interpreter’s name and the language it speaks.
Enums§
- Shell
Dialect - Shell language understood by a runtime’s command builder.
Traits§
- Runtime
Adapter - Runtime adapter that abstracts platform differences for the agent.