feat(cluster): add read-only validate and plan

This commit is contained in:
aaltshuler 2026-06-08 20:07:39 +03:00
parent ab5f3b878a
commit 043b02e617
12 changed files with 1764 additions and 33 deletions

14
Cargo.lock generated
View file

@ -4550,6 +4550,7 @@ dependencies = [
"color-eyre",
"lance",
"lance-index",
"omnigraph-cluster",
"omnigraph-compiler",
"omnigraph-engine",
"omnigraph-policy",
@ -4563,6 +4564,19 @@ dependencies = [
"tokio",
]
[[package]]
name = "omnigraph-cluster"
version = "0.6.1"
dependencies = [
"omnigraph-compiler",
"serde",
"serde_json",
"serde_yaml",
"sha2",
"tempfile",
"thiserror",
]
[[package]]
name = "omnigraph-compiler"
version = "0.6.1"