返回目錄

agentrq

編輯精選維護狀態: 活躍

agentrq/agentrq

支援人工在環的即時對話式工作管理員,可自託管,通過移動端、Web、桌面隨時控制自己的智慧體。

前往 GitHub專案首頁
$ npx @deepseek-ai/dsh plugin --profile agentrq-<workspace> add @agentrq/dsh-plugin-agentrq

1,101

星數

78

Fork

Go

語言

Apache-2.0

授權條款

2026-03-24

建立於

2026-09-03

最近推送

Apache-2.0 人類與智慧代理協作平台,透過官方 @agentrq/dsh-plugin-agentrq 外掛將工作區 MCP 工具橋接進 DeepSeek Harness 即時對話。

DSH 整合

相容

作者聲明

安全稽核

未稽核

最後核實

2026-08-21

授權條款

Apache-2.0

01它能幫你完成什麼?

  • Delegate and track AI-agent tasks from inside DeepSeek Harness via a shared human-agent workspace

    Tasks assigned to the agent delivered over the MCP channel into the live dsh session, with human replies, status updates and permission requests synced in real time to the AgentRQ task board

    Teams running DeepSeek Harness (dsh) who want human-in-loop task delegation, review and real-time chat with their agents across mobile, web and desktop

  • Automate recurring work with scheduled tasks and event-driven workflows

    Cron-scheduled and recurring tasks spawned automatically by a background poller, plus visual event workflows that create downstream tasks across workspaces with no glue code

    Operators building multi-step release or content pipelines who want agent work chained together and visible on a graph instead of scripted

  • Supervise all workspaces and tasks across the whole AgentRQ account from one MCP endpoint

    Global management via the Supervisor (CoreMCP) at mcp.agentrq.com — list/create/update workspaces, listAllTasks, reassign, reorder and unified workspace statistics

    Power users and supervisors who manage several agent workspaces and need a bird's-eye view instead of per-project profiles

02如何將外掛接入 DeepSeek Harness?

先決條件

  • DeepSeek Harness (dsh) CLI available via npx (@deepseek-ai/dsh)
  • An AgentRQ workspace with its MCP URL and token (visible in Workspace Settings → Setup → DeepSeek Harness)

安裝步驟

  1. 01

    Install the plugin into a dedicated dsh profile: `npx @deepseek-ai/dsh plugin --profile agentrq-<workspace> add @agentrq/dsh-plugin-agentrq`

    $ npx @deepseek-ai/dsh plugin --profile agentrq-<workspace> add @agentrq/dsh-plugin-agentrq

  2. 02

    Pin the workspace's MCP URL in `~/.dsh/profiles/agentrq-<workspace>/cordis.patch.yml` using the config block copied from Workspace Settings → Setup → DeepSeek Harness

  3. 03

    Start the harness with that profile: `npx @deepseek-ai/dsh --profile agentrq-<workspace>` (one profile per workspace; switching workspaces means switching profiles)

    $ npx @deepseek-ai/dsh --profile agentrq-<workspace>

驗證整合成功

作者未說明

03DSH 整合程度與能力邊界

DSH 整合相容

Official @agentrq/dsh-plugin-agentrq bundle installed into a dsh profile; bridges the workspace's MCP tools into the live harness session as mcp__agentrq__*

  • Live workspace session in dsh

    AgentRQ workspace MCP URL + token pinned in the dsh profileworkspace tools bridged to the model as `mcp__agentrq__*`; assigned tasks and human replies arrive in the live session with delivery, startup catch-up and reconnect handling

    holds a supervised workspace session over the network to the workspace MCP endpoint
  • Task & status management via MCP tools

    task assignments from the board or human chat`createTask` (with optional cron_schedule), `updateTaskStatus` (notstarted / ongoing / blocked / completed), `getTask` dequeue, `reply`, `getWorkspace`, `downloadAttachment`

    task status changes and replies are written to the AgentRQ backend and synced in real time
  • Visual task board & scheduling

    tasks created by humans or agentslist / Kanban dashboard on any device, launch-date and recurring tasks (every 15 min, hourly, daily, weekly, custom) spawned by a minute-ticking background poller

  • Event-driven workflows

    named signals such as `qa_passed`, `deploy_finished`, `blog_published` fired when tasks completesubscribed workspaces automatically get new tasks — release processes wired on a graph with no polling or glue code

    completing a task that emits an event automatically creates tasks in subscribed workspaces

