umicorn07/dsh-subagent-agy ↗★ 0
dsh-subagent-agy
适用于DeepSeek Harness (dsh)的Antigravity CLI (agy)子智能体提供商插件。
AI 分析
核心用途是将Antigravity CLI作为子智能体接入DSH。适合需要利用agy进行代码编辑、规划或高推理任务的开发者,需本地安装agy。
安裝
此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗
說明文件
閱讀完整 README ↗📦 Installation & Configuration
1. Install Plugin
In your DSH profile directory:
dsh plugin add dsh-subagent-agy
2. Configure cordis.patch.yml
Add the following to ~/.dsh/profiles/web/cordis.patch.yml:
## ⚙️ Configuration
| Field | Default | Description |
| :--- | :--- | :--- |
| `executable` | `agy` | Command name or absolute path to `agy` / `agy.exe` |
| `model` | *(agy default)* | Optional model override |
| `effort` | `high` | Reasoning effort level (`low` \| `medium` \| `high`) |
| `mode` | *(none)* | Execution mode (`accept-edits` \| `plan`) |
| `env` | `{}` | Extra environment variables |
| `disposeGraceMs`| `3000` | Process termination grace in milliseconds |
---