This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Timmy-time-dashboard/MEMORY.md
Alexander Whitestone 5b6d33e05a feat: task queue system with startup drain and backlogging (#76)
* feat: add task queue system for Timmy - all work goes through the queue

- Add queue position tracking to task_queue models with task_type field
- Add TaskProcessor class that consumes tasks from queue one at a time
- Modify chat route to queue all messages for async processing
- Chat responses get 'high' priority to jump ahead of thought tasks
- Add queue status API endpoints for position polling
- Update UI to show queue position (x/y) and current task banner
- Replace thinking loop with task-based approach - thoughts are queued tasks
- Push responses to user via WebSocket instead of immediate HTTP response
- Add database migrations for existing tables

* feat: Timmy drains task queue on startup, backlogs unhandleable tasks

On spin-up, Timmy now iterates through all pending/approved tasks
immediately instead of waiting for the polling loop. Tasks without a
registered handler or with permanent errors are moved to a new
BACKLOGGED status with a reason, keeping the queue clear for work
Timmy can actually do.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Alexander Payne <apayne@MM.local>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 01:52:42 -05:00

783 B

Timmy Hot Memory

Working RAM — always loaded, ~300 lines max, pruned monthly Last updated: 2026-02-26


Current Status

Agent State: Operational
Mode: Development
Active Tasks: 0
Pending Decisions: None


Standing Rules

  1. Sovereignty First — No cloud dependencies
  2. Local-Only Inference — Ollama on localhost
  3. Privacy by Design — Telemetry disabled
  4. Tool Minimalism — Use tools only when necessary
  5. Memory Discipline — Write handoffs at session end

Agent Roster

Agent Role Status
Timmy Core Active

User Profile

Name: Not

Key Decisions

(none yet)


Pending Actions

  • Learn user's name

Prune date: 2026-02-25