Block a user
[kimi] Add unit tests for voice_tts.py (#768)
[kimi-task] Add unit tests for src/timmy_serve/voice_tts.py
[kimi-task] Add unit tests for src/timmy_serve/voice_tts.py
PR created with unit tests for voice_tts.py.
Changes:
- Added
tests/timmy/test_voice_tts_unit.pywith 280 lines covering all requested test cases - 13 new test methods across 6 test…
[kimi] Add unit tests for voice_tts.py (#768)
Implement quick health snapshot before coding
[kimi] Implement quick health snapshot before coding (#710)
Implement quick health snapshot before coding
PR created: #828
Implementation Summary
Implemented timmy_healthcheck that produces a quick health snapshot before coding.
Usage
Standalone:
# Human-readable output
python3…
[kimi] Implement quick health snapshot before coding (#710)
[kimi] Centralize agent token rules and hooks for automations (#711)
Centralize agent token rules and hooks for automations
Centralize agent token rules and hooks for automations
PR created: #792
Summary
Implemented centralized agent token rules and hooks for automations:
Files Added
timmy_automations/config/token_rules.yaml— Token economy configuration -…