refactor: separate Prompt from ReActAgent
What does this merge request do and why?
Change from ReActAgent
being a Prompt
to having a Prompt
. This
allows us to separate concerns, and prepares the way for more generic
Prompt handling (which relates to POC -Implement a LiteLLM load balancer (#1429))
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. -
If this change requires executor implementation: verified that issues/MRs exist for both Go executor and Node executor or confirmed that changes are backward-compatible and don't break existing executor functionality.
Edited by Alejandro Rodríguez