class LittleGhost::CodeMode::RubyEngine

Runs model-written Ruby in a fresh sandboxed process.

Tool calls cross a bounded protocol to the trusted parent Broker. The engine uses only Ruby’s standard library and adds no runtime dependency.

LittleGhost.configure do |config|
  config.code_mode = {engine: :ruby, sandbox: :native}
end