From d7b43beb23e80fa0702e7e28e675f6ec1cc7718a Mon Sep 17 00:00:00 2001 From: Bibin Date: Mon, 17 Aug 2026 17:33:07 +0530 Subject: [PATCH 1/2] =?UTF-8?q?Add=20veritasgraph-mcp=20to=20AI=20and=20Ag?= =?UTF-8?q?ents=20=E2=86=92=20Data=20Layer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit veritasgraph-mcp provides a data framework for LLM applications with knowledge graphs, tree-search retrieval, and citation-grounded answers. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70b1e44561..7e57b147ee 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ _Libraries for building AI applications, LLM integrations, and autonomous agents - [instructor](https://github.com/567-labs/instructor) - A library for extracting structured data from LLMs, powered by Pydantic. - [llama-index](https://github.com/run-llama/llama_index) - A data framework for your LLM application. - [mem0](https://github.com/mem0ai/mem0) - An intelligent memory layer for AI agents enabling personalized interactions. + - [veritasgraph-mcp](https://github.com/bibinprathap/VeritasGraph) - A knowledge graph framework for building GraphRAG applications with tree-search retrieval and verifiable citations. - Pre-trained Models - [transformers](https://github.com/huggingface/transformers) - A framework that lets you easily use pre-trained transformer models for NLP, vision, and audio tasks. - LLM Inference and Serving From fe0e1ce377cfd9ca6b66a0c295408026a33fdc76 Mon Sep 17 00:00:00 2001 From: BIBIN PRATHAP Date: Tue, 18 Aug 2026 22:11:26 +0530 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7e57b147ee..70b1e44561 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,6 @@ _Libraries for building AI applications, LLM integrations, and autonomous agents - [instructor](https://github.com/567-labs/instructor) - A library for extracting structured data from LLMs, powered by Pydantic. - [llama-index](https://github.com/run-llama/llama_index) - A data framework for your LLM application. - [mem0](https://github.com/mem0ai/mem0) - An intelligent memory layer for AI agents enabling personalized interactions. - - [veritasgraph-mcp](https://github.com/bibinprathap/VeritasGraph) - A knowledge graph framework for building GraphRAG applications with tree-search retrieval and verifiable citations. - Pre-trained Models - [transformers](https://github.com/huggingface/transformers) - A framework that lets you easily use pre-trained transformer models for NLP, vision, and audio tasks. - LLM Inference and Serving