Add a live feed to view Timmy's internal state and agent activity

Introduces a new CLI script `timmy-watch` to establish a WebSocket connection and display real-time updates of Timmy's status, agent states, and recent events.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 90c7a60b-2c61-4699-b5c6-6a1ac7469a4d
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 56ce6fae-6759-4857-bf0c-606a96a71bdb
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
alexpaynex
2026-03-19 23:07:26 +00:00
parent e58055d0b6
commit b837094ed4
2 changed files with 266 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"hello": "tsx ./src/hello.ts",
"timmy-watch": "tsx ./src/timmy-watch.ts",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"devDependencies": {