Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/shareAI-lab/learn-claude-code
/ run_complete_task
Function
run_complete_task
s15_agent_teams/code.py:253–254 ·
view source on GitHub ↗
(task_id: str)
Source
from the content-addressed store, hash-verified
251
252
253
def
run_complete_task(task_id: str) -> str:
254
return
complete_task(task_id)
255
256
257
# ── Background Tasks (from s13, synced) ──
Callers
nothing calls this directly
Calls
1
complete_task
Function · 0.70
Tested by
no test coverage detected