Skip to main content

Hello World Workflow

Demonstrates literal output with no AI agent. For a hello-world workflow that uses an LLM agent, see Hello World.

Source

Running

Notes

  • Literal outputTask receives a plain object instead of an agent prompt. No LLM call; deterministic output.
  • ctx.input — Access the CLI input payload passed via --input.
  • Resumable — Output is persisted to SQLite. Re-running after a crash skips completed tasks.