Awesome-Agent-Memory

作者 TeleAI-UAGI已验证

Curated systems, benchmarks, and papers etc. on memory for LLMs/MLLMs --- long-term context, retrieval, and reasoning.

597
Stars
86
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/TeleAI-UAGI/Awesome-Agent-Memory

快速入门

使用 Awesome-Agent-Memory 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

🧠 Awesome Agent Memory

A curated map of memory for AI agents — the systems, benchmarks, and research that give LLM and multimodal agents long-term context, persistent recall, and the ability to improve from experience.

👀 Open-source resources (e.g. papers with reproducible code publicly available on Github) are marked in bold font and ranked higher.

Awesome License: Apache 2.0 PRs Welcome Last Commit


🧭 Start Here

If you want to…Jump to
Add a memory layer to an agent you're building💿 Products
Choose a benchmark to evaluate a memory system📏 Benchmarks
Get oriented in the field📖 Tutorials · 📚 Surveys
Follow research on memory architectures🔤 Nonparametric Memory · 🔢 Parametric Memory
Build agents that learn from experience📈 Memory for Agent Evolution
Protect agent memory from poisoning and abuse🔒 Memory Security & Defense
📋 How this list is curated
  • Open-source products are ordered by GitHub star count — an objective, CI-checked popularity signal, not a quality ranking or an endorsement. Products with fewer than 100 stars sit in a collapsed Emerging projects section and graduate into the main list once they cross that threshold.
  • Bold marks resources with reproducible code publicly available.
  • Descriptions are factual, not promotional (see the contributing guide).
  • This list is maintained by Bloo-Mind AI and the Ubiquitous AGI team at TeleAI. Entries affiliated with the maintainers are marked with † and follow exactly the same ranking, format, and style rules as every other entry.
  • Projects that are inactive, archived, or whose claims are disputed move to the Archival subsection with a neutral status label, links to the evidence, and the date the status was last checked.
📰 In the News

🗂️ Table of Contents

If you find this page helpful, please give it a ⭐️ — starring also keeps updates in your GitHub feed.

🤝 Contributions welcome! Feel free to open an issue or submit a pull request to add papers, fix links, or improve categorization — see the contributing guide for entry formats.


💿 Products

Open-Source

