2 रिपॉजिटरी
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 एक मल्टी-एजेंट ऑर्केस्ट्रेशन प्लेटफॉर्म है जिसे स्वायत्त सॉफ़्टवेयर इंजीनियरिंग, टर्मिनल-आधारित AI एकीकरण और RAG-संवर्धित कोड नेविगेशन के लिए डिज़ाइन किया गया है। यह जटिल कार्यों को विघटित करने और समानांतर तकनीकी वर्कफ़्लो को निष्पादित करने के लिए स्थायी एजेंटों और विशेष सब-एजेंटों की तैनाती को सक्षम बनाता है। यह सिस्टम डेस्कटॉप एप्लिकेशन को नियंत्रित करने के लिए विज़न-आधारित GUI ऑटोमेशन और लक्षित सोर्स कोड संशोधनों के लिए सर्जिकल पैचिंग तंत्र के संयोजन के माध्यम से खुद को अलग करता है। यह एजेंट पहचान, पाठ और वर्कस्पेस स्थितियों के एक वर्शन्ड इतिहास को बनाए रखने के लिए git-आधारित मेमोरी प्रबंधन का उपयोग करता है। इसकी व्यापक क्षमताएं स्थानीय और क्लाउड AI बैकएंड में प्रदाता-अज्ञेयवादी मॉडल रूटिंग, स्थानीय संदर्भ के लिए सिमेंटिक पुनर्प्राप्ति और बाहरी टूल को गतिशील रूप से लोड करने के लिए मॉडल कॉन्टेक्स्ट प्रोटोकॉल के एकीकरण को कवर करती हैं। प्रोजेक्ट में स्वचालित डिबगिंग, रिफैक्टरिंग और GitHub रिपॉजिटरी प्रबंधन के लिए एक व्यापक सॉफ़्टवेयर इंजीनियरिंग सूट भी शामिल है। प्लेटफॉर्म को Docker कंटेनरों के माध्यम से एक स्वयं-होस्ट किए गए सर्वर के रूप में तैनात किया जा सकता है, जिसमें वेब-आधारित चैट इंटरफ़ेस और कंटेनरीकृत डेस्कटॉप रेंडरिंग की सुविधा है।
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.