omnigraph-engine 0.2.2

Runtime engine for the Omnigraph graph database.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{"type": "Actor", "data": {"slug": "owner", "name": "Owner"}}
{"type": "Actor", "data": {"slug": "analyst", "name": "Analyst"}}
{"type": "Actor", "data": {"slug": "researcher", "name": "Researcher"}}
{"type": "Actor", "data": {"slug": "reviewer", "name": "Reviewer"}}
{"type": "Actor", "data": {"slug": "sponsor", "name": "Sponsor"}}
{"type": "Actor", "data": {"slug": "operator", "name": "Operator"}}
{"type": "Signal", "data": {"slug": "private-ai-platform-signal", "title": "Competitor launches private AI platform for regulated industries", "body": "A competitor is positioning a fully private AI platform for regulated industries, emphasizing on-premise deployment, data isolation, and predictable pricing.", "category": "competitor", "strength": "strong", "observed_at": "2026-03-27", "source": "https://example.com/market-signal"}}
{"type": "Decision", "data": {"slug": "launch-private-ai-offering", "title": "Launch private AI offering", "body": "Evaluate a new private AI offering in response to competitor movement in regulated markets.", "status": "proposed", "urgency": "high", "decided_at": "2026-03-27"}}
{"type": "Trace", "data": {"slug": "competitor-signal-note", "title": "Competitor signal recorded", "body": "A market note records a new competitor offering focused on private deployment for regulated teams.", "kind": "note", "recorded_at": "2026-03-27", "source": "https://example.com/market-signal"}}
{"edge": "OwnedBy", "from": "launch-private-ai-offering", "to": "owner"}
{"edge": "RecordedBy", "from": "competitor-signal-note", "to": "researcher"}
{"edge": "Triggered", "from": "private-ai-platform-signal", "to": "launch-private-ai-offering"}
{"edge": "Supports", "from": "competitor-signal-note", "to": "launch-private-ai-offering"}