Ordered by the number of GitHub stars. Products with fewer than 100 stars continue the list inside the collapsed Emerging projects section below — they graduate into the main list once they cross that threshold.

  1. Claude-Mem (A Plug-in for Claude-Code) Star [code] [docs] Session capture and compression that re-injects past activity into future sessions across coding agents.

  2. Mem0 Star [code] [docs] [paper] [blog] Universal memory layer for AI agents.

    • TeleMemStar [code] [docs] [paper] API-compatible high-performance drop-in replacement for Mem0 (import telemem as mem0); listed as a sub-item of Mem0 rather than ranked by stars. Maintainer-affiliated.
  3. OpenViking Star [code] [docs] [paper1] [paper2] [blog] Self-evolving context database for AI agents that unifies agent memory, knowledge RAG, and skills behind one storage/retrieval layer, with an MCP server for cross-session read/write.

  4. Zep (powered by Graphiti) Star [code] [paper] [blog] Real-time temporal knowledge graphs for AI agents.

  5. Cognee Star [code] [paper] [blog] Memory engine that ingests data into a hybrid graph + vector knowledge graph for cross-session agent recall.

  6. gbrain Star [code] Garry's opinionated OpenClaw/Hermes agent brain.

  7. agentmemory Star [code] Persistent memory for AI coding agents.

  8. Letta (formerly MemGPT) Star [code] [paper] [research] [blog] Stateful-agent platform with hierarchical memory that learns and self-improves over time.

  9. TencentDB Agent Memory Star [code] Fully local long-term memory for AI agents via a 4-tier progressive pipeline, with zero external API dependencies.

  10. Hindsight Star [code] [paper] Agent memory layer that learns from interaction feedback to improve recall over time.

  11. Context Mode Star [code] Context-window optimization for AI coding agents: diverts large tool outputs into a locally searchable store and persists session memory across platforms via MCP and hooks.

  12. Second Me Star [code] [paper] Personal AI trained on the user to represent them across applications.

  13. MemU Star [code] [blog] Memory layer for 24/7 proactive agents.

  14. EverOS (part of EverMind) Star [code] [blog] Toolkit for building, evaluating, and integrating long-term memory in self-evolving agents.

  15. MemOS (by MemTensor) Star [code] [paper] Memory OS for LLM agents with hybrid retrieval and cross-task skill reuse.

  16. Honcho Star [code] [research] [blog] [eval] Memory library for stateful agents with a focus on user modeling.

  17. engram (by Gentleman-Programming) Star [code] Persistent memory for AI coding agents — agent-agnostic single Go binary with SQLite + FTS5, exposed via MCP server, HTTP API, CLI, and TUI.

  18. MemoryBear Star [code] [paper] Memory framework providing human-like episodic and semantic recall to AI agents.

  19. OpenMemory Star [code] Local persistent memory store for LLM apps (Claude Desktop, Copilot, Codex, etc.).

  20. memory-lancedb-pro Star [code] [blog] [video] Enhanced LanceDB memory plugin for OpenClaw

  21. MIRIX Star [code] [paper] [blog] Multi-agent personal assistant that captures on-screen activity and consolidates it into structured memory.

  22. MemMachine Star [code] [blog] Interoperable memory layer providing extensible storage and retrieval primitives for AI agents.

  23. Memobase Star [code] User profile-based long-term memory for AI chatbot applications.

  24. Memanto Star [code] [paper] [docs] Typed semantic memory with remember/recall/answer operations and information-theoretic retrieval.

  25. LangMem Star [code] [blog] LangChain's memory primitives for storing, recalling, and managing agent state in LangGraph workflows.

  26. Puppyone Star [code] [docs] Filesystem-shaped agent memory with auto-versioning, per-agent ACLs, and data connectors; accessible via MCP/REST/CLI.

  27. Mem9 Star [code] [blog] Local private memory hub for OpenClaw and similar coding agents.

  28. Omnigraph Star [code] Object-storage-native graph engine for agent memory with git-style branch/merge workflows.

  29. Agent QA Star [code] Open-source QA agent that retains persistent test memory to reuse prior runs and self-heal natural-language web and mobile tests.

  30. PowerMem Star [code] Persistent, self-evolving memory for AI agents — hybrid vector/full-text/graph retrieval with LLM-driven extraction, Ebbinghaus-style decay, and two-layer Experience + Skill distillation; from the OceanBase team.

  31. CodeAlmanac Star [code] Repo-local Markdown wiki for AI coding agents that preserves project conversations, decisions, and implementation context.

  32. projectmem Star [code] [docs] [paper] Local-first, event-sourced memory for AI coding agents: an append-only event log served via MCP, plus a pre-commit gate that warns before repeating a failed fix.

  33. HMS (Holographic Memory System) Star [code] Long-term memory QA framework that wraps OpenAI clients with automatic recall and retain, PostgreSQL-backed, evaluated on LongMemEval.

  34. Memorix Star [code] Local-first cross-agent memory layer for coding agents via MCP — SQLite-backed project memory with observation, reasoning, and git-derived fact types, plus task-lensed context briefs.

  35. deja Star [code] Indexes the session transcripts twenty coding agents already write to disk, retroactively — local BM25 recall over them, with credentials redacted at index time.

  36. Vestige Star [code] [release] Local-first cognitive memory MCP server for coding agents, with FSRS-6 decay, spreading activation, active suppression, Receipt Lock, and an inspectable dashboard.

  37. Compartment Star [code] Offline, encrypted-at-rest vector memory for agents via MCP server, Python, or CLI; AEAD-encrypted embeddings, hybrid recall, per-record crypto-shred deletion, hash-chained audit log.

  38. MemClaw (Caura) Star [code] [blog] Governed shared memory for AI agent fleets — cross-agent knowledge sharing with permissions, audit trails, and self-learning.

  39. MisakaNet Star [code] [wiki] Git-based distributed swarm memory; agents share lessons across nodes via GitHub Issues.

  40. Statewave Star [code] [docs] [blog] Open-source memory runtime for AI agents serving reproducible, provenance-tagged context bundles instead of query-time retrieval; self-hosted on Postgres + pgvector with Python/TypeScript SDKs.

  41. Mnemory Star [code] Multi-type agent memory (facts, preferences, episodic) with TTLs, user/agent scoping, and an MCP server.

  42. OMEGA Star [code] [blog] MCP server exposing 25 memory tools for AI coding agents.

  43. Memov Star [code] Git-based, traceable memory layer for Claude Code.

  44. Remnic Star [code] [docs] [paper] Local-first Markdown memory shared across coding agents and MCP clients, with per-result provenance, correction workflows, and the MemCorrect benchmark.

  45. CommonGround Kernel Star [code] PostgreSQL-backed shared work-record substrate for human-agent and multi-agent systems, with durable handoff facts, causal lineage, and pull-first recovery across runtimes.

