dsh-agent-context
其他 活跃维护

dsh-agent-context

jonah791/dsh-agent-context

框架的轻量级扩展插件,用于统一管理agent多轮交互的上下文数据,支持自动继承、会话隔离,无需复杂配置即可与dsh核心能力无缝适配,降低多轮对话场景下的上下文维护成本。

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

dsh-agent-context — 上下文管理插件

DSH(DeepSeek Harness)插件:会话上下文的注入与管理。

功能特性

  • 上下文注入:按需向会话请求注入上下文内容
  • 会话感知:与 agent 会话模型联动

安装

cd <你的 self-plugins 目录>
git clone https://github.com/jonah791/dsh-agent-context.git
cd dsh-agent-context
pnpm install
pnpm build

相关

License

MIT