AI Agent Hub
Back to plugins
dsh-agy-safe preview

dsh-agy-safe

Model Inference Updated 2026.09.05

Run the following command in DeepSeek Harness:

dsh plugin install Jonah-Wu23/dsh-agy-safe

Paste the following prompt into your AI chat to install this plugin:

Run the install command in your DeepSeek Harness environment to fetch the plugin from https://github.com/Jonah-Wu23/dsh-agy-safe, then restart the service to use the Antigravity CLI model group in the model list.

About this plugin

DeepSeek Harness typically routes inference through remote HTTP APIs with API-key authentication and stateless round-trips. If you already have a logged-in Antigravity CLI (agy) session on your machine and want to call Gemini, Claude, GPT-OSS, and other models as a first-class provider inside dsh's main dialog and sub-agents—while keeping streaming output and tool dispatch fully intact—dsh-agy-safe is the local adapter layer built for exactly that gap.

It bridges agy's headless session via a child-process pipe, running in a local sandbox so credentials stay bound to your own account with no sharing or proxying. The core pipeline covers incremental scheduling (hash-chain comparison: prefix matches send only deltas, context forks trigger a process reset with full-history replay), tool-call adaptation (contract injection, structured-marker parsing, and result round-trip), and accurate TPS accounting (session-level usage differencing strips hidden thinking tokens so reported speed reflects visible output only). The main dialog can spawn agy sub-agents on the fly, with the task manager displaying live status and the model in use.

It is aimed at developers who already use agy in their daily Antigravity workflow and want to fold that same session into DeepSeek Harness' agent loop, and at teams who prefer local CLI login over maintaining extra API keys while still getting multi-model routing and sub-agent orchestration. A Node.js 20+ environment is all that is required; once installed, select from the Antigravity CLI model group to start working.

Screenshots

Use Cases

  • Call locally-authenticated Antigravity CLI models directly in the Harness main dialog
  • Share one agy session bridge across sub-agents for unified streaming and tool dispatch
  • Drive multi-model routing and sub-agent orchestration via local CLI login without extra API keys

Best For

  • Developers who already use agy daily and want it inside the Harness agent loop
  • Teams that prefer local CLI login over maintaining extra API keys
  • Builders orchestrating sub-agents with mixed Gemini, Claude, and GPT-OSS models