Skip to content

[FEATURE] Ability to filter callback / iterator messages #250

Open
@MaDDoGo

Description

@MaDDoGo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions