Traceback (most recent call last):
  File "/home/ksen/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/asyncio/tasks.py", line 488, in wait_for
    return await fut
           ^^^^^^^^^
  File "/home/ksen/kiss/.kiss-worktrees/kiss_wt-1789882224-3e88336a/benchmarkings/harnesstax/harbor_agent.py", line 72, in run
    metrics = await asyncio.to_thread(
              ^^^^^^^^^^^^^^^^^^^^^^^^
    ...<8 lines>...
    )
    ^
  File "/home/ksen/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/asyncio/threads.py", line 25, in to_thread
    return await loop.run_in_executor(None, func_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/ksen/.cache/uv/archive-v0/b9UT0zC9f67aJdW1aqDVy/lib/python3.14/site-packages/harbor/trial/trial.py", line 450, in _run_agent_phase
    await asyncio.wait_for(
    ...<6 lines>...
    )
  File "/home/ksen/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/asyncio/tasks.py", line 487, in wait_for
    async with timeouts.timeout(timeout):
               ~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/home/ksen/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/asyncio/timeouts.py", line 114, in __aexit__
    raise TimeoutError from exc_val
TimeoutError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/ksen/.cache/uv/archive-v0/b9UT0zC9f67aJdW1aqDVy/lib/python3.14/site-packages/harbor/trial/single_step.py", line 77, in _run_agent
    await self._run_agent_phase(
    ...<4 lines>...
    )
  File "/home/ksen/.cache/uv/archive-v0/b9UT0zC9f67aJdW1aqDVy/lib/python3.14/site-packages/harbor/trial/trial.py", line 459, in _run_agent_phase
    raise AgentTimeoutError(
        f"Agent execution timed out after {timeout_sec} seconds"
    ) from exc
harbor.trial.errors.AgentTimeoutError: Agent execution timed out after 3600.0 seconds
