Expand description
Local MessageBus for inter-agent communication.
Provides agent registration, point-to-point messaging, terminal injection, and broadcast โ all over localhost with no cloud dependency.
Structsยง
- Agent
Connection ๐ - Internal agent connection state.
- Agent
Info - Info about a connected agent.
- BusMessage
- Message
Bus
Enumsยง
Constantsยง
- MAX_
OFFLINE_ ๐QUEUE - Maximum messages queued per offline agent.
- MAX_
READ_ ๐LIMIT - Maximum messages returned per read_messages call.
- MESSAGE_
TTL_ ๐SECS - Message time-to-live in seconds (1 hour).