agentskit.js
Examples

Flow (compileFlow)

Live demo of compileFlow — YAML FlowDefinition compiled into a durable DAG, executed with a JSONL step log.

compileFlow from @agentskit/runtime turns a YAML FlowDefinition into a durable DAG. This example fetches stargazer counts for two GitHub repos in parallel, sums them, and renders a markdown digest.

▸ flow=octo-stars-digest runId=demo-run
  order=fetch-react → fetch-vue → total → render
▸ fetch-react start
  ★ facebook/react → 235,492
✓ fetch-react done
pnpm --filter @agentskit/example-flow dev

Explore nearby

✎ Edit this page on GitHub·Found a problem? Open an issue →·How to contribute →

On this page