返回目錄

flowix

編輯精選維護狀態: 活躍

text2future/flowix

Notes for you, Memory for your agents. / 內建 Deepseek harness Agent / 適用 辦公 & 寫作 & Coding

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

331

星數

42

Fork

TypeScript

語言

MIT

授權條款

2026-05-25

建立於

2026-08-19

最近推送

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。發現錯誤?提交更正。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。