04適合誰?何時不該用?

適合

  • Teams running DeepSeek Harness (dsh) who want human-in-loop task delegation, review and real-time chat with their agents across mobile, web and desktop
  • Operators building multi-step release or content pipelines who want agent work chained together and visible on a graph instead of scripted
  • Power users and supervisors who manage several agent workspaces and need a bird's-eye view instead of per-project profiles

不適合

  • The dsh plugin connects to the workspace's remote MCP endpoint (production URLs follow https://WORKSPACE_ID.mcp.agentrq.com/), so task delivery and real-time notifications require network access and a valid token.
  • While the platform itself is self-hostable, the dsh plugin flow relies on the workspace MCP URL and filled-in config served from the AgentRQ dashboard; fully air-gapped operation would require self-hosting the backend.

05相容性、維護與安全提醒

  • A dsh profile serves exactly one workspace and carries its own endpoint; managing several AgentRQ workspaces from DeepSeek Harness means running and switching multiple dsh profiles.
  • The dsh plugin connects to the workspace's remote MCP endpoint (production URLs follow https://WORKSPACE_ID.mcp.agentrq.com/), so task delivery and real-time notifications require network access and a valid token.
  • While the platform itself is self-hostable, the dsh plugin flow relies on the workspace MCP URL and filled-in config served from the AgentRQ dashboard; fully air-gapped operation would require self-hosting the backend.
2026-03-242026-08-19v0.4.2

Apache-2.0 · actively maintained (latest release v0.4.2, 2026-08-19)

06常見問題

AgentRQ 如何接入 DeepSeek Harness?

透過官方 `@agentrq/dsh-plugin-agentrq` 外掛包,用 `npx @deepseek-ai/dsh plugin --profile agentrq-<workspace> add @agentrq/dsh-plugin-agentrq` 安裝到 dsh profile。它會將工作區工具以 `mcp__agentrq__*` 形式橋接給模型,並維持一個受監督的工作區對話。

是原生整合還是基於 MCP?

基於 MCP:外掛維持受監督的工作區對話,指派給智慧代理的工作與人類回覆都透過 MCP 通道直接進入 dsh 即時對話——無需輪詢,也不必離開 harness 去處理工作佇列。

安裝前需要準備什麼?

DeepSeek Harness CLI(可用 `npx @deepseek-ai/dsh` 呼叫)和一個 AgentRQ 工作區。工作區 ID、含 token 的完整 MCP 位址以及可直接貼上的設定,都在工作區的 Workspace Settings → Setup → DeepSeek Harness 裡。

一個 dsh profile 能服務多個工作區嗎?

不能。一個 dsh profile 只服務一個工作區並攜帶自己的接入端點,所以要為每個工作區各建一個 profile——切換工作區就是切換 profile。

我的資料會流向哪裡?

工作與回覆透過工作區 MCP 端點(正式環境形如 `https://WORKSPACE_ID.mcp.agentrq.com/`)與 AgentRQ 後端即時同步。AgentRQ 本身支援 Docker 自架,如需完全私有部署可自行執行後端。

08資料與來源

  • 作者聲明github.com8779a273e0b9…

    The `@agentrq/dsh-plugin-agentrq` bundle brings AgentRQ into DeepSeek Harness. It bridges the workspace's tools to the m…

  • 作者聲明github.com8779a273e0b9…

    npx @deepseek-ai/dsh plugin --profile agentrq-<workspace> add @agentrq/dsh-plugin-agentrq

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-21。發現錯誤?提交更正。

🏆

最佳 DeepSeek Harness 外掛

從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。

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

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