每日 Harness 开源 · Source
返回本期 · Back to 2026-07-09

开源 / 项目 · Projects2026-07-09 · Thursday, July 9, 2026

Backlog - tasks and contexts manager for AI coding agents

github.com原文 ↗

Backlog - tasks and contexts manager for AI coding agents
Backlog 是 local-first task/context manager,把 coding agent 的任务、计划、文档、记忆和活动日志放进同一个 SQLite DB,而不是留在超长 chat thread 里。每次写入都带 actor attribution,比如 `human:alice` 或 `ai:claude-code`;CLI、web UI、skills 和 MCP 都读写同一数据库。README 声称 fresh subagent session 平均低于 50k tokens,而长期 thread 会膨胀到 500k tokens,并给出 4 个并行 session 约 12x throughput、每任务约 10x 便宜的使用主张;即使不接受这些数字,actor-signed backlog 对多 agent 协作审计仍然有清晰价值。
浏览

评论 · Comments