The runtime is the long-running process that watches active intents and executes authorized workflows. Use it after you have created intents and configured exchange credentials.Documentation Index
Fetch the complete documentation index at: https://docs.simplefunctions.dev/llms.txt
Use this file to discover all available pages before exploring further.
Start
What runtime watches
| Surface | What happens |
|---|---|
| Active intents | Pending, armed, triggered, executing, or filled intents. |
| Hard triggers | Price and time triggers. |
| Soft conditions | Natural-language conditions when --smart is enabled. |
| Exchange state | Orders, fills, and account state through configured local keys. |
| Alerts | Runtime events that should wake an operator or agent. |
Typical workflow
Create an intent:Related daemons
sf agent is for reasoning and tool use. Runtime is for monitoring and execution.