create-dsh-app
其他 活跃维护

create-dsh-app

menotbobbybrown/create-dsh-app

提供单行脚手架生成能力,可快速搭建全插件化AI Agent项目框架,所有功能模块均以可插拔插件形式实现,开箱即用无需复杂配置,降低AI Agent项目初始化成本。

1
Stars 标星
0
Forks 分支
1
Watchers 关注
0
Open Issues
TypeScript
主要语言
None
开源协议
24 KB
仓库大小
26 天前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:menotbobbybrown/create-dsh-app
git clone https://github.com/menotbobbybrown/create-dsh-app.git
git clone git@github.com:menotbobbybrown/create-dsh-app.git
README.md main

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