agntcy-slim-service

Crates.ioagntcy-slim-service
lib.rsagntcy-slim-service
version0.6.0
created_at2025-06-03 13:58:50.79423+00
updated_at2025-09-18 08:15:08.417871+00
descriptionMain service and public API to interact with SLIM data plane.
homepage
repository
max_upload_size
id1699078
size489,922
Agntcy.ai Artifact Publishing (artifacts-agntcy)

documentation

README

SLIM Service Module

License

The agntcy-slim-service module provides the high-level API and session management layer for Agntcy SLIM applications. It serves as the main entry point for integrating with the SLIM data plane, offering abstractions for various communication patterns and session management.

Overview

This module bridges application logic with the underlying SLIM data plane, providing:

  • High-level interface for applications to interact with SLIM
  • Session management for different communication patterns
  • Connection establishment and management
  • Message sending and receiving logic
  • Routing configuration for messaging patterns

The service layer translates application-level operations into the appropriate network-level operations handled by the datapath module.

Commit count: 0

cargo fmt