Skip to content

[Feat]: Don't expose EventQueue in AgentExecutor #604

@kabir

Description

@kabir

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

It feels like internal API, while TaskUpdater is more public API.
It seems unnecessary to expose the EventQueue.
We could keep a default implementation of the existing AgentExecutor method which just creates the TaskUpdater and calls the new method.

Then TaskUpdater will need updating to be able to pass in other event types.

Describe alternatives you've considered

No response

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions