The cybergraph module manages cyberlinks — signed, weighted, timestamped directed edges between particles.

Each cyberlink is a quadruple:

time (timestamp) => neuron (agent) => from (particle) => to (particle)

The authenticated state structure is specified in cyber/bbg. Ranking over the graph is specified in cft and cyber/focus.

Example cyberlink

  • neuron: bostrom1frk9k38pvp70vheezhdfd4nvqnlsm9dw3j8hlq
  • from: QmUX9mt8ftaHcn9Nc6SR4j9MsKkYfkcZqkfPTmMmBgeTe4
  • to: QmUX9mt8ftaHcn9Nc6SR4j9MsKkYfkcZqkfPTmMmBgeTe4

Dimensions

graph
two primitives — nodes and links — and everything else emerges degree, path, adjacency, clusters, hierarchies: all derived from nodes connected by directed edges. a knowledge graph adds meaning to both. the cybergraph adds consensus — particles as nodes, cyberlinks as edges, neurons as authors,…
optica/src/graph
graph

Local Graph