adk_code_toolset (erlang_adk v0.7.0)
View SourceStrict model toolset boundary for an external code sandbox.
The toolset validates and bounds every model-controlled field before a trusted adk_code_executor adapter sees it. It never evaluates code in the VM, invokes a shell, opens a port, or accepts an executable path.
Summary
Types
-type compiled() :: map().
Functions
-spec capabilities() -> map().
-spec new(map()) -> {ok, adk_toolset:descriptor()} | {error, term()}.