Graph: SQLite schema

t-515·WorkTask·
·
·
Created3 weeks ago·Updated3 weeks ago

Dependencies

Description

Edit

Create SQLite schema and migrations for the graph.

Tables

  • nodes - conversation nodes
  • edges - parent/child relationships
  • ops - fine-grained operations

Functions

  • initSchema :: Connection -> IO ()
  • migrate :: Connection -> IO ()

File

Omni/Agent/Graph/Schema.hs

Reference

See Omni/Agent/Graph/DESIGN.md schema section.

Timeline (2)

🔄[human]Open → InProgress3 weeks ago
🔄[human]InProgress → Done3 weeks ago