Skip to content
dsh.fish
Bundle

create-dsh-app

1-Line AI Agent Generator for DeepSeek Harness (dsh)

Source
menotbobbybrown
stars
1 stars
License
MIT
Updated
Updated yesterday

Readme

# create-dsh-app

> **1-Line AI Agent Generator for DeepSeek Harness (`dsh`)**

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![DeepSeek Harness](https://img.shields.io/badge/dsh-scaffold-brightgreen.svg)](https://github.com/deepseek-ai/deepseek-harness)

Scaffold a production-ready, autonomous AI agent powered by **DeepSeek Harness** in seconds with pre-wired MCP tools, long-term memory, and web browsing.

---

## ⚡ Quickstart

```bash
# 1-Line Scaffolding
npx create-dsh-app my-agent

# Enter project directory
cd my-agent

# Install dependencies and start
npm install
cp .env.example .env
npm start
```

---

## 🧩 Included Out-of-the-Box

Each generated project comes pre-configured with:
- 🔌 **`dsh-plugin-mcp`**: Universal Model Context Protocol tools & 1-click server catalog (GitHub, Postgres, SQLite, Brave Search, etc.)
- 🧠 **`dsh-plugin-memory`**: Persistent long-term knowledge graph & user preference recall
- 🌐 **`dsh-plugin-browser`**: Native headless web browser navigation & Markdown extraction
- ⚡ **TypeScript & Cordis Lifecycle**: Clean architecture with fast hot-reloading (`tsx`)

---

## Options

```bash
# Exclude specific plugins if not needed:
npx create-dsh-app my-minimal-agent --no-browser --no-memory
```

---

## License

MIT © DeepSeek Harness Community

---

## 🤝 Contributing

Contributions are warmly welcome! Whether you are reporting an issue, proposing an adapter, optimizing performance, or fixing a bug, please check out our [Contributing Guide](CONTRIBUTING.md).

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feat/AmazingFeature`)
3. Commit your Changes (`git commit -m 'feat: add some AmazingFeature'`)
4. Push to the Branch (`git push origin feat/AmazingFeature`)
5. Open a [Pull Request](https://github.com/menotbobbybrown/create-dsh-app/pulls)

---

## 📄 License & Community

Distributed under the **MIT License**. See [`LICENSE`](LICENSE) for more information.

Built with 💙 for the DeepSeek Harness community.

Install

dsh plugin --profile web add github:menotbobbybrown/create-dsh-app

Profile: web

  • This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source