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

Function handle_task_list

src/harness/agentic_loop/tools.py:55–56  ·  view source on GitHub ↗
(args: dict)

Source from the content-addressed store, hash-verified

53 return f"Error: {e}"
54
55 def handle_task_list(args: dict) -> str:
56 return task_board.get_summary()
57
58 def handle_ask_user(args: dict) -> str:
59 return user_input_fn(args["question"], args.get("options"))

Callers

nothing calls this directly

Calls 1

get_summaryMethod · 0.80

Tested by

no test coverage detected