dsh plugins中文
← Back to popular plugin directory

Open source CMA-compliant agent runtime for any model

sandbaseai/sandbase-harness · skills

Open-source CMA-compatible agent runtime for any model, with MCP tools, sandboxed sessions, audit, replay, and a local console.

★ 581GitHub stars
55Forks
2026-08-15Last updated
TypeScriptLanguage
Apache-2.0License

Project overview

A local-first runtime for AI agents. Sessions, sandboxed tools, memory, credentials, audit trails, and a built-in Console — all running on your machine or in your own infrastructure.

Run this project as a DSH plugin instead of treating dsh-plugin as discovery metadata only. Install the bundle into a DSH profile, start managed-agents, then boot that profile:

The patch starts managed-agents-mcp over stdio. DSH can then list agents, create and run sessions, inspect results and artifacts, and stop work through native mcpsandbase tools. See examples/deepseek-harness for the full tool list and authenticated-runtime configuration.

Install command

dsh plugin --profile web add github:sandbaseai/sandbase-harness
View GitHub repository ↗Back to popular plugin directory