MineEcho 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
MineEcho 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
MineEcho 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g mineecho # 方式二:npx 直接运行(无需安装) npx mineecho --help # 方式三:项目依赖安装 npm install mineecho # 方式四:从源码运行 git clone https://github.com/Health-Yang/MineEcho cd MineEcho npm install npm start
# 命令行使用
mineecho --help
# 基本用法
mineecho [options] <input>
# Node.js 代码中使用
const mineecho = require('mineecho');
const result = await mineecho.run(options);
console.log(result);
# mineecho 配置说明 # 查看配置选项 mineecho --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export MINEECHO_CONFIG="/path/to/config.yml"
A local-first Memory OS for personal AI assistants: remember, learn, use skills, and spend fewer tokens.
MineEcho is a source-available, local-first AI assistant framework for building private, extensible assistant workflows on top of local services and user-owned knowledge.
MineEcho is not meant to be just another chat UI. Its product loop is:
Remember user preferences and past work. Learn from imported knowledge through Wiki++ and graph context. Use skills and external AI apps through one routing surface. Save context cost with TokenLess reducers and local metrics.
Use MineEcho when a normal chat UI is too forgetful, a RAG app is too passive, and an agent framework is too noisy to run as a long-term personal assistant.
Download the desktop packages from Baidu Netdisk and choose the Windows installer:
j6kdSteps:
MineEcho Setup 1.0.0.exe on Windows 10 or Windows 11.Notes:
Choose one of the following paths:
MineEcho does not ship real model API keys. You can start without keys first, then configure model providers in the Console settings page.
#### 5. Start development services
sh npm run dev
The development URLs are:
- Console: `http://127.0.0.1:5175/`
- BFF: `http://127.0.0.1:3085/`
The checked-in Vite dev config proxies `/api` to the local BFF.
On first launch, open the Console and complete model/API key configuration in Settings. Keep real provider keys in local `.env` files or local Console settings, not in Git.
#### 6. Debug BFF or Console separately
You can start the two apps separately when debugging one side:
sh npm run dev:bff npm run dev:console
#### 7. Verify and build
Build checks:
sh npm run build
Start the built BFF package:
sh npm run start:bff
Full verification:
sh npm run verify
Runtime smoke check, after `npm run dev` is running:
sh npm run smoke
Dependency audit for release-blocking advisories:
sh npm run audit:apps
Export a filtered source tree for public release:
sh npm run export:release ```
The export command writes to releases/mineecho-source-<version>/ and checks that local runtime data, .env files, databases, keys, logs, and cache artifacts are not included. Publish from the export directory or a fresh clone, not from a local development tree.
```
Then edit .env locally. Keep any real tokens or service credentials out of commits.
Local development does not force the console login screen by default. Set VITE_MINEECHO_AUTH_REQUIRED=true when you need to test the auth flow explicitly.
The BFF defaults to port 3085. Override it with BFF_PORT only if you also update the Console proxy target.
The following runtime directories are intentionally ignored and should stay out of source control:
.mineecho/.openclaw/apps/**/.mineecho/apps/**/.openclaw/apps/**/workspace/MineEcho reuses Gateway-related packages from the OpenClaw PI framework in parts of the backend. Those names can appear in protocol adapters, package names, and config-file compatibility code; they are implementation details, not user-facing product branding.
The repository includes vendor/openclaw-gateway/, a vendored copy of the OpenClaw Gateway runtime source from openclaw@2026.5.27 under the upstream MIT license. node_modules are not committed; npm run install:apps installs the Gateway runtime's third-party dependencies locally.
For a more detailed file-by-file map, see docs/runtime-data.md.

Download the desktop packages from Baidu Netdisk and choose the macOS DMG package:
j6kdSteps:
Notes:
This is the full path for first-time users who want to run MineEcho from source.
Install:
Check versions:
git --version
node -v
npm -v
If node -v is lower than 22, upgrade Node.js first.
git clone https://github.com/Health-Yang/MineEcho.git
cd MineEcho
npm run install:apps
This installs dependencies for BFF, Console, and the vendored OpenClaw Gateway runtime under vendor/openclaw-gateway. MineEcho ships the OpenClaw Gateway runtime source in this repository, so users do not need to install OpenClaw separately.
```sh cp apps/bff/.env.example apps/bff/.env

MineEcho是一个创新性的开源AI工作流项目,具有较高的潜力和应用价值
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
经综合评估,MineEcho 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | MineEcho |
| 原始描述 | 开源AI工作流:Local-first Memory OS for personal AI assistants with L0-L3 memory, Wiki++ knowl。⭐128 · TypeScript |
| Topics | ai-agentai-assistantknowledge-graphlocal-firstmemory |
| GitHub | https://github.com/Health-Yang/MineEcho |
| License | NOASSERTION |
| 语言 | TypeScript |
收录时间:2026-06-05 · 更新时间:2026-06-06 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端