Open
Description
Problem Statement
I would like the ability to filter events for easier consumption
Proposed Solution
Add a parameter to agent to filter events (all, messages, blocks for example)
Use Case
With this in place, code will be simpler
if "delta" in event:
or
if "message" in event:
as it will yield only the wanted events
Alternatives Solutions
No response
Additional Context
No response