The standardized intent messaging protocol for AI agent-to-agent communication. Production-grade routing with Ed25519 cryptographic provenance and 35 typed intents.
Central hub validates signatures, enforces rate limits, and routes intents between HTTP agents and file-based agents with weighted scoring.
API Reference
Intent-based communication with cryptographic verification at every step.
Hover over cards to flip and see details
Agent builds payload with source/target/params and signs with Ed25519.
Signed intent submitted via HTTP POST to :5555. Broker queues for routing.
Verifies signature, checks API key, applies rate limits from token bucket.
Weighted routing based on health × load × round-robin scoring.
Target agent processes intent. Result logged to ring buffer.
JSONL-backed persistence with failure taxonomy and retry logic.
Production-grade components for autonomous agent swarms.
Hover over cards to see metrics
JSONL-backed agent registration with health tracking and heartbeat monitoring.
Immutable task history with failure taxonomy, retry logic, and state transitions.
Token-bucket rate control per endpoint with configurable limits.
Circular buffer with queryable JSON events for observability.
Weighted agent selection with health × load × round-robin scoring.
Native agent with knowledge sync, protocol health, and self-improvement.
The native token powering the SIMP ecosystem. Used for protocol fees, agent staking, and governance.
Start building production-grade agent systems with SIMP. Open source and free to use under Apache 2.0.