MCPcopy
hub / github.com/shareAI-lab/learn-claude-code / Task

Class Task

s15_agent_teams/code.py:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53@dataclass
54class Task:
55 id: str
56 subject: str
57 description: str
58 status: str # pending | in_progress | completed
59 owner: str | None
60 blockedBy: list[str]
61
62
63def _task_path(task_id: str) -> Path:

Callers 3

create_taskFunction · 0.70
load_taskFunction · 0.70
list_tasksFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected