You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add comprehensive unit tests for terraphim_rlm query_loop module
Added 15 new tests covering:
- truncate() function with short/long strings
- elapsed_ms() timing function
- QueryLoopConfig custom settings
- All TerminationReason variants
- All ExecuteResult variants
- QueryLoopResult creation and state validation
- Budget exhaustion scenarios (token, time, depth)
- Max iterations termination
- Cancellation handling
- format_execution_output with various scenarios
Refs #96
0 commit comments