docs: update README

This commit is contained in:
Acbox
2026-02-10 22:31:46 +08:00
parent ca302c4a9a
commit 95eeadac3d
2 changed files with 61 additions and 1 deletions
+21
View File
@@ -18,6 +18,27 @@
<hr>
</div>
Memoh is a AI agent system platform. Users can create their own AI bots and chat with them via Telegram, Discord, Lark(Feishu), etc. Every bot has independent container and memory system which allows them to edit files, execute commands and build themselves - Like [OpenClaw](https://openclaw.ai), Memoh provides a more secure, flexible and scalable solution for multi-bot management.
## Why Memoh?
OpenClaw, Clawdbot, and Moltbot are impressive, but they have notable drawbacks: stability issues, security concerns, cumbersome configuration, and high token costs. If you're looking for a stable, secure Bot SaaS solution, consider our open-source Memoh.
Memoh is a multi-bot agent service built with Golang. It offers full graphical configuration for bots, Channels, MCP, and Skills. We use Containerd to provide container-level isolation for each bot and draw heavily from OpenClaw's Agent design.
Memoh Bot features a deeply engineered memory layer inspired by Mem0. By storing knowledge from each conversation turn, it enables more precise memory retrieval.
Memoh Bot can distinguish and remember requests from multiple humans and bots, working seamlessly in any group chat. You can use Memoh to build bot teams, or set up accounts for family members to manage daily household tasks with bots.
## Features
- **Multi-bot Management**: Create multiple bots; humans and bots, or bots with each other, can chat privately, in groups, or collaborate.
- **Containerized**: Each bot runs in its own isolated container. Bots can freely execute commands, edit files, and access the network within their containers—like having their own computer.
- **Memory Engineering**: Every chat is stored in the database, with the last 24 hours of context loaded by default. Each conversation turn is stored as memory and can be retrieved by bots through semantic search.
- **Various Platforms**: Supports Telegram, Lark (Feishu), and more.
- **Simple and Easy to Use**: Configure bots and settings for Provider, Model, Memory, Channel, MCP, and Skills through a graphical interface—no coding required to set up your own AI bot.
- **Scheduled Tasks**: Schedule tasks with cron expressions to run commands at specified times.
- More...
## Roadmap
Please refer to the [Roadmap Version 0.1](https://github.com/memohai/Memoh/issues/2) for more details.
+40 -1
View File
@@ -16,4 +16,43 @@
<img src="https://img.shields.io/github/issues/memohai/Memoh" alt="Issues" />
</div>
<hr>
</div>
</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)
---
**LICENSE**: AGPLv3
Copyright (C) 2026 Memoh. All rights reserved.