AI Providers
Pick the model that runs your LLM steps. Deterministic steps never call a model.
Workflows
Every business process is a JSON list of steps. View, edit, download as Excel for BAs, validate, save.
Flow definition
Agent Functions
Agents are Python functions (tools). A deterministic step calls one directly; an LLM step can call several. These are the ones registered now.
Add Agent (AI-assisted)
Describe what you need. The AI proposes a GitHub reference, a filename, and ready-to-review Python — you paste it in and register it. It never writes to disk or auto-installs.
uses the selected provider
Execute
Run the current workflow. Deterministic steps cost nothing; only LLM steps call the provider.