@truly-private/omdsh-command-compact

Human-facing slash command for explicit session compaction


Keywords
agent-harness, deepseek, hermes, oh-my-pi, pi, security-review
License
MIT
Install
npm install @truly-private/omdsh-command-compact@0.1.0

Documentation

oh-my-deep-seek-harness

English | 中文

oh-my-deep-seek-harness whale rider emblem

oh-my-deep-seek-harness is a security-review-first downstream distribution of DeepSeek Harness for English-speaking operators and integrators. It intentionally trails upstream when review needs more time.

The distribution prioritizes Pi and Oh My Pi (OMP), Hermes Agent, OpenClaw, and 9Router interoperability. Current integration status distinguishes working paths from compatibility targets.

Important

A reviewed release means its pinned upstream commit passed the checks recorded by this repository. It is not a claim that the software is vulnerability-free. See the security policy and upstream intake policy.

DeepSeek Harness (dsh) is the open-source agent harness developed by DeepSeek AI. The Hermes-oriented product and plugin ideas are inspired by Yuan Chenglu's oh-my-deepseek-harness. See CREDITS.md for full attribution. This downstream project is independent and is not endorsed by either upstream project.

It uses an architecture where everything is a plugin, and is powered by Cordis, whose design is described in A Programming Paradigm for Spatiotemporal Composability.

Developer preview

DeepSeek Harness is currently in developer preview and is iterating rapidly. THERE WILL BE COMPATIBILITY-BREAKING CHANGES.

Quick starts

Note

The reviewed downstream package is @truly-private/omdsh. npm package names are lowercase, so use this spelling even though the GitHub organization is Truly-Private. Pin @0.1.0 to install this release exactly.

Use DeepSeek Harness with 9Router

This path sends model requests through 9Router. DeepSeek Harness does not need DEEPSEEK_API_KEY; 9Router owns the credentials for the upstream providers and accounts you connect.

1. Install the prerequisites

Install Node.js ^22.19.0 or >=24.0.0, then verify npm can resolve this distribution:

npx --yes @truly-private/omdsh@0.1.0 web

The command starts the Web UI at http://127.0.0.1:3080 by default and opens it in the default browser for a local launch. An SSH launch only prints the host URL because the SSH client or editor owns the local forwarded address. Pass --no-open to run the server without opening a browser. See Web UI guide.

Run from source

When the harness repository itself is the workspace, use its source launcher:

git clone https://github.com/Truly-Private/oh-my-deepseek-harness.git
cd oh-my-deepseek-harness
pnpm install
pnpm dsh web

pnpm run build prepares the repository artifacts. pnpm dsh web uses those built artifacts without rebuilding.

Community and support

Contributing

See CONTRIBUTING.md.

Development

Start with the development guide and architecture documentation.

For agents, follow AGENTS.md.

License

MIT

Third-party dependencies and their licenses are disclosed in THIRD_PARTY_NOTICES.md.