feat: add agent component to Flow Registry
What does this merge request do and why?
This MR is a continuation for #1216 (closed)
It adds AgentComponent to Flow Registry. The new component is responsible for providing ability to add agentic behavior to Flows. AgentComponent should be parametrised with prompt via Prompt Registry, and with a set of tools
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Merge request checklist
-
Tests added for new functionality. If not, please raise an issue to follow up. -
Documentation added/updated, if needed.