git-context-controller
git-context-controller
📖 简介
Structured context management framework for LLM agents. Implements Git-like operations (COMMIT, BRANCH, MERGE) to manage long-horizon agent memory.
查看英文原版
Structured context management framework for LLM agents. Implements Git-like operations (COMMIT, BRANCH, MERGE) to manage long-horizon agent memory.
📥 安装此技能
ai-agent install git-context-controller
📖 其他安装方式
方法 2:从 GitHub 克隆
git clone https://github.com/faugustdev/git-context-controllercd git-context-controllerai-agent link .
方法 3:手动安装
# 下载技能后复制到技能目录 cp -r git-context-controller ~/.ai-agent/skills/
💡 提示: 技能将安装到你的本地 目录,不会存储在我们的服务器上。