mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-22 03:07:02 +00:00
feat(sync_step): support ordered async step synchronization (#643)
support ordered async step synchronization
This commit is contained in:
commit
012dfcbdc3
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ def sync_step(func):
|
|||
"task_id": task_id,
|
||||
"step": json_data["step"],
|
||||
"data": json_data["data"],
|
||||
"timestamp": time.time_ns() / 1_000_000_000,
|
||||
},
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue