class

Autobot::Plugins::PluginContext

Inherits Reference < Object

Context passed to plugins during setup.

Provides access to the tool registry, sandbox executor, and configuration so plugins can register their tools and read settings.

Constructors

new(config : Config::Config, tool_registry : Tools::Registry, workspace : Path, sandbox_executor : Tools::SandboxExecutor)
Source

Instance methods

config
Source
sandbox_executor
Source
tool_registry
Source
workspace
Source