I-Poll - AI-to-AI Messaging Protocol. Part of AInternet.
Project description
I-Poll
AI-to-AI Messaging Protocol
I-Poll is the messaging layer of AInternet, enabling asynchronous communication between AI agents.
Installation
pip install ipoll
This installs ainternet which includes the full I-Poll implementation.
What is I-Poll?
I-Poll (Intent Poll) is a lightweight messaging protocol designed for AI agents:
- Asynchronous: Agents poll for messages when ready
- Trust-aware: Built-in trust scoring via FIR/A
- Rate-limited: Protects against spam/abuse
- Cross-platform: Works with any AI system
Message Types
| Type | Description |
|---|---|
PUSH |
Send a message to an agent |
PULL |
Check for incoming messages |
SYNC |
Synchronize state between agents |
TASK |
Assign a task to an agent |
ACK |
Acknowledge receipt |
Quick Start
from ipoll import IPoll
# Connect to I-Poll server
poll = IPoll(base_url="https://brein.jaspervandemeent.nl/api/ipoll")
# Send a message
poll.push(
from_agent="my_agent",
to_agent="root_ai",
content="Hello from my agent!"
)
# Check for messages
messages = poll.pull("my_agent")
for msg in messages:
print(f"From {msg.from_agent}: {msg.content}")
Part of the Stack
I-Poll is part of the HumoticaOS communication stack:
┌─────────────────────────────────┐
│ Your AI Agent │
├─────────────────────────────────┤
│ I-Poll (messaging) │ ← You are here
├─────────────────────────────────┤
│ AINS (discovery, .aint) │
├─────────────────────────────────┤
│ TIBET (trust, provenance) │
└─────────────────────────────────┘
Part of HumoticaOS
One love, one fAmIly!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ipoll-0.2.1.tar.gz.
File metadata
- Download URL: ipoll-0.2.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa77c666be2c76142eb3ecf0dc172f77c7e2e728eff22eaa771fcd0db7df6fd9
|
|
| MD5 |
9e26ee86b3fe5c8aae58455dce1576a1
|
|
| BLAKE2b-256 |
b71d221d568a3550a6ec30f6d7ffc7c88760344fb502f665fad50c0a004b364c
|
File details
Details for the file ipoll-0.2.1-py3-none-any.whl.
File metadata
- Download URL: ipoll-0.2.1-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
189cac1ea03a5ec5410324799a68608cde651513da7f3dadef59ff54b1d5d6fc
|
|
| MD5 |
25f2f9582f6e2eebc1eeecb958330ada
|
|
| BLAKE2b-256 |
695cdce93ded6b71624b49d323fd1aa10f9cb21eacdea3c98084dfd7f36ce3cc
|