hyphae-query 0.1.0

Deterministic structured query types and reference execution for Hyphae.
Documentation

hyphae-query

crates.io docs.rs

Pure deterministic query types and reference execution for Hyphae. It provides structured values, filters, global sorting, logical cursors, aggregations, and explicit execution budgets.

[dependencies]
hyphae-query = "0.1.0"

The executor has no database, network, embedding, or LLM dependency. Budget or timeout exhaustion returns an error rather than partial success.

Apache-2.0. Source and security policy: celiumsai/hyphae.