kavi plan
Inspect the current execution graph from the planning pass.
Synopsis
kavi planDescription
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 planRelated
- kavi task -- submit a task with
--planto generate an execution graph - kavi tasks -- list individual tasks in the session
- kavi status -- view overall session health