Feature Request
Description:
Create a new Langflow component in the Epam folder. The component must fully replicate the backend functionality from the @google-gemini/gemini-fullstack-langgraph-quickstart repository, without any simplifications or omissions. The implementation should use Langgraph.
Requirements:
The LLM model must be connected to the component as an input parameter (LLM-agnostic, not restricted to Gemini, unlike the reference repository).
The component should not be tied to Gemini and must support any compatible LLM.
The code must be fully functional and thoroughly tested.
Submit a pull request (PR) with the working code targeting the develop branch.
Acceptance Criteria:
A new, fully functional Langflow component exists in the epam folder.
The component mirrors the backend logic of @google-gemini/gemini-fullstack-langgraph-quickstart in full detail.
The component is LLM-agnostic and accepts the LLM as an input parameter.
All code is tested and verified to work.
A PR is submitted to the develop branch for review.
Motivation
LangFlow implementation of @google-gemini/gemini-fullstack-langgraph-quickstart
Your Contribution
No response