Files
Memoh/README_CN.md
T
2026-02-10 23:04:37 +08:00

64 lines
3.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<div align="right">
<span>[<a href="./README.md">English</a>]<span>
</span>[<a href="./README_CN.md">简体中文</a>]</span>
</div>
<div align="center">
<img src="./assets/logo.png" alt="Memoh" width="100" height="100">
<h1>Memoh</h1>
<p>多用户,结构化记忆,容器化的AI Agent系统</p>
<div align="center">
<img src="https://img.shields.io/github/package-json/v/memohai/Memoh" alt="Version" />
<img src="https://img.shields.io/github/license/memohai/Memoh" alt="License" />
<img src="https://img.shields.io/github/stars/memohai/Memoh?style=social" alt="Stars" />
<img src="https://img.shields.io/github/forks/memohai/Memoh?style=social" alt="Forks" />
<img src="https://img.shields.io/github/last-commit/memohai/Memoh" alt="Last Commit" />
<img src="https://img.shields.io/github/issues/memohai/Memoh" alt="Issues" />
</div>
<hr>
</div>
Memoh 是一个 AI Agent 系统平台。用户可以通过 Telegram、Discord、飞书(Lark) 等渠道创建自己的 AI 机器人并与之对话。每个 bot 都有独立的容器和记忆系统,可编辑文件、执行命令并自我构建——与 [OpenClaw](https://openclaw.ai) 类似,Memoh 为多 bot 管理提供了更安全、灵活和可扩展的解决方案。
## 为什么选择 Memoh
OpenClaw、Clawdbot、Moltbot 固然酷炫,但存在诸多不足:稳定性欠佳、安全性争议、配置繁琐、以及高额 token 消耗。如果你正在寻找一款稳定、安全的 Bot SaaS 方案,不妨关注我们的开源产品——Memoh。
Memoh 是一款支持多 bot 的 agent 服务,采用 Golang 编写,可完全通过图形化界面配置 bot 以及 Channel、MCP、Skills 等设置。我们使用 Containerd 为每个 bot 提供容器级隔离,并大量借鉴了 OpenClaw 的 Agent 设计思路。
Memoh Bot 在记忆层进行了深度工程化,借鉴 Mem0 的设计理念,通过对每轮对话进行知识存储,实现更精准的记忆召回。
Memoh Bot 能够区分并记忆来自多个人类/Bot 的请求,可在任意群聊中工作。你可以用 Memoh 组建 bot 团队,或为家人准备 Memoh 账号,让 bot 管理日常家庭事务。
## 特性
- **多 Bot 管理**:可创建多个 bot,人类与 bot、bot 与 bot 之间可互相私聊、群聊或协作
- **容器化**:每个 bot 运行在独立隔离的容器中,可在容器内自由执行命令、编辑文件、访问网络,宛如拥有自己的电脑
- **记忆工程**:每次聊天都会存入数据库,默认加载最近 24 小时的上下文;每轮对话的内容会被存储为记忆,可通过语义检索被 bot 召回
- **多平台支持**:支持 Telegram、飞书(Lark) 等平台
- **简单易用**:通过图形化界面配置 bot 及 Provider、Model、Memory、Channel、MCP、Skills 等设置,无需编写代码即可快速搭建自己的 AI 机器人
- **定时任务**:支持使用 cron 表达式定时执行命令
- 更多...
## 路线图
详情请参阅 [Roadmap Version 0.1](https://github.com/memohai/Memoh/issues/2)。
## 开发
详见 [CONTRIBUTING.md](CONTRIBUTING.md)。
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=memohai/Memoh&type=date&legend=top-left)](https://www.star-history.com/#memohai/Memoh&type=date&legend=top-left)
## Contributors
<a href="https://github.com/memohai/Memoh/graphs/contributors">
<img src="https://contrib.rocks/image?repo=memohai/Memoh" />
</a>
---
**LICENSE**: AGPLv3
Copyright (C) 2026 Memoh. All rights reserved.