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

Function get_planner

core/planner_v2.py:446–451  ·  view source on GitHub ↗

Get the global planner instance.

()

Source from the content-addressed store, hash-verified

444
445
446def get_planner() -> Planner:
447 """Get the global planner instance."""
448 global _planner
449 if _planner is None:
450 _planner = Planner()
451 return _planner
452
453
454def reset_planner():

Callers 3

__init__Method · 0.90
tasks_pendingMethod · 0.90
tasks_runningMethod · 0.90

Calls 1

PlannerClass · 0.85

Tested by

no test coverage detected