adk_graph_inspect (erlang_adk v0.9.0)

View Source

Safe graph inspection and deterministic text renderers.

Summary

Functions

describe(Compiled)

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

to_dot(Compiled)

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

to_mermaid(Compiled)

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