MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / _make_state

Function _make_state

tests/test_task_registry.py:24–32  ·  view source on GitHub ↗
(task_id: str = "b1", status: str = "running")

Source from the content-addressed store, hash-verified

22
23
24def _make_state(task_id: str = "b1", status: str = "running") -> TaskStateBase:
25 return TaskStateBase(
26 id=task_id,
27 type="local_bash",
28 status=status, # type: ignore[arg-type]
29 description="t",
30 start_time=0.0,
31 output_file="/tmp/x",
32 )
33
34
35# ---------------------------------------------------------------------------

Calls 1

TaskStateBaseClass · 0.90

Tested by

no test coverage detected