Kavi

kavi plan

Inspect the current execution graph from the planning pass.

Synopsis

kavi plan

Description

Displays the current execution graph produced by the planning pass. Shows the DAG of subtasks, their dependencies, assigned agents, and execution order. Use this to understand how Kavi decomposed a complex task and verify the execution strategy before or during execution.

Examples

# View the current execution plan
kavi plan
  • kavi task -- submit a task with --plan to generate an execution graph
  • kavi tasks -- list individual tasks in the session
  • kavi status -- view overall session health

On this page