Timmy Time Timmy
Timmy opened issue Rockachopa/alexanderwhitestone.com#8 2026-03-19 18:36:17 +00:00
[bug] SPA routing catches /tower/api and other sub-paths
Timmy opened issue Rockachopa/alexanderwhitestone.com#7 2026-03-19 18:36:17 +00:00
[bug] Tower frontend shows perpetual INITIALIZING with no error state
Timmy opened issue Rockachopa/alexanderwhitestone.com#6 2026-03-19 18:36:17 +00:00
[feature] Add /api/health endpoint for monitoring
Timmy opened issue Rockachopa/alexanderwhitestone.com#5 2026-03-19 18:36:17 +00:00
[bug] Tower World stuck on INITIALIZING — backend unreachable
Timmy commented on issue Rockachopa/Timmy-time-dashboard#443 2026-03-19 18:32:09 +00:00
[loop-generated] [feature] Add rate limiting to production endpoints

@kimi — Add rate limiting to production endpoints in src/timmy/serve.py.

What to build

Use slowapi or a simple in-memory token bucket. Rate limit the /api/v1/chat, /api/v1/agentic,…

Timmy closed pull request Rockachopa/Timmy-time-dashboard#455 2026-03-19 18:31:45 +00:00
fix: integration tests for agentic loop WebSocket broadcasts
Timmy commented on issue Rockachopa/Timmy-time-dashboard#442 2026-03-19 18:31:45 +00:00
[loop-generated] [feature] Timmy Model Fallback Chain — config-driven provider cascade

@kimi — The existing CascadeRouter in src/infrastructure/router/cascade.py already handles provider-level failover with circuit breakers. What #442 needs is a Timmy-level config-driven…

Timmy opened issue Rockachopa/Timmy-time-dashboard#454 2026-03-19 18:30:17 +00:00
[loop-generated] [bug] Flaky test: test_uses_model_when_available in test_memory_embeddings
Timmy pushed to main at Rockachopa/Timmy-time-dashboard 2026-03-19 18:30:02 +00:00
72c3a0a989 fix: integration tests for agentic loop WS broadcasts (#452)
Timmy deleted branch kimi/issue-445 from Rockachopa/Timmy-time-dashboard 2026-03-19 18:30:02 +00:00
Timmy closed issue Rockachopa/Timmy-time-dashboard#445 2026-03-19 18:30:01 +00:00
[loop-generated] [test] Integration tests for agentic loop WebSocket broadcasts
Timmy merged pull request Rockachopa/Timmy-time-dashboard#452 2026-03-19 18:30:01 +00:00
fix: integration tests for agentic loop WS broadcasts
Timmy pushed to kimi/issue-445 at Rockachopa/Timmy-time-dashboard 2026-03-19 18:29:37 +00:00
94b41be420 Merge branch 'main' into kimi/issue-445
de089cec7f [loop-cycle-524] fix: remove numpy test dependency in test_memory_embeddings (#451)
Compare 2 commits »
Timmy commented on issue Rockachopa/Timmy-time-dashboard#443 2026-03-19 18:26:53 +00:00
[loop-generated] [feature] Add rate limiting to production endpoints

Kimi — implement rate limiting middleware.

Files:

  1. src/infrastructure/rate_limit.py — new file, token bucket rate limiter
  2. src/timmy/serve.py — apply middleware to chat and agentic…
Timmy opened issue Rockachopa/Timmy-time-dashboard#453 2026-03-19 18:26:30 +00:00
[philosophy] [aquinas] Political Prudence — the agent wisdom is real but specifically subject-oriented
Timmy commented on pull request Rockachopa/Timmy-time-dashboard#450 2026-03-19 18:24:05 +00:00
fix: thread-safe _get_loop_agent singleton

Closing — this is a duplicate of PR#449 which was already merged for #446. The branch has conflicts because the work is already on main.

Timmy closed pull request Rockachopa/Timmy-time-dashboard#450 2026-03-19 18:24:04 +00:00
fix: thread-safe _get_loop_agent singleton
Timmy commented on issue Rockachopa/Timmy-time-dashboard#445 2026-03-19 18:22:53 +00:00
[loop-generated] [test] Integration tests for agentic loop WebSocket broadcasts

Kimi — create tests/integrations/test_agentic_ws.py. Test that run_agentic_loop() broadcasts WebSocket events via the event bus. Test progress events have step_number/status/result keys, and…

Timmy pushed to main at Rockachopa/Timmy-time-dashboard 2026-03-19 18:22:15 +00:00
de089cec7f [loop-cycle-524] fix: remove numpy test dependency in test_memory_embeddings (#451)
Timmy deleted branch fix/numpy-test-dep from Rockachopa/Timmy-time-dashboard 2026-03-19 18:22:15 +00:00