agentpack
活跃·★ 13·MIT·更新于 2026-05-29
★ 时下流行★ 开发者工具
Agentpack为AI编码代理提供仓库本地的任务状态连续性。
Agentpack是一个面向仓库级编码工作的本地优先连续性层。它将经过审查的任务状态存储在仓库本地的.agentpack/目录中,使MCP连接的编码代理能够继续工作而无需重新发现上下文或重新读取未更改的源。它通过MCP服务器、项目指令、CLI命令和Markdown导出暴露任务状态。
#agent-state#AI 智能体#Claude Code#命令行工具#Codex#coding-agents#context-engineering#Cursor
01
功能特性
01在.agentpack/目录中的本地任务账本
02为编码代理客户端提供的MCP服务器
03为Codex、Claude Code、Cursor、Claude Desktop提供的项目指令
04用于设置、检查和调试的CLI命令
05在令牌预算下压缩的恢复上下文
02
兼容性
Codex
Codex
已通过文档验证
Claude Code
Claude Code
已通过文档验证
Cursor
Cursor
已通过文档验证
Claude Desktop
Claude Desktop
已通过文档验证
03
快速开始
1
$ npm install -g agentpack-cli
04
使用场景
↳当编码代理在聊天会话或客户端切换中失去连续性时
↳当移动或复制项目文件夹并保持任务状态完整时
↳当经过一段时间后回到重构或bug修复时
05
同类工具
相关搜索
评论
登录后发表评论
- MMarlowe Martinez2026年5月25日
Works as a lightweight persistence layer without complex database setup.
- PPeyton Clark2026年5月24日
Good for AI coding agents that need reliable task state between sessions.
- RRobin White2026年5月2日
Local task-state ledger that preserves decisions and source conclusions across sessions.
- PParker Clark2026年3月7日
Preserving source conclusions prevents the agent from re-deriving the same things.