Skip to content
Open
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
14 changes: 14 additions & 0 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ SandBase helps teams move agents from demos to production with runtime infrastru

📣 **Latest open-source update:** [SandBase Harness v0.3.2 and 88 installable Agent Skills](https://github.com/sandbaseai/.github/discussions/4)

### Try it in DeepSeek Harness

Add the portable, no-account research Skill to any DSH project directly from
GitHub source:

```bash
npx --yes github:sandbaseai/sandbase-skills add multi-source-search
dsh web
```

Need durable managed-agent sessions as native DSH MCP tools? See the
[official DeepSeek Harness showcase](https://github.com/deepseek-ai/deepseek-harness/discussions/1918)
and the [verified v0.3.2 integration guide](https://github.com/sandbaseai/sandbase-harness/tree/v0.3.2/examples/deepseek-harness).

## Why SandBase

Modern agents are no longer just chat interfaces. They call tools, run code, inspect files, browse the web, trigger workflows, and act on behalf of users.
Expand Down