Hello World
The simplest possible Smithers workflow: a single task that uses an agent to generate a personalized greeting.Workflow Definition
Running the Workflow
What’s Happening
createSmithersregisters agreetingtable with amessagefield. Smithers automatically creates the backing storage.Tasksends the prompt to the agent and persists the structured output into thegreetingtable.Sequenceensures tasks run in order (here there is only one, but it is good practice to wrap tasks in a Sequence for clarity).
greet task completes, re-running it will skip straight to the end.