refactor(data): introduce simple query helper

This commit is contained in:
HsungKayphoon
2026-05-17 14:07:23 +08:00
parent a2f91b4108
commit f0a6fffa87
39 changed files with 3169 additions and 2037 deletions
+2
View File
@@ -7,6 +7,7 @@ members = [
"crates/aether-pool-core",
"crates/aether-provider-pool",
"crates/aether-data-contracts",
"crates/aether-data-query",
"crates/aether-data-schema",
"crates/aether-dispatch-core",
"crates/aether-cache",
@@ -42,6 +43,7 @@ aether-ai-serving = { path = "crates/aether-ai-serving" }
aether-pool-core = { path = "crates/aether-pool-core" }
aether-provider-pool = { path = "crates/aether-provider-pool" }
aether-data-contracts = { path = "crates/aether-data-contracts" }
aether-data-query = { path = "crates/aether-data-query" }
aether-data-schema = { path = "crates/aether-data-schema" }
aether-dispatch-core = { path = "crates/aether-dispatch-core" }
aether-cache = { path = "crates/aether-cache" }