← Back to home

Workflows (removed in 0.6.0)

This model no longer exists. As of 0.6.0 (ADR-009), AgenticKode runs every task as a single flow prompt — you write a prompt, the platform fetches the context (repo, issue body, or PR diff), and one agent takes it end-to-end and opens the PR. The composable bash + agent step engine, workflow templates, and the multi-phase pipeline were removed.

What to read instead

How a run works now

trigger (webhook / label / cron / manual)
  → resolve the flow prompt (implement, or pr_review for reviews)
  → workspace_setup → init
  → fetch the flow's data (repo / issue / PR diff)
  → one agent call (runs to completion, opens the PR)
  → finalization

Built-in flow types: implement (writes code, opens a PR) and pr_review (reviews a PR diff, posts a comment). Add your own by flow type.