返回目录

flowix

编辑精选维护状态: 活跃

text2future/flowix

Notes for you, Memory for your agents. / 内置 Deepseek harness Agent / 适用 办公 & 写作 & Coding

前往 GitHub项目主页
$ git clone https://github.com/text2future/flowix.git

406

星标

52

Fork

TypeScript

语言

MIT

许可证

2026-05-25

创建于

2026-09-08

最近推送

MIT 许可、本地优先的 Markdown 笔记本;内置 dsh-flowix-memory 插件通过 `dsh plugin add` 接入 DeepSeek Harness,经 flowix-cli MCP 服务器向 Harness Agent 开放本地备忘与思维导图。

DSH 适配

兼容

作者声明

安全审计

未审计

最后核验

2026-08-21

许可证

MIT

01它能帮你完成什么?

  • Give DeepSeek Harness agents durable, note-based context so workflow automation tasks can continue without starting over

    The `mcp__dsh-flowix-memory__flowix_memo` tool lets the agent search, read, create, and edit Flowix memos (including mind maps), with results saved back to the same Markdown notes

    DeepSeek Harness users who want agents to reuse shared local note context across product work, development, and research

  • Keep product work, development, research, and personal knowledge in one notebook that multiple agents can pick up

    Up-to-date Markdown notes — requirements, feedback, decisions, PRDs, sources, and conclusions — that coding and research agents can continue from

    Teams and individuals running multi-agent workflows (Codex, Claude Code, OpenCode, Hermes, DSH) over shared local notes

02如何接入 DeepSeek Harness?

前置条件

  • DeepSeek Harness with a Harness profile — `--profile <name>` is required (shipped profiles: `web`, `headless`)
  • The `flowix` CLI on `PATH` (or `FLOWIX_CLI_PATH` set) with access to your notebook data (`~/.flowix`)
  • A local checkout of the flowix repository — the dsh-flowix-memory plugin is not yet published to npm

安装步骤

  1. 01

    Clone the flowix repository to get the flowix-main checkout (`git clone https://github.com/text2future/flowix.git`)

    $ git clone https://github.com/text2future/flowix.git

  2. 02

    Run `dsh plugin --profile <name> add ./app/flowix-dsh-host/bundles/dsh-flowix-memory` to install dsh-flowix-memory into the chosen Harness profile

    $ dsh plugin --profile <name> add ./app/flowix-dsh-host/bundles/dsh-flowix-memory

验证接入成功

作者未说明

03DSH 适配与能力边界

DSH 适配兼容

Installed into a DeepSeek Harness profile via `dsh plugin add`; the bundled dsh-flowix-memory plugin exposes local Flowix notes through the flowix-cli MCP server

  • Memo & mind-map tool for Harness agents

    Harness agent calls via the `mcp__dsh-flowix-memory__flowix_memo` MCP toolsearch, read, create, and edit Flowix memos, including mind-map artifacts

    creates and edits memo files in the local Flowix notebook data (`~/.flowix`)
  • Shared multi-agent notebook

    Markdown notes in a registered local folderthe same notes and context served to Flowix's built-in agents plus Codex, Claude Code, OpenCode, Hermes, and other MCP or CLI tools

  • Local-first Markdown storage with selective agent access

    notes, plans, and documents written in Markdownplain Markdown files on your device that can be shared note-by-note, folder-by-folder, or as a whole notebook

    agents only receive the context you choose, and only when you start a task

04适合谁?何时不该用?

适合

  • DeepSeek Harness users who want agents to reuse shared local note context across product work, development, and research
  • Teams and individuals running multi-agent workflows (Codex, Claude Code, OpenCode, Hermes, DSH) over shared local notes

不适合

  • The dsh-flowix-memory plugin is not yet published to npm; it must be installed from a local checkout of the flowix repository.
  • The plugin requires the `flowix` CLI on `PATH` (or `FLOWIX_CLI_PATH` set) with access to notebook data at `~/.flowix`; installation also requires a specific Harness profile (`web` or `headless`).

05兼容性、维护与安全提示

  • The dsh-flowix-memory plugin is not yet published to npm; it must be installed from a local checkout of the flowix repository.
  • The plugin requires the `flowix` CLI on `PATH` (or `FLOWIX_CLI_PATH` set) with access to notebook data at `~/.flowix`; installation also requires a specific Harness profile (`web` or `headless`).
  • The desktop app supports macOS 14+ and Windows 10+; building from source requires Node.js 20+, Rust 1.75+ and Tauri v2.
2026-05-252026-08-19v1.2.1

MIT · actively maintained (latest release v1.2.1, 2026-08-19)

06常见问题

如何把 Flowix 接入 DeepSeek Harness?

在 flowix 仓库的本地检出目录中运行 `dsh plugin --profile <name> add ./app/flowix-dsh-host/bundles/dsh-flowix-memory`,把 dsh-flowix-memory 安装到指定 Harness profile。`--profile` 为必填参数,官方提供的 profile 有 `web` 和 `headless`。

是原生集成还是 MCP?

属于 MCP 集成:插件通过随附的 flowix-cli MCP 服务器把 Harness Agent 连接到你的本地 Flowix 笔记,并暴露 `mcp__dsh-flowix-memory__flowix_memo` 工具。

需要哪些前置条件?

需要 `flowix` CLI 在 `PATH` 中(或通过 `FLOWIX_CLI_PATH` 指定)并能访问 `~/.flowix` 下的笔记数据,一个可安装插件的 Harness profile,以及 flowix 仓库的本地检出。

能从 npm 安装这个插件吗?

暂时不能——README 明确说明插件尚未发布到 npm,必须从 flowix-main 本地检出目录安装。

我的笔记存在哪里?Agent 能看到什么?

笔记以纯 Markdown 文件保存在你的设备上。Agent 只能看到你选择共享的内容——单条笔记、一个文件夹或整个笔记本——而且只在你发起任务时才会发送上下文。

08数据与来源

  • 作者声明github.com29fc3660cfc8…

    is a [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) plugin that connects any Harness agent to your…

  • 作者声明github.com29fc3660cfc8…

    dsh plugin --profile <name> add ./app/flowix-dsh-host/bundles/dsh-flowix-memory

页面基于项目公开文档、仓库元数据和 DSH Plugins 的结构化解析生成;最后核验于 2026-08-21。发现错误?提交更正。

🏆

最佳 DeepSeek Harness 插件

从全目录挑出的 12 个值得优先安装的插件,覆盖各个分类。

DSH Plugins 是独立的 DeepSeek Harness 插件市场,与 DeepSeek 官方无关,也不代表官方背书。第三方插件未经安全审计,安装前请审查源码。

每周获取最新的 DeepSeek Harness 插件,绝不滥发。