🌱 Emerging projects — open-source products with fewer than 100 GitHub stars, same format and ordering (click to expand)
  1. taOSmd Star [code] [eval] Local-first, offline agent memory: an append-only transcript yields a typed temporal knowledge graph with source-grounded, verifier-checked facts and hybrid retrieval, tuned for small local models.

  2. Synap Star [code] [docs] Long-term memory layer that extracts facts, preferences, episodes, and temporal events from conversations; integrates with most major agent frameworks.

  3. Mimir Star [code] MCP-native persistent memory for agents as a single Rust binary — embedded SQLite with FTS5 + vector hybrid search, AES-256-GCM encryption at rest, fully local.

  4. Wenlan Star [code] [docs] Local-first AI knowledge base and LLM wiki that distills agent work into source-cited pages and serves them to MCP clients.

  5. widemem-ai Star [code] Lightweight memory layer with importance scoring, temporal decay, and 3-tier hierarchy.

  6. LWC Star [code] Agent-operated persistent memory CLI with source-cited Wiki pages, full-text search, document graphs, and CodeGraph indexes for cross-session project recall.

  7. memclaw (Felo) Star [code] Persistent project memory for AI coding agents — isolated per-project workspaces, a web dashboard to review what the agent remembers, and team collaboration.

  8. Mi-Memory Star [code] [docs] [paper] Lifecycle memory framework for personal assistant agents from Xiaomi's Darwin Agent team; multi-source user state with provenance, editable correction and forgetting, device-adaptive deployment.

  9. Data Olympus Star [code] Governed project memory for AI coding agents: agents propose learnings, humans promote them, and MCP retrieval serves only in-force knowledge after validity and supersession checks.

  10. ZenBrain Star [code] [paper] Neuroscience-inspired 7-layer memory architecture for autonomous agents in zero-dependency TypeScript, with FSRS spaced repetition, Hebbian learning, and sleep-cycle consolidation.

  11. Mnemoverse Star [code] Persistent memory API for agents over MCP: scores importance on write, builds Hebbian associations, and re-ranks recall from outcome feedback; managed engine, open MCP client.

  12. GoodMemory Star [code] [docs] Local-first, auditable memory layer for AI agents and coding hosts, with durable SQLite, embedding-free recall, MCP access, and opt-in governed writeback.

  13. A3M Router Star [code] Multi-model LLM router with persistent memory (MemoryTree), cross-session context-window management, conversation memory with semantic recall, and ObsidianVault integration.

  14. InvMem Star [code] Vanilla RAG baseline (chunking, embeddings, FAISS/SQLite vector store) behind a synchronous Add/Search API; #1, Agent Memory Leaderboard (academic textual, 2026-08).

  15. Tree Ring Memory Star [code] Local-first memory lifecycle for AI agents with a Rust CLI, SQLite/FTS recall, audit, forgetting, consolidation, and Ratatui TUI.

  16. Agentic Task System Star [code] Agent-native context layer over your existing task app (TickTick; Notion/Obsidian planned), exposing hybrid retrieval over tasks/notes to agents via a CLI with pluggable storage adapters.

  17. Lint-AI Star [code] Agent memory and semantic review engine with lexical, temporal, and graph-aware retrieval across conversations, documents, code, and agent sessions.

  18. ReFind Star [code] Memory retriever that plans iterative searches over a conversation-level BM25 index and returns contextual evidence blocks; #2, Agent Memory Leaderboard (academic textual, 2026-08).

  19. Lians agent memory Star [code] [eval] Bitemporal agent memory with deterministic supersession, point-in-time recall, MCP access, audit trails, and local SQLite or PostgreSQL storage.

  20. FluctlightDB Star [code] [paper] Embedded database engine for AI agents with experience()/activate() API and reproducible LoCoMo evaluation.

  21. archon-memory-core Star [code] Local-first agent memory with nightly consolidation, active forgetting, and salience scoring.

  22. inspeximus (formerly mnemo) Star [code] Zero-dependency memory layer and MCP server with value-ranked recall, per-type decay, keyed supersession, revert-based correction, signed provenance, tamper-evident receipts, and cross-store erasure.

  23. ActiveMemoryIndex Star [code] Dual store of verbatim timestamped turns and atomic first-person facts, retrieved in the same register; #3, Agent Memory Leaderboard (academic textual, 2026-08).

  24. Agent Knowledge Cycle Star [code] [paper] Six-phase knowledge cycle specification (ADRs, JSON schemas, reference implementation) that turns coding-agent sessions into persistent skills, rules, and memory.

  25. Talamus Star [code] [docs] [eval] Local-first agent memory that stores source-grounded Markdown, preserves bitemporal history and provenance, and exposes search, recall, and review-gated correction through MCP.

  26. RE-call Star [code] [docs] [eval] Postgres plus pgvector memory retrieval for AI agents, with provenance, trust verdicts, tenant isolation, MCP access, and abstention when evidence is insufficient.

  27. sqlite-graph-memory Star [code] Graph RAG memory for agents over a markdown vault: dense retrieval, hand-curated wikilink 1-hop expansion, cross-encoder rerank, per-turn SQLite ledger.

  28. chamnan Star [code] [data] Repository-local context for coding agents: an architecture index, impact map, and decision records committed beside the code.

  29. PackRat Star [code] Auto-learning codebook compression that shrinks agent context files while keeping them LLM-readable.

  30. memgres Star [code] Versioned document memory for AI agents over one Postgres; lexical or semantic recall, diff-based history, git-blame line attribution, GDPR-erasable, multi-tenant via MCP/HTTP.

  31. kgai Star [code] Local-first immutable knowledge graph of engineering decisions for AI coding agents; superseded decisions and rejected approaches stay queryable; embedded graph DB, opt-in team sync.

  32. FlowGrid AML Retriever Star [code] Deterministic, evidence-first Add/Search retriever that stores every original message and returns ranked, traceable source evidence; #8, Agent Memory Leaderboard (academic textual, 2026-08).

  33. engram (by FBISiri) Star [code] Go memory service on Qdrant with write-time dedup and importance gating, type-based TTL decay, reflection into insights, and MCP plus REST interfaces.

  34. Hybrid Episodic Memory Star [code] Deterministic weighted reciprocal-rank fusion of BM25 and dense retrieval over raw conversational turns, no LLM in the path; #6, Agent Memory Leaderboard (academic textual, 2026-08).

  35. Akephalos Star [code] Local-first, markdown-based portable agent profile (preferences, rules, durable memories) synced across agents via plain files and Git.

  36. 溯忆 (Suyi) Star [code] Dual-temporal memory engine for AI agents — SQLite-backed, zero-dependency, Ebbinghaus-decayed fact storage with skill crystallization.

  37. Panella Star [code] Self-hosted governed memory over MCP; agent writes become durable only after human approval with verifiable receipts; Apache-2.0.

  38. Hybrid Memory Search Star [code] Local hybrid-retrieval memory service with per-user isolation, synchronous embedding on write, and fused BM25/dense ranking; #4, Agent Memory Leaderboard (academic textual, 2026-08).

  39. ChronoHybridMem Star [code] Evidence-only textual memory over SQLite FTS5 with optional LLM fact extraction and multi-route candidate recall; #5, Agent Memory Leaderboard (academic textual, 2026-08).

  40. Chronicle Memory Star [code] Evidence-only memory over SQLite with a hybrid lexical scorer adding phrase, temporal, and session-diversity bonuses; #7, Agent Memory Leaderboard (academic textual, 2026-08).

  41. MemoryAgent Star [code] FastAPI + ChromaDB memory system with local sentence-transformers embeddings and similarity-based write deduplication; #9 as LLLMemoryAgent, Agent Memory Leaderboard (academic textual, 2026-08).

  42. AML Memory MVP Star [code] Evidence-only, typo-tolerant retriever over English and CJK text using SQLite FTS5, character n-grams, and conversation-neighbor expansion; #10, Agent Memory Leaderboard (academic textual, 2026-08).

  43. FeedRecall Star [code] Local-first MCP memory for saved social discoveries, with source dates, project relevance, evidence lifecycle, timelines, and bounded recall for coding agents.

  44. claude-memory-tidy Star [code] Maintenance layer for always-loaded agent memory files: deterministic budget guard, orphan-note coverage, and verbatim folding into warm sub-indexes, guarding against silent truncation.

