agntcy-slim-datapath

Crates.ioagntcy-slim-datapath
lib.rsagntcy-slim-datapath
version0.9.0
created_at2025-06-03 13:56:37.747168+00
updated_at2025-09-18 08:11:13.941446+00
descriptionCore data plane functionality for SLIM
homepage
repository
max_upload_size
id1699074
size268,380
Agntcy.ai Artifact Publishing (artifacts-agntcy)

documentation

README

SLIM Datapath Module

License

The agntcy-slim-datapath module serves as the foundation of the Agntcy SLIM communication system, providing the core networking infrastructure for message routing, connection management, and multiple communication patterns.

Overview

The datapath module manages the flow of messages between SLIM instances, handling the low-level transport and routing mechanisms. It implements several key features:

  • Message routing based on 4 tuple identifiers
  • Connection management for reliable communication
  • Flexible subscription model for dynamic service discovery
  • Protocol buffer-based message serialization
  • Multiple session patterns (request/reply, streaming, fire-and-forget, pubsub)
  • Support for message retransmission and reliability mechanisms
  • Connection pooling and resource management
Commit count: 0

cargo fmt