From d7797736abfa4f58047ec6b06e2940bf6c86891d Mon Sep 17 00:00:00 2001 From: rUv Date: Fri, 6 Mar 2026 19:23:18 +0000 Subject: [PATCH] docs: add neural trader crates to root README Co-Authored-By: claude-flow --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f84cba27a..88b0e0eaa 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 |