menotbobbybrown/create-dsh-app0

create-dsh-app

用于 DeepSeek Harness 的一键 AI Agent 生成器

AI 分析

核心用途是快速脚手架生成生产就绪的自主 AI Agent。适合需要一键集成 MCP 工具、长期记忆、无头浏览器导航等开箱即用功能的开发者。

套件
create-dsh-app
版本
0.1.0
最近更新
2026年8月22日

安裝

此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗

create-dsh-app

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

License: MIT 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

# 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

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

License

MIT © DeepSeek Harness Community