mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-30 03:53:34 +00:00
docs: add neural trader crates to root README
Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
parent
f8b766c65b
commit
d7797736ab
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
|
@ -1440,7 +1440,7 @@ RuVector runs on Node.js, Rust, browsers, PostgreSQL, and Docker. Pick the packa
|
|||
</details>
|
||||
|
||||
<details>
|
||||
<summary>🦀 Rust Crates (83 Packages)</summary>
|
||||
<summary>🦀 Rust Crates (86 Packages)</summary>
|
||||
|
||||
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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue