open_deep_research icon indicating copy to clipboard operation
open_deep_research copied to clipboard

Use ainvoke in async context

Open ionmincu opened this issue 7 months ago • 0 comments

Using invoke in async context will trigger some errors in tracers

Error in callback coroutine: RuntimeError('<asyncio.locks.Event object at 0x7fbd4edf3e90 [unset]> is bound to a different event loop')
Error in callback coroutine: TracerException('No indexed run ID d18df0c7-7694-4c31-9f43-7926ee20cf52.')

ionmincu avatar Mar 14 '25 15:03 ionmincu