generalbots/src/auto_task
Rodrigo Rodriguez (Pragmatismo) 061c14b4a2 Fix tasks UI, WebSocket progress, memory monitoring, and app generator
Tasks UI fixes:
- Fix task list to query auto_tasks table instead of tasks table
- Fix task detail endpoint to use UUID binding for auto_tasks query
- Add proper filter handling: complete, active, awaiting, paused, blocked
- Add TaskStats fields: awaiting, paused, blocked, time_saved
- Add /api/tasks/time-saved endpoint
- Add count-all to stats HTML response

App generator improvements:
- Add AgentActivity struct for detailed terminal-style progress
- Add emit_activity method for rich progress events
- Add detailed logging for LLM calls with timing
- Track files_written, tables_synced, bytes_generated

Memory and performance:
- Add memory_monitor module for tracking RSS and thread activity
- Skip 0-byte files in drive monitor and document processor
- Change DRIVE_MONITOR checking logs from info to trace
- Remove unused profile_section macro

WebSocket progress:
- Ensure TaskProgressEvent includes activity field
- Add with_activity builder method
2025-12-30 22:42:32 -03:00
..
app_generator.rs Fix tasks UI, WebSocket progress, memory monitoring, and app generator 2025-12-30 22:42:32 -03:00
APP_GENERATOR_PROMPT.md App generator LLM-only, app logs, knowledge base, web search, designer magic 2025-12-28 11:50:50 -03:00
app_logs.rs Fix all clippy warnings - 0 warnings 2025-12-28 14:27:52 -03:00
ask_later.rs feat(security): Complete security wiring and log audit 2025-12-28 19:41:33 -03:00
autotask_api.rs Fix tasks UI, WebSocket progress, memory monitoring, and app generator 2025-12-30 22:42:32 -03:00
designer_ai.rs Add billion-scale database redesign with enums and sharding 2025-12-29 11:27:13 -03:00
intent_classifier.rs Fix tasks UI, WebSocket progress, memory monitoring, and app generator 2025-12-30 22:42:32 -03:00
intent_compiler.rs Add billion-scale database redesign with enums and sharding 2025-12-29 11:27:13 -03:00
mod.rs Fix tasks UI, WebSocket progress, memory monitoring, and app generator 2025-12-30 22:42:32 -03:00
safety_layer.rs refactor: Move AutoTask system from basic/keywords to auto_task module 2025-12-27 22:58:43 -03:00
task_types.rs Fix all clippy warnings - 0 warnings 2025-12-28 14:27:52 -03:00