totem
活跃·★ 13·Apache-2.0·更新于 2026-05-27
★ 时下流行★ 记忆与上下文★ 开发者工具
Totem 是面向 AI 编码代理的持久化跨仓库记忆层。
Totem 是一组 CLI 工具,为 AI 代理提供持久化记忆和执行层。它使用确定性钩子记住 AI 遗忘的经验教训,在架构错误成为永久问题之前捕获它们。Totem 完全离线运行,lint 检查在 2 秒内完成。
#AI 智能体#ast-grep#命令行工具#代码审查#codebase-governance#开发者工具#git-hooks#human-in-the-loop
01
功能特性
01离线 lint 检查,2 秒内完成
02将纯英文经验教训转化为可执行规则
03Git 钩子用于推送前强制执行
04通过本地知识库实现跨仓库语义记忆
05MCP 服务器供代理检索上下文
02
兼容性
Node.js
Node.js
已通过文档验证
Linux
Linux x64
已通过文档验证
macOS
macOS ARM64
已通过文档验证
Windows
Windows
已通过文档验证
03
快速开始
1
$ pnpm dlx @mmnto/cli init
04
使用场景
↳防止 AI 代理重复犯架构错误
↳强制执行项目特定的编码约定和经验教训
↳为跨会话的 AI 代理提供持久化上下文
05
同类工具
相关搜索
评论
登录后发表评论
- CCameron Anderson2026年5月22日
Works as a context backbone that other agent capabilities build on.
- OOakley Nguyen2026年5月13日
Good for agent systems where accumulated context should persist across deployments.
- CCameron Wilson2026年4月11日
Persistent memory and context layer for AI agents — the tribal knowledge metaphor is apt.
- Rebel Lee2026年4月11日
Memory layer is designed for agents, not adapted from human-facing storage.