chore(agent)!: remove the no-op agent feature
It enabled nothing — the agent layer is always built — yet the README, QUICKSTART and USE_CASES told people to pass it. Removed, with those snippets fixed: they now depend on the git repository (nothing is on crates.io, so `version = "2.0"` never resolved) and USE_CASES no longer presents the `float16` feature as half-precision storage (that is MemoryConfig::float16, on by default for new stores). Breaking for anyone passing `features = ["agent"]`: drop it. Co-Authored-By: Claude Opus 5.5 (1M context) <[email protected]>
This commit is contained in:
@@ -64,7 +64,6 @@ zstd = ["clawhdf5/zstd"]
|
||||
# `--no-default-features` (plus re-enabling other defaults) to force the exact
|
||||
# linear cosine scan.
|
||||
hnsw = ["clawhdf5-ann"]
|
||||
agent = []
|
||||
gpu = ["clawhdf5-gpu/gpu-wgpu"]
|
||||
fast-math = ["matrixmultiply"]
|
||||
accelerate = ["accelerate-src", "cblas-sys"]
|
||||
|
||||
Reference in New Issue
Block a user