ordinarthur
9ee09afa77
on avance
2026-04-14 01:40:52 +02:00
ordinarthur
096f772da8
feat: add health telemetry and centralized log system (Phase 2 & 3)
...
- Robot-client: TelemetryReporter collects system metrics (CPU, RAM, disk, WiFi)
and sends them to backend every 60s via WebSocket
- Robot-client: LogForwarder buffers Pino logs and flushes them in batches
every 5s to the backend via WebSocket
- Backend: HealthReport entity + HealthTelemetryService with alert thresholds
(CPU >80°C, RAM >90%, disk >90%, load >3.0, heap >85%)
- Backend: DeviceLog entity + LogIngestionService with EventEmitter2 for SSE
- Backend: REST endpoints GET /devices/:id/health/reports and /alerts
- Backend: REST endpoint GET /devices/:id/logs with filtering (level, logger, search)
- Backend: SSE endpoint GET /admin/logs/stream for real-time log streaming
- Migrations for health_reports and device_logs tables with proper indexes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-13 21:11:53 +02:00
ordinarthur
e941ad1b14
audio ok mais pas top
2026-04-09 03:14:43 +02:00
ordinarthur
b29653e3aa
fix
2026-04-08 22:18:30 +02:00
ordinarthur
a98397a241
add code
2026-04-08 18:37:08 +02:00
ordinarthur
92605d728b
feat: add detailed business plan document outlining production costs, monetization, and financial projections.
2026-03-27 16:35:53 +01:00
ordinarthur
787a5805b7
ca marche fluide !
2026-03-27 15:50:41 +01:00
ordinarthur
4baabf3727
nice conversation ok avec openai & elevenlab en text to speach
2026-03-27 12:43:14 +01:00
ordinarthur
e246e96faa
speach to text is ok
2026-03-27 11:57:52 +01:00
ordinarthur
41a843147c
feat: add WebSocket gateway for robot connection
...
- RobotGateway on /ws/robot namespace (Socket.IO)
- Device JWT auth on connection (rejects invalid/missing tokens)
- Connection tracking (connectedDevices map)
- Event handlers: wake_word_detected, audio_chunk, speech_end, user_interrupt
- Helper methods: sendAudioChunk, sendStatus, sendNotification
- Status feedback: idle, listening, thinking, speaking
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-27 10:04:28 +01:00
ordinarthur
0115669464
feat: add JWT authentication, user registration, and device management
...
- AuthService with register, login, refresh token flows
- JWT strategy + guard (Passport)
- User, Home, Device services
- REST endpoints: /auth/register, /auth/login, /auth/me, /auth/refresh
- Device registration with long-lived JWT tokens (365d)
- Device listing per home
- bcrypt password hashing (cost 12) and device token hashing
- Fix snake_case column names on all entity date columns
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-27 09:27:13 +01:00
ordinarthur
674109ea22
feat: initial project setup — Phase 0
...
Monorepo pnpm avec NestJS backend en architecture hexagonale.
- Structure hexagonale complète (ports, adapters, domain entities)
- 9 entities TypeORM (Home, User, Device, Credentials, Session, Message, Memory, Timer)
- Migration initiale SQL avec pgvector support
- Docker Compose (PostgreSQL 16 + pgvector + Redis 7)
- Config partagée (tsconfig, ESLint, Prettier)
- Outbound ports définis (STT, TTS, LLM, Cache, Storage, VectorStore)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-27 09:01:52 +01:00