Kytolly/dsh-evolve-in-git

Kytolly★ 1TypeScript最后同步: 2026-08-22

在 GitHub 打开

A deepseek-harness plugin, making your agent evolve in customed git repository.

README 摘要

dsh-evolve-in-git Git-backed long-term memory and evolution plugin for DeepSeek Harness. What it does This plugin treats a user-chosen or preconfigured Git repository as the memory store. It can write session notes, branch-specific records, and reusable skill drafts into that repo, then commit them as ordinary Git history. Config - repoPath - the local Git checkout that stores memory and skills. Defaults to /.dsh-evolve-in-git/remote-memory . - repoUrl - the remote memory repository. Defaults to https://github.com/Kytolly/dsh-remote-memory.git . - auth - Git auth settings for private access. The default profile is SSH-first and token-capable. - memoryRoot - where memory records are written, default .dsh-evolve/memory . - skillsRoot - where skill drafts are written, default .dsh-evolve/skills . - defaultBranch - branch to evolve from when creating new branches, default main . - remoteName - remote to fetch and push, default origin . - autoCommit - whether writes auto-commit, default true . Auth - auth.mode: "ssh" - use ssh or a custom sshCommand . - auth.mode: "token" - use token or a token from tokenEnv and a GitHub-style Authorization header. Current API - status() - read branch, …

在 GitHub 查看完整 README →
Agent/智能体dsh-pluginagent

分类