spatial-trajectory
AgentAstra — a spatial agent-trajectory view for DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Rgndmln/dsh-agent-astra说明文档
阅读完整 README ↗使用方式
本地运行
npm install
npm run typecheck
npm test
npm run build
如需打开独立回放视图:
npm run dev
访问 http://127.0.0.1:4173。独立视图播放确定性的 fixture,适合调试 UI,也不会消耗模型 token。
接入 DeepSeek Harness
插件目标版本为 @deepseek-ai/dsh 0.1.0-rc.6,使用 Harness 客户端模块加载器。先构建,再将本地包安装到 web profile:
dsh plugin --profile web add /absolute/path/to/spatial-trajectory
打开任意对话后,选择 Spatial。视图与会话绑定:它只渲染当前选中的对话,并会在视图卸载时释放 WebGL 场景。
如果 macOS 在本地 Harness 开发时达到文件监听数量上限,可临时使用 CHOKIDAR_USEPOLLING=1 dsh web。