GitLord adds Git-backed persistence for agents
Square_Light1441 · reddit · 2026-07-20
GitLord is an agent orchestration framework built on Git-backed storage. It turns every agent turn into a Git commit so state is inspectable, rewindable, forkable, and auditable.
The update highlights several engineering pieces:
- Faster Git I/O with batched tree operations and CAS deduplication
- Instant lookup of any turn via indexed git logs
- Parallel subagent execution
- Smarter context assembly with deduplication, summarization, and token budgeting
- MCP integration for discovering and calling external tools
- Built-in RAG with ChromaDB-backed semantic search
- Model/provider abstraction with fallback routing across many backends
The overall pitch is durability and observability for multi-agent workflows, with Git used as the persistence layer.
More from coding & agent
- A roundup of AI agents and MCP resources, including how to evaluate agents — _jaydeepkarale · 2026-07-21
- A full course shows how to build and deploy an AI agent with OpenAI and LangChain — _jaydeepkarale · 2026-07-21
- A beginner guide to AI agents points readers to a Stanford webinar — _jaydeepkarale · 2026-07-21
- A practical guide on how to evaluate AI agents — _jaydeepkarale · 2026-07-21
- MCP is headed toward easier scale, event-driven extensions, and workable file uploads — EricBuess · 2026-07-21
- Developers debate the missing composition model for AI agents — threepointone · 2026-07-21