其他
完整应用
deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
把 Aseprite 像素画工作流做成 AI 可用的 CLI + DSH 插件: AI 像人类一样分步绘制像素画,每一步都实时渲染到终端与 GUI 监视器, 人类可以全程观看 AI 的每一笔。
基于 HKUDS/CLI-Anything 的 GUI→CLI harness 方法论构建。
cli-anything-aseprite,纯 Python,无 GUI 依赖)pixelart_* 模型工具# 1) harness
cd agent-harness && pip install -e .
# 2) DSH 插件(开源注册)
dsh plugin --profile web add github:KongChengZhi/dsh-pixel-studio
# 新建 32×32 精灵
cli-anything-aseprite --file hero.pxa project new hero --width 32 --height 32 --palette pico8
# 像人类一样分步绘制:打形 → 底色 → 阴影 → 高光
cli-anything-aseprite --file hero.pxa pixel rect 10 6 12 18 "#1d2b53"
cli-anything-aseprite --file hero.pxa pixel rect 11 7 10 16 "#ff004d" --fill
cli-anything-aseprite --file hero.pxa pixel symmetry h # 对称绘制
cli-anything-aseprite --file hero.pxa pixel gradient 0 8 15 8 "rgb16:15,0,0" "rgb16:0,0,15"
# 实时终端帧(人类观看)
cli-anything-aseprite --file hero.pxa terminal --onion 1
# 导出
cli-anything-aseprite --file hero.pxa export png hero.png --scale 8
cli-anything-aseprite --file hero.pxa export aseprite hero.aseprite
├── agent-harness/ # cli-anything-aseprite(Python,开发版)
│ └── cli_anything/aseprite/ # core / utils / tests / skills
├── dsh-cli-anything-aseprite/ # ★ 正式 DSH 插件包(npm + python 副本)
│ ├── src/index.js # cordis 插件:20 个 pixelart_* 工具
│ ├── python/ # harness 打包副本
│ └── cordis.patch.yml # 注册行(带 workdir 配置)
└── README.md
cd agent-harness && python -m pytest cli_anything/aseprite/tests/ -q # 73 passing
MIT — 见 LICENSE。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。