middleware-handlers
CommunitySecure EventBus pub/sub with signing and rules.
AuthorShubhamManachekar
Version1.0.0
Installs0
System Documentation
What problem does it solve?
The EventBus handles all asynchronous communication and lateral routing across the swarm. The rules here dictate how to govern this middleware logically without generating traffic mock buffers.
Core Features & Use Cases
- HMAC-SHA256 signing and verification: Every message on the bus must be signed by the agent's key and verified by the receiver; key rotations occur every 30 days to ensure credential freshness.
- No bypass rules: Do not allow unsigned inputs onto the bus unless strictly flagged for Tier 0 ingestion bypass processing.
- Reliability & isolation: When multiple subagents subscribe to a topic, an exception in one handler must not crash the publish queue; test this by injecting a bad event and confirming the good handler still executes.
- Resource controls: Cap in-memory event buffers (e.g., 5000) and spill unprocessed events to disk journaling; decorate slow consumers with timeouts.
Quick Start
Configure the EventBus to sign messages with the agent’s key and verify signatures on receipt.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: middleware-handlers Download link: https://github.com/ShubhamManachekar/GeoSupply/archive/main.zip#middleware-handlers Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.