A decentralized communication layer for multi-agent AI swarms.
Project description
AIP Protocol SDK
The official Python client for the AI Interaction Protocol (AIP).
AIP is a decentralized communication layer that allows multiple AI models (GPT-4, Claude-3, Llama) to debate, cross-examine, and reach consensus on complex problems.
Installation
pip install aip-protocol
Basic Usage
import os
from aip import solve
# Configure your keys
os.environ["AIP_HOST_URL"] = "https://api.aip.network"
os.environ["AIP_HOST_KEY"] = "your-secret-password"
# Solve the impossible
result = solve(
goal="Design a carbon-neutral power grid for a city of 1 million people.",
models=["gpt-4o", "claude-3-5-sonnet"]
)
print(f"Swarm Consensus: {result}")
For more info, visit AIP Documentation.
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
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 aip_swarm-1.0.0.tar.gz.
File metadata
- Download URL: aip_swarm-1.0.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
daa09652d842c2ba2f0aa5e1c6c648c4a610707eb3015d64225444672e62236c
|
|
| MD5 |
e81e3554d4422b52d1858fd651285bdc
|
|
| BLAKE2b-256 |
e908f6830d5537cdad7197fc5f4e6b5191179c2c182dea150d200106267680ff
|
File details
Details for the file aip_swarm-1.0.0-py3-none-any.whl.
File metadata
- Download URL: aip_swarm-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3931741ced49da1ad6d46bdf36d59a575b5c046d31b346c6645a41b076a703d7
|
|
| MD5 |
1b5ad7e73ad7f4b45b863b1d5909c267
|
|
| BLAKE2b-256 |
74d5a14564e11c7ceb9f7241716b3657d12fb3921f2ca66ae0430a60f099b73a
|