런타임 계약과 학습자 흐름 보강

This commit is contained in:
Yun Chan 2026-06-29 08:12:14 +09:00
parent f456b8997a
commit 206018b088
56 changed files with 4306 additions and 1008 deletions

View file

@ -343,7 +343,7 @@ class LearnerSessionIdorTest(unittest.IsolatedAsyncioTestCase):
async def successful_turn(ctx, engine, **kwargs):
nonlocal captured_recent_turns
captured_recent_turns = list(ctx.recent_turns)
captured_recent_turns = list(ctx.memory.recent_turns)
assert ctx.state_after is not None
return sessions.orchestrator.TurnResult(
turn_seq=ctx.state_after.turn_seq,