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/robotsMedia transcription
id: media-transcription
steps:
- install ffmpeg
- install yt-dlp
- download video
- transcribe with faster-whisperWhy this matters
Multi‑step workflows avoid guesswork, hidden dependencies, and flaky copy‑paste setup.