MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / get_task

Method get_task

src/harness/agentic_loop/task_board.py:104–105  ·  view source on GitHub ↗
(self, task_id: str)

Source from the content-addressed store, hash-verified

102 return task
103
104 def get_task(self, task_id: str) -> Optional[Task]:
105 return self._tasks.get(task_id)
106
107 def list_tasks(self, status: Optional[TaskStatus] = None) -> list[Task]:
108 tasks = list(self._tasks.values())

Callers 3

handle_generate_planFunction · 0.80
handle_execute_planFunction · 0.80
_run_plan_modeMethod · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected