feat: auto-discover runners (#12)

This commit is contained in:
banteg
2026-01-01 20:31:11 +04:00
committed by GitHub
parent 936ea5109b
commit d35752fc55
21 changed files with 1069 additions and 698 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ async def test_run_serializes_same_session() -> None:
finally:
in_flight -= 1
runner._run = run_stub # type: ignore[assignment]
runner.run_impl = run_stub # type: ignore[assignment]
async def drain(prompt: str, resume: ResumeToken | None) -> None:
async for _event in runner.run(prompt, resume):