kiwifruit13/DSH-Self-evolving-system--plugins-dsh-self-evolving-agent0

@kiwifruit/dsh-self-evolving-agent

> 一个基于 CQRS 读写分离、由子代理自主进化、由人类锁定根分类骨架的 AI Agent 错误自愈框架。

包名
@kiwifruit/dsh-self-evolving-agent
版本
0.1.4
最近更新
2026年8月28日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kiwifruit13/DSH-Self-evolving-system#b52cbcef4584620802f21cb79c2fce22c375126b&path:plugins/dsh-self-evolving-agent

插件配置(Config 项)

配置项类型默认说明
dbPathstring(必填)%USERPROFILE%\.dsh\profiles\web\self-evolving-agents.dbSQLite 库路径;可用环境变量 SELF_EVOLVING_DB 覆盖
pythonBinstringpythonPython 可执行文件
serveScriptstring插件目录 scripts/serve.py可由 SELF_EVOLVING_SERVE_SCRIPT 覆盖
reconnectIntervalMsnumber5000Python 子进程重连间隔
readonlybooleanfalse只读模式:拒绝所有写方法
tokenstring写操作鉴权:设置后写方法需携带 auth 参数