Tutorials
Each tutorial picks one capability and shows you how to add it to a working flow. They build on the quickstart's greet.scaicore and they're self-contained — you should be able to copy a snippet, drop it into a file, and run it.
In this section#
- Add an LLM call — extend the quickstart with a
@flexibleblock, declare a model in@llm, run it against a real provider. - Add a human approval step — drop a
@checkpointinto the flow and watch the runtime suspend.
If a tutorial you're looking for isn't here, check the reference — many "how do I…" questions are one flag in the CLI away. If that doesn't work, troubleshooting is the next stop.