Version: v1.2.3 | Status: Active | Last Updated: March 2026
CRM, social network analysis, and Universal Object Reference (UOR) for tracking entities and their relationships.
| Interface | Signature | Description |
|---|---|---|
Contact(name, role, ...) |
Constructor | Create contact record |
ContactManager.add(contact) |
β None |
Add contact to store |
ContactManager.search(query) |
β list[Contact] |
Search contacts |
Interaction(contact, type, timestamp) |
Constructor | Record interaction event |
| Interface | Signature | Description |
|---|---|---|
SocialGraph() |
Constructor | Create empty social graph |
graph.add_relationship(a, b, type) |
β None |
Add relationship edge |
GraphMetrics(graph) |
Constructor | Compute graph metrics |
metrics.centrality() |
β dict[str, float] |
Node centrality scores |
- Bidirectional entity references across module boundaries
- Supports Contact β Project, Project β Task linking