SandBase Harness v0.3.2: local agent runtime and containerized MCP bridge #28
Replies: 3 comments
|
v0.3.1 is now available: https://github.com/sandbaseai/sandbase-harness/releases/tag/v0.3.1 This is a documentation and distribution-safety release. It replaces the old unscoped npm quick start with a pinned tagged-source install, adds the canonical Apache-2.0 license recognized by GitHub, and includes the new Handbook, CLI, Discussions, and discovery paths. Important: the unscoped Verification: source and test typechecks passed, 76 test files / 572 tests passed (2 files and 15 tests skipped), runtime and console builds passed, package dry-run passed, and release smoke passed. |
Update: v0.3.2 — containerized MCP bridgeSandBase Harness v0.3.2 adds a minimal git clone --branch v0.3.2 --depth 1 https://github.com/sandbaseai/sandbase-harness.git
cd sandbase-harness
docker build -f Dockerfile.mcp -t sandbase-harness-mcp:0.3.2 .
docker run --rm -i -e MANAGED_AGENTS_URL=http://host.docker.internal:3000 sandbase-harness-mcp:0.3.2The tag was verified against merge commit |
New: pair the DSH plugin with a portable research SkillThe Harness documentation now includes a tested companion workflow for the same DeepSeek Harness project: npx --yes github:sandbaseai/sandbase-skills add multi-source-search
dsh webThe MCP plugin supplies managed-agent operations, while the Skill supplies a source-verifiable research workflow through DSH's project-scoped Implementation and full CI evidence: #37 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
SandBase Harness v0.3.2 is an immutable release of the local-first, CMA-compatible agent runtime. It provides durable sessions, sandboxed tool execution, resumable event streams, audit/replay, a local Console, and a native DeepSeek Harness bridge over stdio MCP.
Containerized MCP quick start
The release adds
Dockerfile.mcpfor reproducible local and self-hosted MCP deployments:No npm publication or unrelated package is required. The unscoped npm package
managed-agentsis not this project.Source quick start
Open
http://127.0.0.1:3000/dashboard, then configure a model under Settings > Models.DeepSeek Harness integration
The bundled stdio bridge exposes agents, sessions, streamed turns, artifacts, and cancellation through native
mcp__sandbase__*tools. DeepSeek V4 reasoning controls are documented in the tagged release:Verified release gate
The v0.3.2 tag passed typechecking, tests, runtime and Console production builds, package validation, and release smoke checks. The tag target is
2bb788d9ec847d5af8996c6f682a33f9f0734b73.Please use this discussion for reproducible installation results, compatibility reports, and examples of what you build. If the runtime saves you time, a GitHub star helps other agent-runtime builders discover it.
All reactions