orangeshinee/dsh-mem0

Plugin ⭐ 1 MIT memory

Install

# 方式一:直接从 GitHub 安装(无需发布,推荐给使用者)
dsh plugin --profile web add github:orangeshinee/dsh-mem0

# 方式一(指定版本):对应 GitHub Releases 的 v* 标签,CI 自动打包
dsh plugin --profile web add github:orangeshinee/dsh-mem0#v0.1.0

# 方式二:npm 发布后安装(维护者先 npm publish 一次)
npm publish   # 维护者操作
dsh plugin --profile web add dsh-mem0

# 方式三:本地开发(link 方式)
dsh plugin --profile web add link:$(pwd)

# 装完重启 dsh web 生效

Add orangeshinee/dsh-mem0 to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.