zoahdev / dsh-pet-evolve

已收录

The pet that grows with your DeepSeek Harness agent: stage evolution from real signals, agent-state mirroring, one-click growth share cards. Zero dependencies.

main其他 查看源代码

安装

npx dsh-pet-evolve

此命令根据 GitHub 仓库地址生成。运行前请检查上游 README 与源代码;需要可复现安装时,请固定 release 或 commit。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 ca52329同步于 2026年8月18日

dsh-pet-evolve

The pet that grows with your DeepSeek Harness agent. Not a static sprite - a living companion that levels up from real agent signals, mirrors your agent's state, and mints shareable growth cards.

Zero dependencies · all data stays on your machine · works standalone or inside DSH.

Why this is different

Pet galleries show you sprites. This is the opposite: your pet's body is earned.

petdex / whale-girl styledsh-pet-evolve
Spritesstatic gallery5 evolution stages, drawn live on canvas
Agent awarenessnonemirrors working / done / failed / idle from real session events
Growth sourcenothingverified rules (dsh-rule-evolve), completed sessions, tool calls, compactions
Sharescreenshotsone-click 1200×630 growth card PNG
Datavaries100% local, zero telemetry

Quick start

# standalone (no install)
npx dsh-pet-evolve
# open http://127.0.0.1:4173

# bind real DSH signals from a profile
npx dsh-pet-evolve --profile ~/.dsh/profiles/web

# also count dsh-rule-evolve evolution rounds (+5 XP each)
npx dsh-pet-evolve --profile ~/.dsh/profiles/web --evolution ~/.dsh/profiles/web/EVOLUTION.md

# headless growth report
npx dsh-pet-evolve --report

Feed and play with the pet directly; when bound to a profile, it also earns XP from:

  • rule_verified — rules in the profile rule library (dsh-rule-evolve compatible)
  • session_completed — finished sessions in the profile
  • tool_call — tool activity in session logs
  • compaction — compaction summaries

DSH plugin mode

dsh plugin --profile web add github:zoahdev/dsh-pet-evolve

The host plugin starts the pet server bound to the profile (port 4173 by default). The lib/ entry is committed, so no build step is needed at install time.

Evolution

Egg → Baby → Teen → Adult → Legend. One level per 100 XP; stage thresholds at 300 / 800 / 1600 / 3000. See docs/evolution-stages.md.

Development

node --test engine adapter   # engine + adapter tests
node scripts/build-check.mjs # artifact integrity
node scripts/pet.mjs         # local pet

Privacy

The pet reads local files only (session logs and rule files you point it at) and never sends anything anywhere. The share card is generated in your browser.

Roadmap

  • Evolution engine + tests
  • DSH session/rule adapter + tests
  • Canvas pet + interactions + share card
  • CLI + zero-dependency server + DSH plugin wrapper
  • Multi-pet skins (whale / cat / robot / ghost)
  • Focus-timer productivity mode (+5 XP on completion)
  • Awesome list entry + marketplace listing (PR #623)
  • Live demo page (waiting on a dedicated demo domain)
  • Sync with dsh-rule-evolve evolution logs (+5 XP per round)

License

MIT

项目文件与信号

以下项目是目录快照中检测到的公开仓库信号。

文档已检测

仓库信息

开发语言
JavaScript
许可证
MIT
最新发布
v0.3.0
最后更新
2026年8月15日 14:40

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。