Files
pyworker/workers
Rob Ballantyne d51f04a176 Await endpoint.session() in null pyworker client
endpoint.session() forwards to start_endpoint_session, which is async
def — so the call returns a coroutine, not a Session, despite the
SDK's return-type annotation. Use 'async with await endpoint.session(...)'
so the coroutine resolves to a Session before entering the context.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-12 11:07:32 +01:00
..
2025-12-15 19:33:03 -08:00
2025-12-15 19:33:03 -08:00
2026-04-30 14:04:39 -07:00
2025-12-15 19:33:03 -08:00