Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/shareAI-lab/learn-claude-code
/ run_complete_task
Function
run_complete_task
s12_task_system/code.py:251–252 ·
view source on GitHub ↗
(task_id: str)
Source
from the content-addressed store, hash-verified
249
250
251
def
run_complete_task(task_id: str) -> str:
252
return
complete_task(task_id)
253
254
255
TOOLS = [
Callers
nothing calls this directly
Calls
1
complete_task
Function · 0.70
Tested by
no test coverage detected