dsh-llm-api-integration
其他 活跃维护

dsh-llm-api-integration

satan9394/dsh-llm-api-integration

DSH skill: LLM API 集成模式, 流式与工具调用(受 Anthropic skills Apache-2.0 启发)

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
5 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:satan9394/dsh-llm-api-integration
git clone https://github.com/satan9394/dsh-llm-api-integration.git
git clone git@github.com:satan9394/dsh-llm-api-integration.git
README.md main

dsh-llm-api-integration

DSH(DeepSeek Harness)技能插件:LLM API 集成模式。

SDK vs 原始 HTTP(不混用)、流式默认、思考模式、工具调用、提示缓存、token 计数、API 漂移验证(不凭记忆写 SDK 用法)、模型迁移与提示词审计。受 Anthropic 官方 skills 的 claude-api(Apache-2.0)启发的中文原创泛化精简版。

安装

dsh plugin add dsh-llm-api-integration

触发方式

描述中包含"LLM API / 模型集成 / SDK 调用 / 工具调用 / 流式 / agent 构建 / 模型迁移"等关键词时自动触发。

能力

  • SDK/HTTP 选型与不混用纪律
  • 流式默认与思考模式
  • 漂移验证与文档为准
  • 模型迁移含提示审计

许可

MIT