Interface for the interaction graph.
Add a node (agent) to the graph.
Add an edge (interaction) to the graph.
Get all nodes in the graph.
Get all edges in the graph.
Get edges from a specific agent.
Get edges to a specific agent.
Calculate degree centrality for all nodes.
Find strongly connected components.
Get edge count between two agents.
Clear the graph.
Interface for the interaction graph.