Edwin Jose
Edwin Jose
This pull request includes several changes to the `src/backend/base/langflow` directory, focusing on deprecating the agent description feature and updating tool handling. The most important changes include marking the agent description...
fix: fixes agents issue by removing depreciated feature output parser from the LLM Model Components
Solved: AttributeError: output_parser not found in AgentComponent Issue Triggered by removal of Output_parser only from the OpenAI Component. This pull request includes several changes to the `src/backend/base/langflow/components/models` directory, primarily focusing...
This pull request includes updates to the `component_tool.py`, `constants.py`, and `component.py` files to add and handle tags for tools. The changes primarily focus on adding a new "tags" field to...
Add sambanova to models in agents. This pull request includes changes to integrate SambaNova as a new model component in the backend. The most important changes include importing the SambaNova...