Weave.Graph (weave v0.2.9)

Copy Markdown View Source

Graph conflict detection powered by Rust.

Provides conflict-of-interest pattern detection on subgraphs using cycle detection, path matching, and hub concentration algorithms.

Summary

Functions

Detects conflict-of-interest patterns in a subgraph.

Returns "ok" if the Rust NIF is loaded and functional.

Functions

detect_conflicts(subgraph_json, opts_json)

Detects conflict-of-interest patterns in a subgraph.

Both arguments are JSON strings. Returns {:ok, json} with detected patterns or {:error, reason}.

health_check()

Returns "ok" if the Rust NIF is loaded and functional.