Commit Graph

10 Commits

Author SHA1 Message Date
Vlad Doloman
c3b06d4e99 feat: WebSocket client with state animation mapping and auto-reconnect 2026-06-22 19:05:27 +03:00
Vlad Doloman
7e82eaf3f9 feat: LCD aesthetic CSS with responsive layout and per-state animations 2026-06-22 19:03:33 +03:00
Vlad Doloman
5541822936 feat: frontend HTML structure with SVG llama skeleton 2026-06-22 19:01:15 +03:00
Vlad Doloman
2e757fa645 feat: FastAPI server with WebSocket broadcast and static serving
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-22 18:58:49 +03:00
Vlad Doloman
3367eeb80b feat: asyncio log file watcher with offline detection 2026-06-22 18:57:17 +03:00
Vlad Doloman
1411ba241f feat: LogParser state machine with full state transitions 2026-06-22 18:46:12 +03:00
Vlad Doloman
54fba1b400 chore: add .gitignore (venv, pycache, pytest cache) 2026-06-22 18:43:28 +03:00
Vlad Doloman
28400b3cae feat: ServerState data model with serialization
Add dataclasses for ServerState, LoadingInfo, and Metrics to represent
the server's runtime state. ServerState includes a to_dict() method for
serialization with timestamp.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-22 18:42:45 +03:00
Vlad Doloman
ecfd759d7f feat: log line preprocessing (ts strip + router/child classify) 2026-06-22 18:41:22 +03:00
Vlad Doloman
206c913a9f chore: project bootstrap 2026-06-22 18:39:30 +03:00