diff --git a/README.md b/README.md index 879067f..b89e420 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ * **[Browser Use](https://github.com/browser-use/browser-use)**: Make websites accessible for AI agents. ![Stars](https://img.shields.io/github/stars/browser-use/browser-use.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/browser-use/browser-use?color=green) ![LastCommit](https://img.shields.io/github/last-commit/browser-use/browser-use?color=green) * **[Graphiti](https://github.com/getzep/graphiti)**: Build Real-Time Knowledge Graphs for AI Agents. ![Stars](https://img.shields.io/github/stars/getzep/graphiti.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/getzep/graphiti?color=green) ![LastCommit](https://img.shields.io/github/last-commit/getzep/graphiti?color=green) * **[Mem0](https://github.com/mem0ai/mem0)**: The Memory layer for AI Agents. ![Stars](https://img.shields.io/github/stars/mem0ai/mem0.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/mem0ai/mem0?color=green) ![LastCommit](https://img.shields.io/github/last-commit/mem0ai/mem0?color=green) +* **[Nora](https://github.com/solomon2773/nora)**: Self-hosted control plane to deploy, monitor, and operate OpenClaw and Hermes AI agents on Docker/Kubernetes — with REST, CLI, and MCP. ![Stars](https://img.shields.io/github/stars/solomon2773/nora.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/solomon2773/nora?color=green) ![LastCommit](https://img.shields.io/github/last-commit/solomon2773/nora?color=green) * **[OpenAI CUA](https://github.com/openai/openai-cua-sample-app)**: Computer Using Agent Sample App. ![Stars](https://img.shields.io/github/stars/openai/openai-cua-sample-app.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/openai/openai-cua-sample-app?color=green) ![LastCommit](https://img.shields.io/github/last-commit/openai/openai-cua-sample-app?color=green) * **[SidClaw](https://github.com/sidclawhq/platform)**: The approval and accountability layer for AI agents. Identity → Policy → Approval → Trace. 13 framework integrations. Free during early access. ![Stars](https://img.shields.io/github/stars/sidclawhq/platform.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/sidclawhq/platform?color=green) ![LastCommit](https://img.shields.io/github/last-commit/sidclawhq/platform?color=green) * **[WritBase](https://github.com/Writbase/writbase)**: MCP-native task management for AI agent fleets ![Stars](https://img.shields.io/github/stars/Writbase/writbase.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/Writbase/writbase?color=green) ![LastCommit](https://img.shields.io/github/last-commit/Writbase/writbase?color=green) diff --git a/website/data.yml b/website/data.yml index e538c3d..99775b3 100644 --- a/website/data.yml +++ b/website/data.yml @@ -824,6 +824,12 @@ categories: homepage_url: https://mem0.ai/research logo: mem0.svg repo_url: https://github.com/mem0ai/mem0 + - name: Nora + description: Self-hosted control plane to deploy, monitor, and operate OpenClaw + and Hermes AI agents on Docker/Kubernetes — with REST, CLI, and MCP. + homepage_url: https://nora.solomontsao.com + logo: nora-logo-mark.png + repo_url: https://github.com/solomon2773/nora - name: OpenAI CUA description: Computer Using Agent Sample App. homepage_url: https://github.com/openai/openai-cua-sample-app diff --git a/website/logos/nora-logo-mark.png b/website/logos/nora-logo-mark.png new file mode 100644 index 0000000..ecd86e1 Binary files /dev/null and b/website/logos/nora-logo-mark.png differ