kimi
57f4f37a9b
fix: make _get_loop_agent singleton thread-safe with double-checked locking
...
Uses threading.Lock with double-checked locking pattern to prevent
race conditions when multiple agentic loops start concurrently.
Fixes #446
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-19 14:18:25 -04:00
2161c32ae8
fix: add unit tests for agentic_loop.py ( #421 ) ( #447 )
...
Co-authored-by: Kimi Agent <kimi@timmy.local >
Co-committed-by: Kimi Agent <kimi@timmy.local >
2026-03-19 14:13:50 -04:00
1d79a36bd8
fix: add unit tests for memory/embeddings.py ( #437 )
...
Co-authored-by: Kimi Agent <kimi@timmy.local >
Co-committed-by: Kimi Agent <kimi@timmy.local >
2026-03-19 11:12:46 -04:00
db7220db5a
test: add unit tests for memory/unified.py ( #353 )
...
Co-authored-by: Kimi Agent <kimi@timmy.local >
Co-committed-by: Kimi Agent <kimi@timmy.local >
2026-03-18 21:23:03 -04:00