sybolization/agent-jit

插件 ⭐ 0 MIT automation

DeepSeek Harness (dsh) 插件:将LLM代理循环中确定性的执行路径编译成DSL程序并直接执行,显著降低token消耗、往返轮次与上下文暴露。一个将确定性代理路径编译为DSL程序的DeepSeek Harness插件。

catalog 简介:DeepSeek Harness (dsh) 插件:把 LLM agent loop 中确定性的执行路径编译成 DSL 程序并直接执行,显著降低 token、往返轮次与上下文暴露。A DeepSeek Harness plugin that compiles deterministic agent paths into DSL programs.

安装

# npm(推荐;发布的是预构建产物,无构建授权)
dsh plugin --profile web add agent-jit
# 或从 GitHub 安装(dist/ 随仓库分发,同样无构建授权)
dsh plugin --profile web add github:sybolization/agent-jit

dsh web --dump-config    # 验证:应出现 agent-jit-dsl 行
dsh web                  # 之后每次启动都带插件

sybolization/agent-jit 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。