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
·

7 repository-uri

Awesome GitHub RepositoriesData Exchange Standards

Protocols and specifications for ensuring consistent memory layout and binary compatibility between disparate systems.

Distinguishing note: Focuses on the protocol aspect of data exchange rather than the serialization format itself.

Explore 7 awesome GitHub repositories matching data & databases · Data Exchange Standards. Refine with filters or upvote what's useful.

Awesome Data Exchange Standards GitHub Repositories

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

    google/flatbuffers

    25,558Vezi pe GitHub↗

    FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require efficient, zero-copy data access. By organizing data in a structured binary format, it allows applications to read and write complex data structures directly from memory-mapped buffers without the need for intermediate parsing or temporary object allocation. The project distinguishes itself through a schema-driven approach that balances high-performance access with long-term data evolution. It utilizes a unique memory layout featuring relative offsets and inline fixed-size structu

    A standardized way to exchange structured information between disparate systems by ensuring consistent memory layout and binary compatibility.

    C++cc-plus-plusc-sharp
    Vezi pe GitHub↗25,558
  • cinnamon/kotaemonAvatar Cinnamon

    Cinnamon/kotaemon

    25,139Vezi pe GitHub↗

    Kotaemon is an orchestration framework designed for building modular, agentic workflows that integrate document processing, retrieval-augmented generation, and multi-step reasoning. It provides a comprehensive platform for developing document-based question answering systems, allowing users to chain language models, prompt templates, and external tools into complex, automated pipelines. The system distinguishes itself through a highly modular architecture that emphasizes component-based composition and schema-driven data exchange. It supports autonomous agents capable of decomposing complex q

    Uses a unified document schema to ensure consistent data exchange between modular pipeline components.

    Pythonchatbotllmsopen-source
    Vezi pe GitHub↗25,139
  • a2aproject/a2aAvatar a2aproject

    a2aproject/A2A

    24,404Vezi pe GitHub↗

    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

    Supports the transmission of text, binary data, and structured JSON within communication messages using a flexible container format.

    Shella2aa2a-mcpa2a-protocol
    Vezi pe GitHub↗24,404
  • microsoft/language-server-protocolAvatar microsoft

    microsoft/language-server-protocol

    12,594Vezi pe GitHub↗

    The Language Server Protocol is a vendor-neutral communication framework that provides a standardized interface for code intelligence. It decouples language-specific analysis from the editor interface, allowing development tools to exchange structured data with external language servers to power features such as autocomplete, diagnostics, and symbol navigation. By utilizing a universal protocol schema, the framework enables cross-editor plugin development and ensures interoperability across different programming environments. It employs a capability negotiation handshake to establish a shared

    Standardizes the exchange of structured data messages to ensure consistent communication across diverse programming environments.

    HTML
    Vezi pe GitHub↗12,594
  • yichuan-w/leannAvatar yichuan-w

    yichuan-w/LEANN

    11,985Vezi pe GitHub↗

    LEANN is a framework for local retrieval augmented generation and vector indexing. It functions as a system for building local knowledge bases and source code search engines that combine large language models with retrieved private data to generate context-aware responses. The project distinguishes itself through a vision-model based document layout extractor for parsing complex PDF figures and diagrams, and a source code search engine that employs structure-aware chunking to preserve function and class boundaries. It also implements the Model Context Protocol to integrate real-time data sour

    Uses a standardized interface to connect real-time data sources for seamless context injection into the retrieval pipeline.

    Pythonaifaissgpt-oss
    Vezi pe GitHub↗11,985
  • microsoft/agent-frameworkAvatar microsoft

    microsoft/agent-framework

    7,277Vezi pe GitHub↗

    The agent-framework is an LLM agent orchestration framework and multi-agent workflow engine designed for building autonomous AI agents. It provides a tool integration layer for binding external functions, APIs, and sandboxed code as executable tools for language models. The framework distinguishes itself through a graph-based system for designing sequential and parallel task flows, featuring state management and checkpointing for long-running processes. It implements comprehensive conversational state management and an observability suite that uses telemetry to trace execution flows and monit

    Supports the exchange of diverse data types, including binary files and tool payloads, within agent messages.

    Pythonagent-frameworkagentic-aiagents
    Vezi pe GitHub↗7,277
  • nvidia-isaac-ros/isaac_ros_visual_slamAvatar NVIDIA-ISAAC-ROS

    NVIDIA-ISAAC-ROS/isaac_ros_visual_slam

    1,388Vezi pe GitHub↗

    This project is a robotics software package designed for simultaneous localization and mapping, providing a framework for visual-inertial odometry and environmental mapping. It functions as a middleware-integrated library that enables autonomous mobile robots to estimate their position and orientation by processing sensor data within modular software systems. The library distinguishes itself by utilizing hardware-accelerated processing to perform feature tracking and odometry calculations on dedicated graphics hardware. It maintains spatial accuracy through graph-based optimization and statis

    Standardizes message formats for exchanging visual odometry and mapping data between software components.

    C++gpujetsonlocalization
    Vezi pe GitHub↗1,388
  1. Home
  2. Data & Databases
  3. Data Exchange Standards

Explorează sub-etichetele

  • Context Injection ProtocolsProtocols designed for the seamless injection of real-time external data into AI retrieval pipelines. **Distinct from Data Exchange Standards:** Distinct from general data exchange standards by focusing specifically on providing context for LLM retrieval.
  • Multimodal ContainersFlexible container formats for transmitting text, binary, and structured data within agent messages. **Distinct from Data Exchange Standards:** Distinct from Data Exchange Standards: focuses on the container format for multimodal payloads rather than the underlying protocol standard.