Skip to content

Data model

Stub. The full spec lives in the Phase 1 plan.

TypeDescription
personAn individual identity.
groupA collection — a circle or sphere.
algorithmA non-human actor (bot, service, AI).

Every edge has a type, a weight (0..1), and a timestamp. Common types:

  • knows — verified acquaintance.
  • trusts — directed trust, weight expresses confidence.
  • member_of — entity is part of a group.
  • delegates_to — proxy authority for governance.

A person may have multiple identity_link rows that bind UUIDs to platform-specific IDs (Telegram user id, tenant id, GitHub login, etc.). Federation friendly: same UUID can be claimed across nodes.