DSH Agent
by DeepSeek
Agent 接口、注册表、进程本地发起方作用域,以及 agent/* 事件词汇。每个插件(UI、钩子、编排器)都面向此处定义的 Agent handle 编程;它不依赖循环,因此循环可以替换。
subagent seam 允许一个 agent(智能体)通过具名提供方把工作委派给子 agent。调用方统一使用 ctx.subagents 服务 API;提供方决定子 agent 在当前进程、其他进程,还是通过未来的传输方式运行。
npx @deepseek-ai/dsh@latest websubagent seam 允许一个 agent(智能体)通过具名提供方把工作委派给子 agent。调用方统一使用 ctx.subagents 服务 API;提供方决定子 agent 在当前进程、其他进程,还是通过未来的传输方式运行。 在 DSH 0.1.0-rc.6 的默认 Web 组合中,该包对应配置条目 “subagent”。
subagent seam 允许一个 agent(智能体)通过具名提供方把工作委派给子 agent。调用方统一使用 ctx.subagents 服务 API;提供方决定子 agent 在当前进程、其他进程,还是通过未来的传输方式运行。
在来源页面阅读完整 README