umicorn07/dsh-subagent-agy0

dsh-subagent-agy

Antigravity CLI (agy) subagent provider plugin for DeepSeek Harness (dsh)

AI 分析

核心用途是将Antigravity CLI作为子智能体接入DSH。适合需要利用agy进行代码编辑、规划或高推理任务的开发者,需本地安装agy。

パッケージ
dsh-subagent-agy
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/18

インストール

検証済み 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 |

---