Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions content/agents/sandbase-harness.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"id": "sandbase-harness",
"name": "SandBase Harness",
"slug": "sandbase-harness",
"description": "Connects DeepSeek Harness clients to a self-hosted agent runtime with sandboxed sessions, MCP tools, approvals, audit trails, and replay.",
"providerName": "SandBase",
"providerUrl": "https://github.com/sandbaseai",
"agentUrl": "https://github.com/sandbaseai/sandbase-harness",
"version": "0.3.8",
"categories": [
"infrastructure",
"security",
"code-devtools"
],
"tags": [
"deepseek-harness",
"mcp",
"sandboxed-execution",
"agent-runtime",
"audit-replay",
"approvals",
"self-hosted"
],
"skills": [
{
"id": "sandboxed-agent-sessions",
"name": "Sandboxed Agent Sessions",
"description": "Runs resumable agent sessions in local, Docker, Kubernetes, or self-hosted worker sandboxes with durable event streams and artifacts."
},
{
"id": "mcp-tool-bridge",
"name": "MCP Tool Bridge",
"description": "Exposes runtime agent, session, turn, artifact, and cancellation operations through a stdio MCP bridge for compatible clients."
},
{
"id": "audit-and-replay",
"name": "Audit and Replay",
"description": "Records execution events and artifacts so operators can inspect tool activity, replay sessions, and investigate failures."
}
],
"authType": "none",
"authInstructions": "The MCP bridge runs locally over stdio. A connected Harness runtime may optionally require MANAGED_AGENTS_API_KEY.",
"supportsStreaming": true,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": false,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"mcp",
"cli"
],
"createdAt": "2026-08-30T00:00:00Z",
"updatedAt": "2026-08-30T00:00:00Z"
}
6 changes: 5 additions & 1 deletion content/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[
[{
"action": "added",
"slug": "sandbase-harness",
"name": "SandBase Harness"
},
{
"action": "updated",
"slug": "openhands",
Expand Down