From 6c47222fe5b945a2bb89197a4446f003251fa9b4 Mon Sep 17 00:00:00 2001 From: Wayde Lyle Date: Thu, 16 Apr 2026 21:26:57 +0100 Subject: [PATCH] Add SwarmClaw and SwarmVault --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a36eec4..9a05db8 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ * **[Semantic Kernel](https://github.com/microsoft/semantic-kernel)**: Integrate cutting-edge LLM technology quickly and easily into your apps. ![Stars](https://img.shields.io/github/stars/microsoft/semantic-kernel.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/microsoft/semantic-kernel?color=green) ![LastCommit](https://img.shields.io/github/last-commit/microsoft/semantic-kernel?color=green) * **[Suna](https://github.com/kortix-ai/suna)**: Suna - Open Source Generalist AI Agent ![Stars](https://img.shields.io/github/stars/kortix-ai/suna.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/kortix-ai/suna?color=green) ![LastCommit](https://img.shields.io/github/last-commit/kortix-ai/suna?color=green) * **[Swarm](https://github.com/openai/swarm)**: Educational framework exploring ergonomic, lightweight multi-agent orchestration. Managed by OpenAI Solution team. ![Stars](https://img.shields.io/github/stars/openai/swarm.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/openai/swarm?color=green) ![LastCommit](https://img.shields.io/github/last-commit/openai/swarm?color=green) ![Tag](https://img.shields.io/badge/experimental-slategray) +* **[SwarmClaw](https://github.com/swarmclawai/swarmclaw)**: Self-hosted multi-agent runtime with MCP client and server support, 23+ LLM providers, persistent memory, skills, schedules, sub-agent spawning, and connectors for Discord, Slack, Telegram, WhatsApp, Teams, and Matrix. ![Stars](https://img.shields.io/github/stars/swarmclawai/swarmclaw.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/swarmclawai/swarmclaw?color=green) ![LastCommit](https://img.shields.io/github/last-commit/swarmclawai/swarmclaw?color=green) ### Evolutionary Framework @@ -182,6 +183,7 @@ * **[quivr](https://github.com/QuivrHQ/quivr)**: Opiniated RAG for integrating GenAI in your apps 🧠 Focus on your product rather than the RAG. Easy integration in existing products with customisation! Any LLM: GPT4, Groq, Llama. Any Vectorstore: PGVector, Faiss. Any Files. Anyway you want. ![Stars](https://img.shields.io/github/stars/QuivrHQ/quivr.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/QuivrHQ/quivr?color=green) ![LastCommit](https://img.shields.io/github/last-commit/QuivrHQ/quivr?color=green) * **[RAG-Anything](https://github.com/HKUDS/RAG-Anything)**: "RAG-Anything: All-in-One RAG Framework" ![Stars](https://img.shields.io/github/stars/HKUDS/RAG-Anything.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/HKUDS/RAG-Anything?color=green) ![LastCommit](https://img.shields.io/github/last-commit/HKUDS/RAG-Anything?color=green) * **[RAGFlow](https://github.com/infiniflow/ragflow)**: RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding. ![Stars](https://img.shields.io/github/stars/infiniflow/ragflow.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/infiniflow/ragflow?color=green) ![LastCommit](https://img.shields.io/github/last-commit/infiniflow/ragflow?color=green) +* **[SwarmVault](https://github.com/swarmclawai/swarmvault)**: Local-first RAG knowledge base compiler. Turns raw research (books, notes, transcripts, files, URLs, code) into a durable markdown wiki with a knowledge graph and hybrid SQLite FTS plus embeddings. Built-in MCP server. ![Stars](https://img.shields.io/github/stars/swarmclawai/swarmvault.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/swarmclawai/swarmvault?color=green) ![LastCommit](https://img.shields.io/github/last-commit/swarmclawai/swarmvault?color=green) ### Workflow