orangeshinee/dsh-mem0

插件 ⭐ 1 MIT memory

安装

# 方式一:直接从 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 生效

orangeshinee/dsh-mem0 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。