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
20 lines
No EOL
562 B
JSON
20 lines
No EOL
562 B
JSON
{
|
|
"base_url": "http://localhost:8300",
|
|
"default_org": {
|
|
"id": "353379211173429262",
|
|
"name": "default",
|
|
"domain": "default.localhost"
|
|
},
|
|
"default_user": {
|
|
"id": "admin",
|
|
"username": "admin",
|
|
"email": "admin@localhost",
|
|
"password": "",
|
|
"first_name": "Admin",
|
|
"last_name": "User"
|
|
},
|
|
"admin_token": "pY9ruIghlJlAVn-a-vpbtM0L9yQ3WtweXkXJKEk2aVBL4HEeIppxCA8MPx60ZjQJRghq9zU",
|
|
"project_id": "",
|
|
"client_id": "353379211962023950",
|
|
"client_secret": "vD8uaGZubV4pOMqxfFkGc0YOfmzYII8W7L25V7cGWieQlw0UHuvDQkSuJbQ3Rhgp"
|
|
} |