From d6d92a32a0a62c7159d41a949688a4ca5dec9871 Mon Sep 17 00:00:00 2001 From: Ragnor Comerford Date: Mon, 25 May 2026 22:08:22 +0200 Subject: [PATCH 1/2] Update README.md (#120) --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 49af70f..eb8a724 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ [![Crates.io](https://img.shields.io/crates/v/omnigraph-cli.svg)](https://crates.io/crates/omnigraph-cli) [![CI](https://github.com/ModernRelay/omnigraph/actions/workflows/ci.yml/badge.svg)](https://github.com/ModernRelay/omnigraph/actions/workflows/ci.yml) -**Object-storage native graph engine with git-style workflows. Designed for agents as first-class operators.** +**Object-storage native knowledge graph with git-style workflows. Designed for agents and humans to collaborate on shared structured knowledge.** -Branch, commit, and merge typed graph data like source code. Multi-modal, self-hosted, open source. +Turns fragmented context into a live graph, lets humans and agents coordinate through that graph, and uses branches so agent-generated changes can be reviewed and merged safely. Built on Rust, Arrow, DataFusion and Lance. @@ -15,12 +15,13 @@ Join the [Omnigraph Slack community](https://join.slack.com/t/omnigraphworkspace ## Use Cases -- Company brains / [Second brains](https://github.com/ModernRelay/omnigraph-cookbooks/tree/main/second-brain) -- Context graphs -- Backbone for multi-agent research -- Incident response graphs -- Compliance & audit graphs -- Enterprise knowledge systems +- Company brain / [Second brain](https://github.com/ModernRelay/omnigraph-cookbooks/tree/main/second-brain) +- Context graph +- Knowledgebase for multi-agent research +- Graph RAG +- Incident response graph +- Compliance & audit graph + ## Capabilities From 4de490c10c8357bb9975f68feb6c18d6aa23573c Mon Sep 17 00:00:00 2001 From: Ragnor Comerford Date: Tue, 26 May 2026 11:07:35 +0200 Subject: [PATCH 2/2] Update README.md (#121) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index eb8a724..ae3234b 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ Join the [Omnigraph Slack community](https://join.slack.com/t/omnigraphworkspace - Company brain / [Second brain](https://github.com/ModernRelay/omnigraph-cookbooks/tree/main/second-brain) - Context graph -- Knowledgebase for multi-agent research -- Graph RAG +- Knowledge base for multi-agent research - Incident response graph - Compliance & audit graph