DeepSeek Harness
How Agents reason, use tools and complete tasks
- Agent Runtime
- Tool / Skill
- Planning
- Sub-Agent
- Sandbox
- Plugin Architecture
MOVO is the enterprise Agent platform built on DSH. Deploy identity, knowledge, governance, integration and operations as one control plane—without rebuilding the enterprise layer around the Runtime.
Runtime is only the beginning
DSH should remain the Agent Runtime. Enterprise adoption requires a durable control plane around it—one that teams can deploy and operate instead of rebuilding.
How Agents reason, use tools and complete tasks
How Agents are adopted, governed and operated at scale
Build or adopt
The real cost starts after the first Agent goes live: every Runtime upgrade, identity boundary, Plugin permission and production incident becomes an internal platform responsibility.
| Long-term responsibility | Build on DSH yourself | Use MOVO |
|---|---|---|
| DSH upgrades | Track upstream changes and retest every integration | Pinned releases, admission gates and rollback policy |
| Identity and data | Build organization, access and knowledge boundaries | A shared enterprise control plane |
| Plugin governance | Design admission, permissions and audit from scratch | Managed lifecycle and policy boundaries |
| Runtime operations | Own sessions, events, observability and recovery | Versioned contracts and unified operations |
| Agent delivery | Build management, release and operating portals | Create, release and operate in one platform |
MOVO turns recurring platform engineering into a product capability your teams can reuse.
DSH-native
MOVO preserves the DSH Runtime and ecosystem while adding the capabilities required to deploy and operate Agents across an enterprise.
Keep DSH planning, tool use, Skills and Sub-agents on their native execution path.
Connect existing DSH Plugins, Skills, Tools and MCP services without rebuilding them for MOVO.
Add identity, knowledge, governance, deployment and operations without changing how DSH runs Agents.
Compatibility checks and rollback controls make DSH upgrades predictable in production.
Execution Agents
MOVO brings two context-rich execution environments into the same governed Agent platform: the user’s real browser and the enterprise code workspace.
BROWSER AGENT · NATIVE CDP
MOVO Desktop connects the Agent to a local Chromium session. It can understand pages, navigate, fill forms, upload files and complete business actions while preserving the user’s authenticated context.
CODE AGENT · DSH RUNTIME
Select a local project in MOVO Desktop and start a persistent DSH Code Session. The Agent works within a controlled workspace while developers retain review and delivery control.
Mruntime/policy.py
Mtests/test_policy.py
Adocs/agent-policy.md
def enforce_policy(context):- return context.allowed+ decision = policy.evaluate(context)+ return decision.approved+ audit.record(decision)Built-in Agent capabilities
MOVO includes reusable Plugins, Skills and governed tools. Use them independently or compose them into enterprise Agents without rebuilding common capabilities first.
Move from questions to grounded conclusions.
Understand files, images and structured material.
Turn evidence into polished business deliverables.
Compute, fill and export production-ready files.
Let Agents operate real websites and enterprise systems.
Compose repeatable execution instead of one-off prompts.
From creation to operations
Create Agents, connect knowledge and tools, apply enterprise policy, publish releases and observe production from one platform.
Agent Workspace
Manage prompts, Skills, knowledge, tools and release configuration in one workspace.
Enterprise Console
Centralize organization, identity, knowledge, models and tool access for reuse across Agents.
Operations
Track releases, activity, artifacts and runtime status without building a separate operations portal.
Reuse the DSH ecosystem
MOVO natively supports DSH Plugins, Skills, Tools and MCP. Bring existing capabilities into MOVO for shared configuration, reuse and enterprise delivery without developing them again.
Start with the platform, not the Runtime
Start the complete self-hosted stack, finish organization and model setup in the browser, then connect your first DSH Agent capability.
$ chmod +x movo$ ./movo upDocker and Docker Compose v2 required