Packages
Secure BEAM sandbox runtime for LLM code mode and MCP aggregation. Run concurrent LLM/tool clients safely while agents orchestrate approved tools, call upstream MCP/OpenAPI servers, and transform data.
Current section
Files
Jump to
Current section
Files
lib/ptc_runner/json/helpers.ex
defmodule PtcRunner.Json.Helpers do
@moduledoc false
@doc false
def is_implicit_object(node) when is_map(node) do
not Map.has_key?(node, "op")
end
end