LEGAL

Legal
System Ready
LegalTech DA

LexLexLex

Law/Audit: Strict precedent tracing. Map claims directly back to source documents to prevent hallucinated citations.

Terminal Inject
onde init -t legal
View Registry Source
Global Installs 3.1k
Nodes / Edges 3 / 2

Architecture Manifesto

Lex ensures strict adherence to source material in legal and auditing contexts. Every claim made by an agent must cite a specific precedent node in the graph, making it impossible to hallucinate citations.

Vectors fail at hard reasoning. When an agent uses this topology, relations become deterministic traversing rules rather than fuzzy distance metrics. Ensure onde agent --sync is running when modifying nodes manually to keep the CRDT journal perfectly aligned.

Optimal Use Cases

  • Document auditing for regulation compliance (e.g. SOC2)
  • Contract comparison where each claim needs exact grounding
  • Zero-hallucination fact checking
OS Folder Mapping
Concept: Folders = Types, Markdown = Nodes
[agent-os] ~ /legal-world
├── schema.md
├── claims/
│ ├── claim-01.md
│ └── claim-02.md
├── citess/
│ ├── cites-01.md
│ └── cites-02.md
├── precedents/
│ ├── precedent-01.md
│ └── precedent-02.md
Inference Engine Maps:
/claims/
@type(claim)
/citess/
@type(cites)
/precedents/
@type(precedent)
onde_viewer
schema.md
12345678910
## Node Types
### claim
id: string @id @default(uuid())
name: string @required
edges: edge(cites) @many
### cites
id: string @id
status: enum(ACTIVE, DONE)
Entity_Example.md
## Claim: Indemnification Clause Nullified
type:: claim
confidence:: 0.95
The user's indemnification clause is nullified if the breach is due to gross negligence as defined in section 4.B.
edges:
cites: [[precedent-v-tech-corp]]
supports: [[argument-liability-waiver]]

Typed Graph Topology

N0
claim
N1
cites
N2
precedent

Kernel Parameters

Compatibility
onde Core v1.4+
Language Bindings
Bash, TS, Python
Target System Ready

Similar TopologiesLegal

BountyHunter
Security
01
Bug Tracker:Cybersecurity state representation. Map exploits to CVEs to targets and track remediation loops.
Topology
targetexploitpocbounty
Installs 2.8k
onde init -t bountyhunter
DevOps
Workflow
02
Software Repo:Full GitHub repository representation. Track bugs, PRs, and map code dependencies with deep time-travel support.
Topology
bugblocksPRfixesfile
Installs 8.9k
onde init -t devops
Hermes
Coding
03
Skill Learn:Track trial and error. Agents save failed attempts and compile working skill chains organically over time.
Topology
attemptfailsreasontweaksskill
Installs 5.4k
onde init -t hermes