Skip to main content

Module execution

Module execution 

Source
Expand description

Named execution environment configuration ([execution] TOML section).

Provides ExecutionConfig — the configuration type for the top-level [execution] section — and EnvironmentConfig for each [[execution.environments]] entry.

The ShellExecutor calls ExecutionConfig::build_registry at construction time to produce a HashMap<String, ExecutionContext> that is consulted on every tool call.

Structs§

EnvironmentConfig
A single named execution environment entry ([[execution.environments]]).
ExecutionConfig
Top-level [execution] configuration section.