blaxel-ai/deepseek-harness-blaxel-sandbox

blaxel-ai★ 0TypeScript最后同步: 2026-08-21

在 GitHub 打开

Blaxel sandbox execution plugin for DeepSeek Harness

README 摘要

Blaxel Sandbox for DeepSeek Harness @blaxel/dsh-sandbox is a first-class Blaxel sandbox execution plugin for DeepSeek Harness (DSH). It moves filesystem, Bash, terminal, and LSP operations into one short-lived Blaxel microVM while the DSH interface, model requests, session state, and Blaxel credentials remain on the host. This package is under development and has not been published. The current implementation is a prototype being raised to the DeepSeek Harness capability contracts. How it composes The package is one installable DSH bundle with three internal providers: - @blaxel/dsh-sandbox/runtime owns sandbox creation, readiness, private adapter state, and deletion. - @blaxel/dsh-sandbox/filesystem provides remote ctx.fs . - @blaxel/dsh-sandbox/subprocess provides remote ctx.subprocess , including PTY sessions. Local execution remains unchanged after installation. In Web, Open in Blaxel appears beside the session chat input when the session directory is inside a Git worktree. It snapshots tracked files plus unignored untracked files, omits common credential files, restores the repository under /workspace , and opens a separate DSH window where all execution capabilities share the…

在 GitHub 查看完整 README →
工具/开发blaxeldeepseek-harnessdsh-pluginremote-executionsandboxterminal

分类