GenAI.Approval.Executor.Local (GenAI Approval v0.1.0)

Copy Markdown View Source

Executes script calls against host-registered native handlers — no network, no MCP. Config is a map of "command" => handler, where handler is a 2-arity fun (args, run_ctx) returning {:ok, result} | {:error, reason}, or {module, function}.