MemPalace
描述
Open-source AI memory system that stores full conversations and project data locally without cloud dependencies. Organizes memories into a hierarchical "palace" structure, achieves 96.6% recall on LongMemEval benchmarks (highest scoring), supports MCP integration and works offline with local LLMs.
相关工具
OpenClaw
Open-source self-hosted AI agent that runs locally and autonomously executes tasks. Connects to WhatsApp, Telegram, Slack, Discord and other messaging platforms, with browser control, system access, and persistent memory. Developed by Peter Steinberger, one of the fastest-growing open-source projects. [Intro](docs/openclaw/README.md)
Claude Code
Anthropic's AI coding assistant with strong long‑context understanding, complex code refactoring and agent capabilities. [Intro](docs/claude-code/README.md)
Codex
OpenAI's lightweight coding agent that runs in your terminal. An AI-powered coding assistant that can understand and modify code directly from the command line. [Intro](docs/codex/README.md)
Gemini CLI
An open-source AI agent that brings the power of Gemini directly into your terminal. [Intro](docs/gemini-cli/README.md)
autoresearch
An autonomous AI agent for machine learning research by Karpathy. It can formulate hypotheses, modify training code, run experiments, and evaluate results autonomously to find performance improvements.
musistudio/claude-code-router
A powerful tool to route Claude Code requests to different models and customize any request. Supports multi-provider routing, request/response transformation, dynamic model switching, CLI model management, and GitHub Actions integration.