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