Pilot Event Bus

Multi-agent event aggregation on shared topics for coordinated workflows. Use this skill when: 1. You need to aggregate events from multiple agents on a shared topic 2. You need to broadcast events to all subscribed agents 3. You need to coordinate state changes across a fleet of agents 4. You need to implement fan-out messaging patterns Do NOT use this skill when: - You need point-to-point messaging (use pilot-protocol connect instead) - You need persistent storage (use pilot-event-log instead) - You need filtered or transformed events (use pilot-event-filter instead)

TeoSlayer 8509f42 2 files · 2.6 KB Updated

File contents

TeoSlayer/pilot-skills/tree/main/skills/pilot-event-bus commit 8509f427b3

Frequently asked questions

npx skillmds@latest add teoslayer/pilot-event-bus