Fix active run elapsed restore

This commit is contained in:
wuyang6
2026-05-11 21:46:09 +08:00
parent 535e4b2c83
commit f7e2fc66c8
3 changed files with 41 additions and 4 deletions
+1
View File
@@ -1357,6 +1357,7 @@ def create_app(state: AgentState) -> FastAPI:
started_event = {
'type': 'run_started',
'run_id': run_record.run_id,
'started_at': run_record.started_at,
'session_id': requested_session_id or '',
'account_id': request.account_id or '',
}