Skip to main content

Workflows > Packages

AgentKit’s real value is multi‑step workflows. Anyone can install a package; AgentKit makes the whole setup repeatable.

Example workflows

Web automation

id: web-automation
steps:
- install chromium
- install puppeteer
- check: safety/robots

Media transcription

id: media-transcription
steps:
- install ffmpeg
- install yt-dlp
- download video
- transcribe with faster-whisper

Why this matters

Multi‑step workflows avoid guesswork, hidden dependencies, and flaky copy‑paste setup.