Documentation Index
Fetch the complete documentation index at: https://docs.m4trix.dev/llms.txt
Use this file to discover all available pages before exploring further.
AgentNetworkEvent defines typed events with schema validation via Effect Schema.
Creating Events
Methods
.make(payload)
Creates an unbound event (name + payload) for use with emit. Meta is injected by the runtime when emitted.
.makeBound(meta, payload)
Creates a full envelope for tests or manual triggers. Sync, throws on invalid data.
.makeEffect(payload)
Effect version of make. Use in Effect pipelines.
.makeBoundEffect(meta, payload)
Effect version of makeBound.