Closed-Source

Archival

Projects that are inactive or whose claims have been disputed by third parties. Status labels link to the evidence and note when the status was last checked.

  • MemPalace ⚠️ Disputed (third-party critiques challenge the project's core claims; last checked 2026-07) [code] [critique1, critique2] Developed by actress Milla Jovovich and her friends

  • Memvid ⚠️ Disputed (technical critique raised in GitHub issues, since deleted but archived; last checked 2026-07) [code] [critique (archived)]

  • Memary ❄️ Inactive (no significant development activity; last checked 2026-07) [code]

  • AI Unified Memory ❄️ Inactive (repository and owner account no longer resolve on GitHub, no successor located, no web archive snapshot; last checked 2026-08) [code: github.com/yaowanxiang/ai-unified-memory — no longer resolves] Filesystem-native shared memory for multiple AI agents, with public and private libraries, cross-agent messaging, synchronization, snapshots, and a cross-platform desktop GUI.


📖 Tutorials

🗓️ 2026

🗓️ 2025


📚 Surveys

🗓️ 2026

🗓️ 2025

🗓️ 2024


📏 Benchmarks

💬 Plain-Text Benchmarks

🗓️ 2026

🗓️ 2025

🗓️ 2024

🗓️ 2023

🎬 Multimodal Benchmarks

🗓️ 2026

🗓️ 2025

🗓️ 2024

🗓️ 2023

🎮 Dynamic Benchmarks & Simulation Environments

🗓️ 2026

🗓️ 2025

🗓️ 2024


🔤 Papers - Nonparametric Memory

📝 Text Memory

🗓️ 2026

🗓️ 2025

🗓️ 2024

🗓️ 2023

🌐 Graph Memory

🗓️ 2026

🗓️ 2025

🗓️ 2024

🎥 Multimodal Memory (for Understanding)

🗓️ 2026

🗓️ 2025

🗓️ 2024

🎥 Multimodal Memory (for Generation)

🗓️ 2026

🗓️ 2025

🔢 Papers - Parametric Memory

🗓️ 2026

🗓️ 2025

🗓️ 2024

🗓️ 2023

📈 Papers - Memory for Agent Evolution

🧭 Reinforcement Learning & Continual Learning

🗓️ 2026

🗓️ 2025

🧩 Context Engineering & Harness Engineering

🗓️ 2026

🗓️ 2025

🔬 Papers - Memory in Cognitive Science

🗓️ 2026

🗓️ 2025

🗓️ 2024


🔒 Memory Security & Defense


📰 Articles

🗓️ 2026

🗓️ 2025

🗓️ 2024

🗓️ 2023


👥 Workshops

🗓️ 2026

🗓️ 2025


📑 Citation

To cite this collection itself, use the metadata in CITATION.cff (GitHub's "Cite this repository" button), or:

@misc{zhang2025awesomeagentmemory,
        author = {Zhang, Dell and Sun, Changzhi and Luo, Jixiang and Chen, Xiangyu and Li, Xuelong},
        title = {Awesome Agent Memory: Curated Systems, Benchmarks, and Papers on Memory for {LLMs}/{MLLMs}},
        year = {2025},
        howpublished = {\url{https://github.com/TeleAI-UAGI/Awesome-Agent-Memory}}
}

This list grew out of the maintainers' SIGIR-AP 2025 tutorial, which you can cite as the related publication:

@inproceedings{zhangConversationalAgentsRAG2025,
        author = {Zhang, Dell and Feng, Yue and Liu, Haiming and Sun, Changzhi and Luo, Jixiang and Chen, Xiangyu and Li, Xuelong},
        title = {Conversational Agents: From {RAG} to {LTM}},
        year = {2025},
        isbn = {9798400722189},
        doi = {10.1145/3767695.3769671},
        booktitle = {Proceedings of the 2025 Annual International ACM SIGIR Conference on Research and Development in Information Retrieval in the Asia Pacific Region (SIGIR-AP)},
        pages = {447–452},
        location = {China}
}

Star History

Star history chart of TeleAI-UAGI/Awesome-Agent-Memory

Regenerated weekly by a scheduled workflow; the previous star-history.com live chart broke when GitHub restricted the stargazers API to repo admins and collaborators in June 2026.


If you find this page helpful, please give it a ⭐️ — starring also keeps updates in your GitHub feed.

Made with ❤️ by Bloo-Mind AI Ltd and the Ubiquitous AGI team at TeleAI.

Bloo-Mind Logo     TeleAI Logo

常见问题

What is Awesome-Agent-Memory?

Awesome-Agent-Memory is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by TeleAI-UAGI. Curated systems, benchmarks, and papers etc. on memory for LLMs/MLLMs --- long-term context, retrieval, and reasoning. It has 597 GitHub stars.

Is Awesome-Agent-Memory safe to use?

Yes. Awesome-Agent-Memory passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install Awesome-Agent-Memory?

Clone the repository with "git clone https://github.com/TeleAI-UAGI/Awesome-Agent-Memory" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is Awesome-Agent-Memory written in?

Awesome-Agent-Memory is primarily written in Python. It is open-source under TeleAI-UAGI on GitHub, so you can review or fork the full source.

Are there alternatives to Awesome-Agent-Memory?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Awesome-Agent-Memory against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情