Skip to main content

A Zero-Trust AI Agent Interoperability Protocol (AIP)

Project description

🌉 IntelBridge Protocol (AIP)

Don't trap your AI agents in memory. IntelBridge is a Zero-Trust Application-Layer Envelope Protocol for AI Agents. It allows agents to communicate securely across local Python processes, external API gateways, and message brokers (Kafka/Redis) without losing state or compromising security.

🚀 The Problem it Solves

Currently, AI frameworks (like LangGraph, AutoGen, or CrewAI) pass state as raw dictionaries in a single local process. If you want one agent in Python, another in Rust, and a third hosted on an external cloud, the local state breaks down.

IntelBridge solves this by decoupling the AI payload from the transport layer.

🛡️ Features

  • Zero-Trust Validation: All agent-to-agent messages are cryptographically signed using HMAC SHA-256.
  • Replay Attack Prevention: Built-in TTL (Time-To-Live) and millisecond timestamps ensure stale or duplicate messages are rejected.
  • Deterministic Hashing: Safely handles complex JSON payloads without crashing on dynamic objects like datetimes or UUIDs.
  • Transport Agnostic: Send IntelBridge envelopes over HTTP webhooks, Redis PubSub, Kafka, or local LangGraph state.

📦 Quick Start

1. Installation

pip install intelbridge

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

intelbridge_protocol-1.0.3.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

intelbridge_protocol-1.0.3-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file intelbridge_protocol-1.0.3.tar.gz.

File metadata

  • Download URL: intelbridge_protocol-1.0.3.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for intelbridge_protocol-1.0.3.tar.gz
Algorithm Hash digest
SHA256 a4792a760d92ad0e8789faeeddd830d996829dc50da19a5e389ee0c06bd2b393
MD5 8a9ce2c9faf2a2fe4a68c5f31bf6cb45
BLAKE2b-256 33e1e24bbeca368b290d4a57b6321bcee5f02152a13e9e24cc6cc94f39c28d1f

See more details on using hashes here.

File details

Details for the file intelbridge_protocol-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for intelbridge_protocol-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f7c48ac883639f726bbc4afe31e19d6afb40184ba9684358d0aa11acec3efbfb
MD5 b2db78b790a26f330480531db20df711
BLAKE2b-256 f4c5e31dc17e38826f8df5f0cdc68514ba5bb5ce93c92255f3d567fbd6e9be22

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page