From d0760c9d5bc0958f5a0f32c189556b1ce624732e Mon Sep 17 00:00:00 2001 From: Gaurav Singh Date: Mon, 18 May 2026 05:48:44 +0530 Subject: [PATCH] Add Agent Memory System --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3b820d3..1935bd3 100644 --- a/README.md +++ b/README.md @@ -379,6 +379,8 @@ Sandboxes, routers, browser/terminal automation, and extension tools. Sorted by - **[agent-terminal](https://github.com/jasonkneen/agent-terminal)** `⭐ 10` — Headless terminal automation for AI agents using node-pty; capture output and send input programmatically. +- **[Agent Memory System](https://github.com/RavByte-AI/agent-memory-system)** `⭐ 8` — Persistent memory infrastructure for AI coding agents and multi-agent workflows. MIT. + - **[zosma-qa](https://github.com/zosmaai/zosma-qa)** `⭐ 6` — Generates QA agent prompts (planner, generator, healer, analyzer) for CLI coding tools (OpenCode, Claude Code, VS Code Copilot); scaffolds autonomous test workflows across Playwright, Appium, and k6. - **[lifeos-cli](https://github.com/liujuanjuan1984/lifeos-cli)** `⭐ 6` — Terminal-native LifeOS for managing intentions, habits, and timelogs; provides structured persistent context for agentic workflows.