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. 8. 18.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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 |

---