dsh-agy: A DSH plugin for Google Antigravity model access in DeepSeek Harness

chaos-03x/dsh-agy

Models & ReasoningVerified
Listed on 2026-08-20
Page last updated 2026-08-20

Adds Google Antigravity model access to DeepSeek Harness with multi-account pool, 429 rotation, and quota dashboard.

Bring Google Antigravity models to DeepSeek Harness with OAuth login, a multi-account pool, and automatic 429 rotation, plus both CLI and web management.

install
dsh plugin --profile web add github:chaos-03x/dsh-agy
Category
Models & Reasoning
Platform
DSH-Plugin
Author
chaos-03x
Distribution
Plugin

dsh-agy Key Features

OAuth one-click loginMulti-account pool rotationQuota dashboard & testingCLI and Web management

dsh-agy Repository

chaos-03x
Publisher
chaos-03x
Repository
chaos-03x/dsh-agy
19
Stars
4
Forks
0
Watchers
2
Open issues
LanguageTypeScript
LicenseMIT License
Website
Repo last push2026-08-19 21:43:13
Repo created2026-08-14 19:27:24
Topics
agyantigravityclaudedeepseek-harnessdshdsh-plugingemini
Default branchmain

dsh-agy Repo Summary

dsh-agy is a model access plugin (DSH plugin) for DeepSeek Harness (DSH) that integrates Google Antigravity (agy) model capabilities into DSH, solving the problems of multi-account management, rate-limit rotation, and cumbersome authentication. It provides OAuth login, a multi-account pool with automatic 429 rotation, device fingerprinting, and both CLI and web management surfaces. Maintained by chaos-03x under the MIT license, last updated in 2026-08.

What core features does the dsh-agy DSH plugin support?

Core features include: OAuth one-click login (supporting browser callback, headless paste-URL, and remote paste-credential blob modes); a multi-account pool (encrypted storage, automatic rotation on rate limits, per-account cooldown with tiered backoff, per-account device fingerprints); a quota dashboard (active only when DSH Web is running; visit /agy to see account cards, per-model quota bars, model testing, credential import/export, and fingerprint management); and CLI commands dsh-agy login|status|import|verify|logout that work standalone without DSH.

How do I install dsh-agy?

To install into the DSH web profile (recommended, 100% Web UI):

bash
dsh plugin --profile web add github:chaos-03x/dsh-agy

Then launch DSH Web and open http://127.0.0.1:3080/agy in your browser, click "Login with Google" to complete OAuth authorization, and start using the agy provider. For headless environments (e.g., Linux VPS, SSH remote servers), you can also run npx dsh-agy login directly.

What CLI commands does dsh-agy provide?

The CLI offers full management commands: login (interactive OAuth with --headless, --blob, --port, --project, --timeout options), status (list accounts and quota summary), import (import agy auth.json or credential blobs, supports batch), export (export as paste blobs), verify (refresh and health check), and logout (remove an account). All commands run standalone without DSH.

Which DeepSeek Harness versions and platforms does dsh-agy support?

Built with TypeScript and depending on @deepseek-ai/dsh-llm, this plugin works with both DSH Web and CLI modes. Web mode requires DSH Web running; CLI mode works in any Node.js environment, including headless servers. Installation supports both dsh CLI and npx, and it runs on Linux, macOS, and other mainstream platforms.

How do I use the dsh-agy quota dashboard?

When DSH Web is running, append /agy to your DSH web address to open the dashboard. The interface includes account cards, per-model quota bars, model testing buttons, and credential import/export and fingerprint management. After login, you can start using the agy provider without extra configuration.

View more DSH plugins at dsh-plugin.org

DSH-Plugin FAQ