Hey
@Kelly Huang,
If you choose to forego a backend API, you can run a flow in a local process with
a schedule that will kick off FlowRuns at each determined interval, but this will be a long running process that isn’t ideal for most users. Additionally, you won’t be using an Agent at all since the Agent is a part of the orchestration layer part of your system and asks your backend API if it needs to execute any Flow Runs every 10 seconds (which we won’t have in this case).
Overall, I would recommend signing up for a
free Cloud account! That way you don’t have to worry about running a backend and you can run your Agents in your preferred environment (in your case, probably the
LocalAgent). You can even orchestrate/schedule using
solely the Cloud UI with a running Agent.