fix(agent): default request concurrency to unlimited (#5572)

* fix(agent): default request concurrency to unlimited

* test(agent): clarify session serialization coverage
This commit is contained in:
chengyongru
2026-08-27 23:31:38 +08:00
committed by GitHub
parent 3c61fef7e8
commit 29025f5a8b
4 changed files with 51 additions and 4 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ class TestDispatch:
assert isinstance(second.event, StreamEndEvent)
@pytest.mark.asyncio
async def test_processing_lock_serializes(self):
async def test_same_session_dispatches_serialize(self):
from nanobot.bus.events import InboundMessage, OutboundMessage
loop, bus = _make_loop()