YAMON.IO
YAMON.IO
@Dosu It has not been implemented yet.
@carlosrcoelho I would like to review the Langflow team's roadmap in the future and contribute in any form possible. However, I highly recommend using GitHub Projects as it is a...
@dosu I would like an explanation of the structure that inherits from the `from langflow.custom import Component` code.
> Hey @YamonBot > > The new component system is much more usable and easy. > > My suggestion would be to look at an existing component: https://github.com/langflow-ai/langflow/blob/main/src/backend/base/langflow/components/vectorstores/AstraDB.py > >...
In Langflow, you can reference other flows (either simple flows or agents) as tools using a component called `Flowrun`. Therefore, if temperature control is needed depending on a specific tool...
It seems that the Langflow store is operated on a separate track from regular Langflow. Since Langflow is still in beta, there appears to be no way to directly create...
I share the same opinion. Using exec is very risky, and I was concerned about it while developing. I am currently working on a new design. Preview ``` import ast...
There are options in LangChain's StructuredTool, such as the option to extract signatures. I am considering a format that reuses such options and does not use the Code field. If...
Upon further reflection, I think it is reasonable to manage the operations within a component at the API call level, given that everything running within the system can be utilized....
In the case of session IDs, we first undergo an initialization process where we call the API without specifying any session value. We then store the generated session ID received...