Metadata-Version: 2.1
Name: agentlink
Version: 0.1.1.dev1
Summary: 
Home-page: https://github.com/2mmanu/agentLINK
License: Apache-2.0
Author: 2mmanu
Author-email: emmanuele.lacavalla@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: confluent-kafka (>=2.2.0,<3.0.0)
Requires-Dist: pydantic-settings (==2.3.4)
Requires-Dist: redis (>=5.0.7,<6.0.0)
Project-URL: Repository, https://github.com/2mmanu/agentLINK
Description-Content-Type: text/markdown

# agentLINK

This project presents an advanced implementation of agents designed to facilitate efficient information exchange through a Kafka-based communication bus.

## Overview

The system leverages a high-performance bus communication framework that utilizes multiple channels to enhance data exchange efficiency. By combining these channels, the solution offers improved performance and better organization of data.

## Problem Addressed

Kafka’s current version poses limitations where consumers cannot directly access specific messages outside the context of partition offsets. Messages in Kafka are read sequentially, and consumers track their reading position through offsets, making direct access to individual messages challenging.

## Solution

This project extends Kafka’s capabilities by introducing a structured bus communication framework. The proposed framework allows for the routing of various message types through designated channels, thus optimizing data handling and communication efficiency.

## Benefits

- **Enhanced Data Exchange**: Improved routing and management of messages through dedicated channels.
- **Overcomes Kafka Limitations**: Provides a solution for scenarios where Kafka is the sole messaging system, addressing its inherent constraints.

This approach is designed for environments reliant on Kafka, delivering superior performance and efficient message exchange between agents through a high-performance communication bus.

