Skip to content
Open
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
55 changes: 55 additions & 0 deletions content/agents/sandbase-harness.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"id": "sandbase-harness",
"name": "SandBase Harness",
"slug": "sandbase-harness",
"description": "Runs local-first, self-hosted AI agents with persistent sessions, sandboxed tools, memory, credentials, audit trails, replay, and a built-in Console.",
"providerName": "SandBaseAI",
"providerUrl": "https://github.com/sandbaseai",
"agentUrl": "https://github.com/sandbaseai/sandbase-harness",
"categories": [
"orchestration",
"code-devtools",
"infrastructure"
],
"tags": [
"agent-harness",
"self-hosted",
"plugin-architecture",
"sandboxed-execution",
"session-persistence",
"mcp",
"audit-replay",
"open-source"
],
"skills": [
{
"id": "plugin-composition",
"name": "Plugin Composition",
"description": "Composes models, tools, skills, sandboxes, storage, and UI components through replaceable plugin interfaces."
},
{
"id": "persistent-sessions",
"name": "Persistent Sessions",
"description": "Persists and resumes agent sessions while exposing event streams, audit records, and replayable execution history."
},
{
"id": "sandboxed-tools",
"name": "Sandboxed Tools",
"description": "Runs agent-generated commands and code through local, Docker, Kubernetes, or self-hosted worker sandbox backends."
}
],
"authType": "none",
"supportsStreaming": true,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": false,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"cli",
"mcp"
],
"createdAt": "2026-08-31T00:00:00Z",
"updatedAt": "2026-08-31T00:00:00Z"
}
6 changes: 6 additions & 0 deletions content/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"action": "added",
"slug": "sandbase-harness",
"name": "SandBase Harness",
"date": "2026-08-31"
},
{
"action": "updated",
"slug": "openhands",
Expand Down