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§
- Environment
Config - A single named execution environment entry (
[[execution.environments]]). - Execution
Config - Top-level
[execution]configuration section.