Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
218 changes: 33 additions & 185 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
resolver = "3"
members = [
"./crates/elide-bento",
"./crates/nvisy-context",
"./crates/nvisy-engine",
"./crates/nvisy-policy",
"./crates/nvisy-schema",
Expand Down Expand Up @@ -45,7 +44,6 @@ elide-stt = { git = "https://github.com/nvisycom/elide", branch = "main", defaul
elide-bento = { path = "./crates/elide-bento", version = "0.1.0" }

# Internal crates
nvisy-context = { path = "./crates/nvisy-context", version = "0.1.0" }
nvisy-engine = { path = "./crates/nvisy-engine", version = "0.1.0" }
nvisy-policy = { path = "./crates/nvisy-policy", version = "0.1.0" }
nvisy-schema = { path = "./crates/nvisy-schema", version = "0.1.0" }
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ Rust crates ([`crates/`](crates/)) — library only, no long-running
process. Hosts (a SaaS backend, a Tauri app, a language SDK, a custom
pipeline) embed the engine directly.

- **[nvisy-context](crates/nvisy-context/)**: wire schema for reference-data collections (analytic, biometric, document, geospatial, reference, temporal)
- **[nvisy-policy](crates/nvisy-policy/)**: wire schema for redaction governance (rules, predicates, retention, audit)
- **[nvisy-schema](crates/nvisy-schema/)**: umbrella crate re-exporting `nvisy-context` + `nvisy-policy` alongside plan and file types
- **[nvisy-schema](crates/nvisy-schema/)**: wire schema for plan, file, and the `elide-core` slice; re-exports `nvisy-policy`
- **[nvisy-engine](crates/nvisy-engine/)**: stateless pipeline (decode, analyze, apply) wrapping elide, hosting the per-modality orchestrator and the deployment-side NER / LLM recognizer configuration
- **[elide-bento](crates/elide-bento/)**: BentoML-hosted NER and OCR client implementing elide's recognizer traits

Expand Down
44 changes: 0 additions & 44 deletions crates/nvisy-context/Cargo.toml

This file was deleted.

30 changes: 0 additions & 30 deletions crates/nvisy-context/README.md

This file was deleted.

41 changes: 0 additions & 41 deletions crates/nvisy-context/src/analytic/embedding.rs

This file was deleted.

21 changes: 0 additions & 21 deletions crates/nvisy-context/src/analytic/mod.rs

This file was deleted.

46 changes: 0 additions & 46 deletions crates/nvisy-context/src/analytic/pattern.rs

This file was deleted.

53 changes: 0 additions & 53 deletions crates/nvisy-context/src/biometric/face.rs

This file was deleted.

21 changes: 0 additions & 21 deletions crates/nvisy-context/src/biometric/mod.rs

This file was deleted.

53 changes: 0 additions & 53 deletions crates/nvisy-context/src/biometric/voice.rs

This file was deleted.

21 changes: 0 additions & 21 deletions crates/nvisy-context/src/document/mod.rs

This file was deleted.

Loading