awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

35 रिपॉजिटरी

Awesome GitHub RepositoriesAgent State Persistence

Mechanisms for saving and restoring the execution state of autonomous agents to ensure continuity across failures or restarts.

Distinguishing note: Focuses specifically on the persistence layer for agentic workflows, distinct from general-purpose database storage.

Explore 35 awesome GitHub repositories matching artificial intelligence & ml · Agent State Persistence. Refine with filters or upvote what's useful.

Awesome Agent State Persistence GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • torantulino/auto-gptTorantulino का अवतार

    Torantulino/Auto-GPT

    184,986GitHub पर देखें↗

    Auto-GPT is an autonomous agent framework designed for creating and deploying AI agents that use large language models to plan and execute complex goals independently. The system provides a comprehensive environment for managing the entire agent lifecycle, from initial design and testing to live production deployment. The project features a low-code workflow designer that allows users to define agent behaviors by connecting functional blocks in a visual interface. It includes an agent marketplace for discovering and deploying pre-configured agent templates and a standardized evaluation tool t

    Maintains agent configuration and memory across sessions to ensure continuity during execution.

    Python
    GitHub पर देखें↗184,986
  • paperclipai/paperclippaperclipai का अवतार

    paperclipai/paperclip

    70,619GitHub पर देखें↗

    Paperclip is an LLM agent orchestration platform and governance suite designed to coordinate teams of autonomous AI agents. It provides a management plane for defining organizational hierarchies, assigning roles, and aligning individual agent tasks with a structured mission tree to ensure work maps to business objectives. The project distinguishes itself through a specialized agent skill registry and workspace manager. It allows for the discovery and injection of reusable workflows into agent runtimes without retraining and provides isolated, sandboxed execution environments with persistent s

    Persists task context and injects runtime skills so agents resume work across heartbeats without restarting.

    TypeScript
    GitHub पर देखें↗70,619
  • hmbown/deepseek-tuiHmbown का अवतार

    Hmbown/DeepSeek-TUI

    38,538GitHub पर देखें↗

    DeepSeek-TUI is an AI coding agent orchestrator and framework designed to automate complex programming tasks. It functions as a harness for coordinating AI models that can read source code, edit files, and execute shell commands through automated agent workflows. The system is distinguished by its multi-agent coordination capabilities, which allow for the spawning of parallel sub-agents to handle concurrent investigations or implementation slices. It employs autonomous goal-seeking loops to pursue objectives across multiple turns and utilizes a tool integration gateway to connect models to ex

    Saves the entire agent session state to allow long-running tasks to resume after restarts.

    Rust
    GitHub पर देखें↗38,538
  • hmbown/codewhaleHmbown का अवतार

    Hmbown/CodeWhale

    38,468GitHub पर देखें↗

    CodeWhale is an AI coding agent orchestrator and development harness designed to coordinate autonomous agents that read, edit, and verify code. It provides a secure environment for AI agents to perform multi-step software engineering tasks, utilizing a sandboxed execution model to isolate shell commands and protect the host system. The system distinguishes itself by spawning multiple independent agents in parallel to handle separate investigation or implementation slices simultaneously. It employs a multi-model gateway to route requests across various cloud APIs and local servers, and utilize

    Persists the execution state of autonomous agents to ensure continuity across system restarts or sleep.

    Rustclideepseekllm
    GitHub पर देखें↗38,468
  • conductor-oss/conductorconductor-oss का अवतार

    conductor-oss/conductor

    31,962GitHub पर देखें↗

    Conductor is a durable workflow engine designed to orchestrate complex, long-running business processes and autonomous agent loops. It functions as a stateful execution platform that persists the entire history of a process, ensuring that workflows remain reliable and recoverable across infrastructure failures, system restarts, and transient network errors. By managing task lifecycles, worker polling, and state transitions, it provides a centralized coordination layer for distributed systems. The platform distinguishes itself through its specialized support for AI agent orchestration, allowin

    Saves the entire execution state of an agent to ensure reliability across system restarts and failures.

    Javadistributed-systemsdurable-executiongrpc
    GitHub पर देखें↗31,962
  • openai/openai-agents-pythonopenai का अवतार

    openai/openai-agents-python

    27,191GitHub पर देखें↗

    This project is a Python framework for building autonomous, event-driven agent systems. It provides a unified runtime for orchestrating multi-agent workflows, managing persistent conversation state, and executing code within secure, isolated sandbox environments. The framework is designed to handle complex task delegation, allowing agents to invoke other agents as tools while maintaining context across multi-turn interactions. The framework distinguishes itself through its deep integration with the Model Context Protocol, enabling agents to connect to external data sources and remote services

    Serializes execution state to external storage, enabling the suspension and resumption of long-running agent tasks.

    Pythonagentsaiframework
    GitHub पर देखें↗27,191
  • agentscope-ai/agentscopeagentscope-ai का अवतार

    agentscope-ai/agentscope

    26,895GitHub पर देखें↗

    Agentscope is a comprehensive toolkit for developing and orchestrating autonomous multi-agent systems. It provides a unified framework for building agents that can reason, execute tools, and manage memory, enabling the creation of complex, collaborative workflows where multiple specialized agents interact to solve multi-step objectives. The platform distinguishes itself through a robust orchestration engine that supports both sequential and concurrent agent pipelines. It utilizes a centralized event bus for real-time telemetry, allowing developers to track agent reasoning, tool usage, and sys

    Captures and restores the internal attributes of agents and memory components to support session continuity and recovery.

    Pythonagentchatbotlarge-language-models
    GitHub पर देखें↗26,895
  • langchain-ai/deepagentslangchain-ai का अवतार

    langchain-ai/deepagents

    25,006GitHub पर देखें↗

    Deepagents is an LLM agent orchestration platform and stateful application server designed for deploying and managing AI agents built with computational graphs. It provides a containerized runtime environment that handles agent execution, state persistence, and the versioning of AI assistants. The platform distinguishes itself through deep integration with the Model Context Protocol, allowing agents to function as servers that expose tools and capabilities to external clients. It features a sophisticated observability suite for capturing execution traces, performing LLM-based evaluations agai

    Persists graph state using configurable backends to maintain continuity across agent executions.

    Pythonagentsdeepagentslangchain
    GitHub पर देखें↗25,006
  • a2aproject/a2aa2aproject का अवतार

    a2aproject/A2A

    24,404GitHub पर देखें↗

    A2A is a standardized framework designed to enable interoperability, discovery, and orchestration among independent artificial intelligence agents. It provides a common communication protocol that allows heterogeneous agents to exchange data, verify identities, and collaborate across diverse programming languages and computing environments. By establishing a unified messaging standard, the project facilitates the creation of complex, multi-agent workflows where tasks are routed and managed between specialized services. The project distinguishes itself through a capability-based architecture t

    Persists and synchronizes agent data across sessions or deployments to maintain consistent operational context during multi-step or long-running tasks.

    Shella2aa2a-mcpa2a-protocol
    GitHub पर देखें↗24,404
  • redis/go-redisredis का अवतार

    redis/go-redis

    22,159GitHub पर देखें↗

    This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive interface for managing remote data stores, enabling developers to execute standard database commands, handle complex data structures, and perform asynchronous operations within Go applications. The library distinguishes itself through its support for advanced Redis capabilities, including connection pooling, pipelining, and transactional integrity. It provides specialized primitives for managing distributed clusters, including automated topology updates and request routing to sha

    Stores intermediate execution states and checkpointer data to allow agents to recover from interruptions and maintain continuity.

    Gogogolangredis
    GitHub पर देखें↗22,159
  • joonspk-research/generative_agentsjoonspk-research का अवतार

    joonspk-research/generative_agents

    21,565GitHub पर देखें↗

    Generative Agents is a computational platform for simulating autonomous agents that exhibit human-like social behaviors and decision-making processes. The system functions as a multi-agent simulator where individual participants operate within a virtual environment, driven by large language models to process observations and generate natural language actions. The framework distinguishes itself through a hierarchical memory system that allows agents to store, retrieve, and synthesize past experiences into higher-level insights. This architecture supports the development of complex social dynam

    Serializes agent states into JSON to enable simulation snapshots and reconstruction.

    GitHub पर देखें↗21,565
  • mastra-ai/mastramastra-ai का अवतार

    mastra-ai/mastra

    21,221GitHub पर देखें↗

    Mastra is an orchestration framework designed for building, deploying, and managing autonomous AI agents and multi-agent systems. It provides a comprehensive suite of primitives for creating resilient AI applications, including durable workflow orchestration, event-driven agent loops, and semantic memory management. By integrating these core components, the platform enables developers to build complex, multi-step processes that can reason about goals and execute tasks without manual intervention. The framework distinguishes itself through its focus on observability and secure, isolated execut

    Provides mechanisms for saving and restoring the execution state of autonomous agents to ensure continuity across sessions.

    TypeScriptagentsaichatbots
    GitHub पर देखें↗21,221
  • letta-ai/lettaletta-ai का अवतार

    letta-ai/letta

    21,168GitHub पर देखें↗

    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

    Creates autonomous agents with configurable personas and persistent memory that maintain context across sessions.

    Pythonaiai-agentsllm
    GitHub पर देखें↗21,168
  • livekit/livekitlivekit का अवतार

    livekit/livekit

    19,358GitHub पर देखें↗

    LiveKit is a comprehensive framework for building and orchestrating real-time, multimodal AI agents that interact with users through voice, video, and text. It provides a centralized, event-driven architecture to manage the entire lifecycle of automated participants, from initialization and session state management to graceful shutdown. By utilizing a selective forwarding unit, the platform efficiently routes media streams between participants and agents, ensuring low-latency communication and secure, token-based authentication for all connections. The platform distinguishes itself through it

    Connects voice agents to stateful language models that maintain long-term memory and autonomous task execution.

    Gogolangmedia-serversfu
    GitHub पर देखें↗19,358
  • swe-agent/swe-agentSWE-agent का अवतार

    SWE-agent/SWE-agent

    18,510GitHub पर देखें↗

    SWE-agent is an autonomous software engineering platform designed to automate repository maintenance and issue resolution. By orchestrating language models to navigate codebases, diagnose software bugs, and apply fixes, the framework functions as an autonomous agent capable of executing shell commands, editing source code, and managing pull requests within isolated, containerized environments. The platform distinguishes itself through its focus on end-to-end task autonomy and observability. It features a robust trajectory logging system that records every thought, action, and environment obse

    Provides a key-value registry for storing and retrieving complex data structures that persist across tool invocations.

    Pythonagentagent-based-modelai
    GitHub पर देखें↗18,510
  • humanlayer/12-factor-agentshumanlayer का अवतार

    humanlayer/12-factor-agents

    18,261GitHub पर देखें↗

    This framework provides a set of architectural principles and design patterns for building production-ready autonomous agents. It focuses on structuring automated systems that maintain consistent execution, manage complex internal states, and support reliable error recovery through a state machine-based methodology. The system distinguishes itself by integrating human-in-the-loop orchestration directly into automated workflows. By incorporating manual oversight and validation checkpoints, it ensures safety and accuracy during critical decision-making processes. The framework also emphasizes d

    Persists agent execution state to external databases to enable fault tolerance and horizontal scaling.

    TypeScript12-factor12-factor-agentsagents
    GitHub पर देखें↗18,261
  • hwchase17/langchainjshwchase17 का अवतार

    hwchase17/langchainjs

    17,822GitHub पर देखें↗

    LangChainJS is an AI agent orchestrator and application framework designed for building autonomous systems that use large language models to plan and execute tasks. It serves as an integration library that connects language models with tools, memory, and external data sources to create context-aware logic and complex workflows. The project provides a provider-agnostic interface and model provider abstraction, allowing applications to switch between different language model providers without rewriting core logic. It includes a toolkit for retrieval augmented generation, utilizing retrievers to

    Provides mechanisms for saving and restoring the execution state of autonomous agents to maintain continuity across sessions.

    TypeScript
    GitHub पर देखें↗17,822
  • langchain-ai/langchainjslangchain-ai का अवतार

    langchain-ai/langchainjs

    17,818GitHub पर देखें↗

    LangChain.js is a framework for building, executing, and monitoring stateful agentic applications. It provides an orchestration engine that models workflows as directed graphs, allowing developers to connect language models, data sources, and external tools into modular, multi-step processes. The platform distinguishes itself through its focus on stateful execution and human-in-the-loop control. It manages agent lifecycles by persisting execution state across threads, enabling fault tolerance and the ability to pause workflows at designated breakpoints for manual review or modification. This

    Persists agent execution state in checkpoint databases to ensure continuity across restarts and conversation turns.

    TypeScript
    GitHub पर देखें↗17,818
  • pydantic/pydantic-aipydantic का अवतार

    pydantic/pydantic-ai

    17,791GitHub पर देखें↗

    PydanticAI is a Python framework designed for building production-grade autonomous agents. It provides a unified interface for interacting with diverse language models, enabling developers to construct agents that perform complex tasks through structured data validation, tool execution, and multi-turn conversation management. The library centers on type-safe schema enforcement, ensuring that model inputs and outputs remain consistent and reliable throughout the agent's lifecycle. The framework distinguishes itself through a robust architecture that emphasizes modularity and testability. It ut

    Preserves agent progress across system restarts or failures to ensure reliable completion of complex tasks and human-in-the-loop interactions.

    Pythonagent-frameworkgenaillm
    GitHub पर देखें↗17,791
  • memorilabs/memoriMemoriLabs का अवतार

    MemoriLabs/Memori

    15,358GitHub पर देखें↗

    Memori is an AI agent memory middleware platform designed to provide persistent, context-aware recall for language models. It functions as a non-intrusive layer that intercepts outbound model requests to automatically capture interaction history and execution traces, ensuring that agents maintain continuity across sessions without requiring modifications to existing application logic. The platform distinguishes itself through a dual-model storage architecture that maintains information as both structured relational primitives for precise fact retrieval and rolling narrative summaries for situ

    Connects agents to stateful models with long-term memory.

    Pythonagentaiaiagent
    GitHub पर देखें↗15,358
पिछला12अगला
  1. Home
  2. Artificial Intelligence & ML
  3. Agent State Persistence

सब-टैग एक्सप्लोर करें

  • Persistent Agent IntegratorsConnects agents to stateful models with long-term memory. **Distinct from Agent State Persistence:** Distinct from general state persistence: focuses on the integration of stateful LLMs for persistent agents.