awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesState Serialization

Converting agent-specific complex objects into storable formats for persistence or transmission.

Distinct from Agent State Persistence: Focuses on the serialization process of agent objects rather than the persistence storage mechanism.

Explore 3 awesome GitHub repositories matching data & databases · State Serialization. Refine with filters or upvote what's useful.

Awesome State Serialization GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • facebook/lexicalAvatar facebook

    facebook/lexical

    23,562Vezi pe GitHub↗

    Lexical is a modular rich text editor framework used to build extensible web-based editors. It functions as a state-driven content editor that maintains a serializable, immutable snapshot of document content to ensure predictable updates and accessibility compliance. The framework is distinguished by its plugin-based architecture and customizable node framework, which allow developers to extend editor behavior through specialized content nodes and encapsulated runtime logic. It also includes a collaborative editing engine capable of synchronizing document state across multiple clients in real

    Converts internal editor state into string formats for network transmission or persistent storage.

    TypeScript
    Vezi pe GitHub↗23,562
  • prevwong/craft.jsAvatar prevwong

    prevwong/craft.js

    8,683Vezi pe GitHub↗

    Craft.js is a framework for building extensible drag-and-drop page editors using React components and serializable state management. It provides the core infrastructure to construct custom page builders where users can compose layouts by dragging, dropping, and repositioning elements within a structured editor environment. The framework manages editor state through a component-based node tree, where each user element is represented as an internal node storing its type, props, and parent relationships. This state is managed via React Context and can be serialized to JSON for persistence and sh

    Exports and imports the full editor layout as JSON for persistence or sharing of page designs.

    TypeScriptdraft-jsdrag-and-drophtml-builder
    Vezi pe GitHub↗8,683
  • i-am-bee/beeai-frameworkAvatar i-am-bee

    i-am-bee/beeai-framework

    3,304Vezi pe GitHub↗

    The BeeAI Framework is an LLM agent framework and multi-agent orchestration engine used to build autonomous agents that coordinate reasoning, tool execution, and complex workflows. It functions as a structured AI output controller and RAG integration library, providing a unified interface to manage multiple language model providers. The framework is distinguished by its implementation of the Model Context Protocol, allowing agents, tools, and models to be shared between different AI platforms and hosted as agentic tooling servers. It enables the design of collaborative agent teams through dec

    Provides the ability to serialize agent memories and tool configurations into storable formats.

    Pythonagentsaiai-agent
    Vezi pe GitHub↗3,304
  1. Home
  2. Data & Databases
  3. Agent State Persistence
  4. State Serialization

Explorează sub-etichetele

  • EditorConverting the internal state of a text editor into a storable or transmissible format. **Distinct from State Serialization:** More specific than general state serialization; specifically targets the complex state of a rich text editor.