bootloader/bostrom/graph.md

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

Homonyms

prysm/graph
cybergraph/specs/graph
cybics/comp/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,…
cybics/crystal/graph
.graph — knowledge graph snapshot in .cyb|format .graph follows the .cyb|format three rules. a .graph file IS a .cyb file — same parsing, same tools. the extension tells humans and tools: this container holds a cybergraph snapshot at a fixed block height. three required sections. four documented…
cyb/optica/src/graph
graph
bootloader/space-pussy/x/graph
graph
soft3/tru/rs/graph
graph
soft3/mir/src/graph
graph
bootloader/go-cyber/x/graph
graph
bootloader/space-pussy/proto/cyber/graph
graph
bootloader/go-cyber/proto/cyber/graph
graph
soft3/glia/import/specs/graph
import graph IR How the runtime gets a Graph IR for execution under [`cyb/cyb-model`](https://cyber.page/cyb/cyb-model). Where the graph comes from The canonical `.model` does **not** embed a graph section. The graph is rebuilt at runtime load time from the config + arch template: Rebuilding from…
cyb/src/features/cyberlinks/graph
graph
cyb/prysm/molecules/specs/graph
navigation minimap molecule in prysm a visual map showing where the neuron is in the cybergraph. spatial orientation — the neuron sees its position relative to surrounding particles and cyberlinks. like a map in a game protocol role graph is a molecule in the element tree $\mathcal{T}$. membrane =…
bootloader/go-cyber/index/modules/graph
graph
bootloader/go-cyber/js/src/codec/cyber/graph
graph
cyb/evy/forks/bevy_ecs/src/schedule/graph
graph
bootloader/go-cyber/ts/packages/cyber-ts/src/cyber/graph
graph
bootloader/go-cyber/ts/packages/cyber-ts/proto/cyber/graph
graph

Graph