2 repositorios
Uses Git objects and branches as the primary storage layer for session metadata and transcripts.
Distinct from Git Object Backends: None of the candidates cover the specific use of Git as a structured metadata storage engine for AI sessions
Explore 2 awesome GitHub repositories matching repository format · Git-Based Session Storage. Refine with filters or upvote what's useful.
gptme is a multi-agent orchestration platform designed for autonomous software engineering, terminal-based AI integration, and RAG-enhanced code navigation. It enables the deployment of persistent agents and specialized subagents to decompose complex tasks and execute parallel technical workflows. The system distinguishes itself through a combination of vision-based GUI automation for controlling desktop applications and surgical patching mechanisms for targeted source code modifications. It utilizes git-based memory management to maintain a versioned history of agent identities, lessons, and
Stores agent identity, lessons, and workspace state in a versioned git repository for auditable history.
This project is a Git-based AI session tracker and context manager designed to record AI agent interactions, transcripts, and tool usage directly into Git repositories. It functions as a system for capturing and indexing the reasoning behind code changes, linking AI prompts and responses to specific code commits to preserve developer intent. The tool distinguishes itself by using Git as a primary storage layer for session metadata, utilizing shadow branches and checkpoints to track agent state without polluting the main commit log. It includes specialized capabilities for auditing AI contribu
Stores session transcripts and agent state as git objects and branches to preserve history across remotes.