TCP/IP for Artificial Intelligence. Open source. Free forever.
from pulse import PulseMessage from pulse_binance import BinanceAdapter as Adapter # from pulse_bybit import BybitAdapter as Adapter ← just change this line # from pulse_kraken import KrakenAdapter as Adapter # from pulse_okx import OKXAdapter as Adapter adapter = Adapter(api_key="...", api_secret="...") # Get BTC price — same code for any exchange msg = PulseMessage( action="ACT.QUERY.DATA", parameters={"symbol": "BTCUSDT"} ) response = adapter.send(msg) print(response.content["parameters"]["result"])
pip install pulse-protocol
pip install pulse-openai
pip install pulse-anthropic
pip install pulse-binance
pip install pulse-bybit
pip install pulse-kraken
pip install pulse-okx
pip install pulse-gateway
1000+ predefined concepts across 10 categories. ACT.QUERY.DATA means the same thing everywhere. Zero ambiguity.
MessagePack encoding reduces message size 10x. ~80 bytes vs ~800 bytes JSON. Production-ready performance.
HMAC-SHA256 signing, replay protection, tamper detection. 7-layer security model. Prompt injection protection in gateway.
Same code works with OpenAI, Anthropic, Binance, Bybit, Kraken, OKX. Switch providers in one line.
Secure gateway with rate limiting, audit logging, and prompt injection protection (30+ patterns, EN/RU).
Open source, free forever. No vendor lock-in. No company owns it. Infrastructure for humanity.