feat: integrate AgentRQ task manager plugin

- Clone agentrq/agentrq plugin to plugins/agentrq/
- Update package.json name to 'agentrq'
- Add agentrq plugin to tauri.conf.json resources
- Add AGENTRQ_PACKAGE constant and bundled_agentrq_plugin() discovery
- Add install_agentrq_plugin() function to modlens.rs
- Update README with plugin listing
This commit is contained in:
2026-08-16 12:13:11 +08:00
parent 366bee00d6
commit 73cb4cec60
17 changed files with 1745 additions and 3 deletions

View File

@@ -147,8 +147,23 @@ npx -y @deepseek-ai/dsh plugin --profile web add @liustack/modlens@3.16.6
| Claude CLI | 本机 CLI无需填 URL | [code.claude.com](https://code.claude.com) |
外链在系统浏览器中打开Tauri `on_navigation`),密钥只写在本机 ModLens 配置里。
### 4. AgentRQ 任务管理器插件(`agentrq`
### 4. Anchored Standard 预设
| | |
| --- | --- |
| 路径 | [`plugins/agentrq/`](plugins/agentrq/) |
| 上游 | [agentrq/agentrq](https://github.com/agentrq/agentrq) |
| 版本 | `0.2.1` |
| 许可证 | Apache 2.0AgentRQ· 与本仓库相同MIT |
| 作用 | 让 DeepSeek Harness 直接管理 AgentRQ 任务:创建、获取、更新状态、回复、获取工作区信息等。支持实时推送任务,无需离开 Harness |
**AgentRQ** 是一个人类在环的任务管理器——你可以在 AgentRQ 工作区中给 Agent 分配任务,这个插件让 Harness 直接接收任务并执行,完成任务后更新状态。
安装后在 profile 的 `cordis.patch.yml` 中配置 AgentRQ workspace endpoint 即可使用。
### 6. 零工具锚定式标准预设
### 5. Anchored Standard 预设
| | |
| --- | --- |