Create SQLite schema and migrations for the graph.
nodes - conversation nodesedges - parent/child relationships ops - fine-grained operationsinitSchema :: Connection -> IO ()migrate :: Connection -> IO ()Omni/Agent/Graph/Schema.hs
See Omni/Agent/Graph/DESIGN.md schema section.