homelab/telegram
Mikkel Georgsen d878931e79 feat(01-03): add timing profiler for response latency debugging
Instruments the full message pipeline with [TIMING] log entries:
- Message age (Telegram delivery delay)
- Subprocess state (cold-start vs reused)
- Process spawn, first stdout, first assistant text
- Telegram send latency, total wall time

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 18:30:05 +00:00
..
personas feat(01-01): restructure personas with pipeline workflow 2026-02-04 18:13:21 +00:00
.gitignore Add Telegram bot and shared storage documentation 2026-01-16 14:21:51 +00:00
bot.py feat(01-03): add timing profiler for response latency debugging 2026-02-04 18:30:05 +00:00
claude_subprocess.py feat(01-03): add timing profiler for response latency debugging 2026-02-04 18:30:05 +00:00
session_manager.py feat(01-03): add /archive command to compress and remove sessions 2026-02-04 18:01:14 +00:00