Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ ManagedTask
Class
ManagedTask
src/tool_system/task_manager.py:11–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
@dataclass(frozen=True)
11
class
ManagedTask:
12
task_id: str
13
name: str
14
started_at: float
15
stop_event: threading.Event
16
thread: threading.Thread
17
18
19
class
TaskManager:
Callers
1
start
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected