01Exposes CognOS agent system as a machine-readable JSON graph
02Provides a full system overview (nodes, edges, summary) with `get_agent_graph`
03Retrieves live status for specific nodes using `get_node_status`
04Identifies communication flows between agents with `get_edges`
05Quickly pinpoints broken or blocked components with `get_blocked_nodes`
060 GitHub stars