项目文件夹

文件
Rohit P d46d2b1068 Make the agent Runner async
Invert Runner so the async path is the core: run/continue_run await the
client's acreate, and run_sync/continue_sync become thin wrappers that drive
the coroutine to completion (falling back to nest_asyncio when called from
within a running loop). The shared _run_impl/_continue_impl take a
use_async_client flag so the sync wrappers still drive the provider's
synchronous create — keeping existing callers and tests that patch
client.chat.completions.create working unchanged. Concurrent Runner.run calls
can now be awaited and gathered.
2026-06-23 10:34:43 +02:00
..
2026-05-30 20:13:00 -07:00
2026-06-10 15:29:23 -07:00
2026-05-30 20:13:00 -07:00
2026-05-30 20:13:00 -07:00
2026-05-30 20:13:00 -07:00