adk_graph_ir (erlang_adk v0.9.0)

View Source

Canonical, non-executable projection of a compiled workflow graph.

Compiled workflow maps contain trusted callbacks and may contain application arguments. They must not be returned by inspection APIs. This module projects only topology, stable identities, public policies, and callback classifications into an exact JSON-safe descriptor.

Summary

Functions

from_compiled(Compiled)

-spec from_compiled(map()) -> {ok, map()} | {error, term()}.

from_data(Data, Metadata)

-spec from_data(map(), map()) -> {ok, map()} | {error, term()}.