@agentprodready/event-bus
v1.0.1
Published
**Platform event bus contracts for operational events between components.**
Readme
@agentprodready/event-bus
Platform event bus contracts for operational events between components.
| | |
|---|---|
| Status | Production contracts published |
| Install | npm install @agentprodready/event-bus |
| Module | ESM · Node.js >=22 <25 |
| License | MIT |
| Repository | ameenmari/agentprodready |
When to use
You publish/subscribe normalized platform events in a host.
Prefer not to start here if you only need Simple invoke results — start with agent-framework.
Install
npm install @agentprodready/event-busSample
import type { EventBus } from '@agentprodready/event-bus';
declare const bus: EventBus;
await bus.publish(/* PlatformEvent */);Ownership
| Owns | Does not own | |---|---| | Event transport contracts | Durable audit storage; telemetry backends; authorization |
Documentation
License
MIT © 2026 ameenmari
