YAMON.IO

Results 103 comments of YAMON.IO

The basic features of Kanboard are very robust, and with just a few more tweaks, it has the potential to become a killer open-source tool that could completely surpass Trello.

The current streaming feature does not match what general users expect in terms of real-time, token-by-token output. Although it is labeled “streaming,” it actually delivers the entire final message all...

https://github.com/langflow-ai/langflow/issues/7398

Looking forward, as future models are likely to generate multimodal outputs including audio and video, relying solely on WebSocket transmission may prove inadequate. WebRTC offers a more appropriate approach, with...

Hello, we are currently using Microsoft GraphRAG by creating our own component. However, Microsoft does not provide a friendly API, and we think it might be better to wait until...

Oh no, I committed without realizing there was a branching issue. This suggestion applies **only** to the following file: `src/backend/base/langflow/components/models/ollama.py`

![image](https://github.com/langflow-ai/langflow/assets/141118378/bdcd3693-6bb8-4bbb-908b-87f9ddc37fc6) ![image](https://github.com/langflow-ai/langflow/assets/141118378/4e325261-4412-40a0-9db8-9dc224d57422) Based on Dosubot's suggestion, I have deployed the Yamon Tool Calling Agent, referencing the ToolCallingAgentComponent, to the Store. It seems the Langflow team intends to implement the callback...

@carlosrcoelho Hello, I have posted a similar request on Discord regarding this topic. I am currently opposed to the logging methods implemented in LangSmith or LangWatch. These methods also use...

![image](https://github.com/user-attachments/assets/7a22cd34-1ba2-4acf-919d-be7523c2a011) The description field is automatically generated by understanding the signature of the selected method and is passed in the BaseModel format to the `arg_schema` field of the tool. Global...