4 Repos
Labeled, character-limited segments for persistent knowledge sharing across agent sessions.
Distinct from Shared Memory Management: Distinct from general shared memory: focuses on structured, character-limited context segments.
Explore 4 awesome GitHub repositories matching software engineering & architecture · Shared Context Segments. Refine with filters or upvote what's useful.
Lobe Chat is a self-hosted AI platform that provides a web-based interface for interacting with multiple large language models. It functions as an AI agent orchestrator, allowing for the design, scheduling, and management of autonomous agent teams to perform operational tasks. The platform features an extensible plugin framework and SDK to integrate external tools and custom function calls into workflows. It utilizes a provider-agnostic model layer to unify various AI APIs and includes a context-aware memory system to store structured user information for personalized interactions. The syste
Synchronizes state and history across multiple AI agents to enable parallel task execution.
Letta is a framework for building, deploying, and managing autonomous AI agents that maintain persistent state across long-term interactions. It provides a comprehensive suite of primitives for defining agents with configurable personas, modular memory blocks, and tool-use capabilities, enabling them to retain user preferences and conversation history over extended sessions. The platform distinguishes itself through its advanced memory management and orchestration capabilities. It allows agents to autonomously update their own memory, perform retrieval-augmented generation, and coordinate com
Organizes shared context into segments for persistent knowledge maintenance across sessions.
Agent Squad ist ein LLM-Multi-Agenten-Orchestrierungs-Framework, das darauf ausgelegt ist, spezialisierte Agenten zur Lösung komplexer Aufgaben zu koordinieren. Es fungiert als System zur Verwaltung von Agententeams und Supervisoren und nutzt ein supervisor-geführtes Orchestrierungsmodell, um große Probleme in handhabbare Schritte zu zerlegen. Das Framework zeichnet sich durch eine Kombination aus absichtsbasiertem Query-Routing und Human-in-the-Loop-Automatisierung aus. Es verwendet ein hierarchisches Routing-System, um Anfragen an den am besten geeigneten Agenten oder das passende Modell weiterzuleiten, während es asynchrone Nachrichtenwarteschlangen integriert, um komplexe Fälle für manuelle Eingriffe an menschliche Operatoren zu leiten. Das System deckt umfassende Funktionen für das Management des Konversationsstatus ab, einschließlich eines mehrstufigen Speichers, um die Kohärenz über Dialoge mit mehreren Turns hinweg aufrechtzuerhalten. Es bietet zudem eine Tool-Integrationsschicht, die natürliche Sprache in strukturierte Formate umwandelt, um Agenten mit externen APIs, Datenbanken und Wissensdatenbanken zu verbinden. Die Architektur unterstützt Echtzeit-Response-Streaming und hybride Kommunikationsmodi, um sowohl Instant Messaging als auch asynchrone Interaktionen zu verarbeiten.
Synchronizes interaction history and state across multiple agents to maintain coherence.
windsurf.vim ist ein KI-gesteuertes Entwicklungstool für Vim und Neovim, das KI-gestützte Code-Vervollständigung, einen konversationellen Coding-Assistenten und autonome Agenten-Orchestrierung integriert. Es ermöglicht Benutzern, Echtzeit-Codevorschläge zu erhalten und komplexe Refactorings mittels natürlichsprachlicher Anweisungen direkt im Editor durchzuführen. Das Projekt bietet ein System zum Dispatching und Überwachen mehrerer KI-Agenten, um Engineering-Aufgaben über lokale und Cloud-Umgebungen hinweg auszuführen. Es enthält eine kontextbewusste Projektanalyse durch Indexierung der lokalen Codebasis und unterstützt das Shared-Workspace-Management, um ein konsistentes Projektverständnis über mehrere Agenten hinweg aufrechtzuerhalten. Das Tool handhabt Echtzeit-Vorschläge durch asynchrones Ghost-Text-Rendering und ereignisgesteuerte Trigger. Es integriert zudem ein browserbasiertes Interface für die Projektindexierung und den KI-Chat, während es Statusindikatoren innerhalb des Editors bereitstellt, um Verbindungszustände und die Verfügbarkeit von Vorschlägen zu verfolgen.
Synchronizes state and history across multiple agents within a shared operational workspace.