MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / show_task_plan

Function show_task_plan

core/display.py:186–189  ·  view source on GitHub ↗

Print initial task plan (static).

(queue)

Source from the content-addressed store, hash-verified

184 return Panel(text, title=title, border_style='cyan', box=box.ROUNDED)
185
186def show_task_plan(queue):
187 """Print initial task plan (static)."""
188 console.print(_build_task_panel(queue))
189 console.print()
190
191def update_task_display(queue):
192 """Reprint the task panel in place."""

Callers 1

run_agentFunction · 0.90

Calls 1

_build_task_panelFunction · 0.85

Tested by

no test coverage detected