diff --git a/README.md b/README.md index f84cba27..88b0e0ea 100644 --- a/README.md +++ b/README.md @@ -1440,7 +1440,7 @@ RuVector runs on Node.js, Rust, browsers, PostgreSQL, and Docker. Pick the packa
-🦀 Rust Crates (83 Packages) +🦀 Rust Crates (86 Packages) All crates are published to [crates.io](https://crates.io) under the `ruvector-*` and `rvf-*` namespaces. @@ -1535,6 +1535,16 @@ wget https://huggingface.co/ruv/ruvltra/resolve/main/ruvltra-small-0.5b-q4_k_m.g **Hybrid Routing** achieves **90% accuracy** for agent routing using keyword-first strategy with embedding fallback. See [Issue #122](https://github.com/ruvnet/ruvector/issues/122) for benchmarks and the [training tutorials](#-ruvllm-training--fine-tuning-tutorials) for fine-tuning guides. +### Neural Trader + +| Crate | Description | crates.io | +|-------|-------------|-----------| +| [neural-trader-core](./crates/neural-trader-core) | Market event types, ingest pipeline, graph schema | `publish = false` | +| [neural-trader-coherence](./crates/neural-trader-coherence) | MinCut coherence gate with CUSUM drift detection | `publish = false` | +| [neural-trader-replay](./crates/neural-trader-replay) | Reservoir replay store with proof-gated writes | `publish = false` | + +Six-layer pipeline treating the limit order book as a dynamic heterogeneous typed graph. See [ADR-085](./docs/adr/ADR-085-neural-trader-ruvector.md) for architecture. + ### Dynamic Min-Cut (December 2025 Breakthrough) | Crate | Description | crates.io |