langflow-ai / langflow

⛓️ Langflow is a visual framework for building multi-agent and RAG applications. It's open-source, Python-powered, fully customizable, LLM and vector store agnostic.

Home Page:http://www.langflow.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Is there any built-in scheduler to start/trigger the agents?

selcukbeyhan opened this issue · comments

Hi,

I didnt see a possibility to start/schedule the agents to start with their assigned tasks.
Is it possible?

thanks.

#1732
#1766

As suggested, the conditions for the starting trigger of the flow are currently being improved.

It is generally seen that integration with scheduling solutions like Trello or Jira through Webhooks could enhance it. (I believe it is better than implementing background tasks via polling.)

We have first implementation of the webhook in a PR #1766

It adds a component that will get the request and return it as a Record so you can then do whatever you plan with it.