Research Agents
Papers, notes, concepts, and claims connected in a typed graph, giving agents structured context for citation tracing and synthesis.
Schema-as-code. Branch and merge. Local paths, S3, or HTTP.
Every agent gets an isolated branch. Enrich, migrate, or remodel in parallel without touching main. Review the results and merge what works.
Each agent writes to its own copy-on-write branch. Main stays untouched while schema validation runs on every mutation.
A human starts a branch, an agent picks it up. Or an agent enriches data and a human reviews it. The branch is the handoff.
Schema migrations, bulk enrichments, new edge types. Test any change on a branch. If it breaks, discard. Main stays clean.
node Paper { doi: String @key title: String emb: Vector(768) @embed } edge Cites: Paper → Paper edge Supports: Paper → Claim
Typed schema, typed queries, typed mutations. No silent drift. No query surprises.
Papers, notes, concepts, and claims connected in a typed graph, giving agents structured context for citation tracing and synthesis.
On-prem agent memory that survives sessions. Typed schema per agent, branches for experiments, server-side Cedar policies.
Accounts, contacts, deals, signals, and activities in one typed graph, so agents can query risk, gaps, and account context.
Services, alerts, incidents, and actions in a dependency graph for blast-radius queries, past-incident lookup, and response context.
Policies, controls, evidence, and risks versioned in a graph for gap checks, decision traces, and review workflows.
Policy-gated knowledge for the whole org. Per-team branches, server-side Cedar access control, and auditable graph history.
Companies, people, deals, filings, and patents connected over time for signal detection, actor mapping, and analyst briefings.

Memory safety without a garbage collector. Release binaries for the CLI and server, with minimal runtime dependencies.

Columnar memory layout for efficient execution and interchange across analytical systems.

Open format with built-in versioning. Each write is an immutable snapshot. Random access, not just column scans.

Production-grade query planner. Compiles typed graph queries to optimized execution plans.

S3-compatible storage for local, on-prem, and cloud deployments with the same repo abstraction.

Amazon's authorization language for server-side, auditable access control.
Omnigraph is open source, ships release binaries, and is ready to run.