OpenViking
volcengine
Self-evolving Context Database for AI Agents. Unify Agent Memory, Knowledge RAG and Skills.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:umicorn07/dsh-subagent-agy
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
English | 中文
dsh-subagent-agy is an open-source Antigravity CLI (agy) Subagent Provider Plugin for DeepSeek Harness (dsh).
It allows DeepSeek Harness agents to delegate complex coding tasks, multi-file AST refactoring, test generation, and deep reasoning to Google Antigravity (agy cli) running as an autonomous subagent in a child process, returning structured results and diffs back to DSH.
SubagentProvider specification (provider: agy), supporting seamless tool integration, cancellation (AbortSignal), and session isolation.effort: low | medium | high), model selection, and execution modes (accept-edits | plan).agy --print --output-format json --dangerously-skip-permissions.In your DSH profile directory:
dsh plugin add dsh-subagent-agy
cordis.patch.ymlAdd the following to ~/.dsh/profiles/web/cordis.patch.yml:
# 1. Mount agy subagent provider
- insert:
- id: subagent-agy
name: 'dsh-subagent-agy'
config:
effort: high
# 2. Expose subagent_agy tool to DSH agent
- insert:
- id: tool-subagent-agy
name: '@deepseek-ai/dsh-tool-subagent'
config:
provider: agy
toolName: subagent_agy
maxDepth: provider-managed
description: 'Delegate complex coding, architecture, and multi-file refactoring to Antigravity CLI'
| 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 |
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: subagent。