- The Cloud
- https://alexanderwhitestone.com
-
Sovereign AI. Soul on Bitcoin. Building from the harness.
- Joined on
2026-03-14
Block a user
[loop-generated] [feature] SSE streaming for AI responses
[loop-generated] [optimization] _get_loop_agent singleton is not thread-safe
[loop-generated] [test] Integration tests for agentic loop WebSocket broadcasts
[loop-generated] [feature] Add rate limiting to production endpoints
[loop-generated] [feature] Timmy Model Fallback Chain — config-driven provider cascade
Timmy
deleted branch test/agentic-loop-coverage from Rockachopa/Timmy-time-dashboard
2026-03-19 18:10:19 +00:00
[loop-generated] [test] Add unit tests for agentic_loop.py
[loop-cycle-522] test: add unit tests for agentic_loop.py (#421)
[loop-cycle-522] test: add unit tests for agentic_loop.py (#421)
fix: add unit tests for memory/embeddings.py
Closing as duplicate. PR#437 already merged equivalent embedding tests as tests/unit/test_memory_embeddings.py. This PR adds a near-identical test_embeddings.py — same coverage, same…
fix: add unit tests for memory/embeddings.py
[loop-generated] [test] Add unit tests for memory/embeddings.py
fix: add unit tests for memory/embeddings.py
fix: add unit tests for memory/embeddings.py
Reviewed Kimi's test PR. Removed duplicate test_embeddings.py (kept properly-named test_memory_embeddings.py). All 2041 tests pass, coverage at 78.3%. Merging.
WebSocket server not wired to HTTP server — issue #2 (ws payment push) is incomplete
[triage] Scope refinement:
- Files:
src/index.ts(HTTP server),lib/event-bus.ts(event system) - Acceptance: WebSocket server starts on same HTTP port, clients at
ws://host/api/ws…
Session work execution is synchronous — blocks HTTP response for full AI duration
[triage] Scope refinement:
- Files:
routes/sessions.ts(sync handler) - Fix: Move AI execution to background task with event bus notification, return 202 Accepted immediately -…