autorouter0-ai/dsh-llm-autorouter

autorouter0-ai★ 1TypeScript最后同步: 2026-08-21

在 GitHub 打开

DeepSeek Harness plugin: use AutoRouter as your LLM provider — unified routing, failover, and model discovery

README 摘要

dsh-llm-autorouter 中文文档 DeepSeek Harness LLM adapter for AutoRouter — a model routing gateway that unifies access to multiple upstream channels. AutoRouter supports mainstream API formats (OpenAI-compatible, Anthropic, Gemini, and others) and handles routing, channel failover, billing, and observability inside the gateway. This plugin mounts on the Harness so every model call goes through your AutoRouter deployment instead of hitting providers directly. It registers one provider route ( autorouter by default) on ctx.llm ; first fetch and import the models exposed by the gateway, then use those imported model ids in your agent config. Tested with DeepSeek Harness 0.1.0-rc.5 . Harness is still Developer Preview — later versions may break compatibility. Requirements - An AutoRouter API key (generated in the AutoRouter console). - A working DeepSeek Harness environment. Install Choose the installation method that matches how you run DeepSeek Harness. Direct install from npm (recommended) If you use DeepSeek Harness directly from npm: Direct install from git If you want to install the plugin from a git repository: A git install fetches sources and runs the prepare build. If the first at…

在 GitHub 查看完整 README →
工具/开发dsh-plugindsh-plugin-bundledsh-pluginsagent

分类