Defining Events
UseAgentNetworkEvent.of() to define an event with a name and a payload schema:
Event Envelope
Every event flowing through the system is wrapped in an envelope:meta fields are automatically managed by the runtime. You only need to provide the name and payload when emitting events from agents.
API Summary
See AgentNetworkEvent API for full details.

