UX Improvements: - Tasks page: Remove 'Create new task' form (orchestrator handles all) - Orchestrator: Simplified to single 'Prompt' section, removed 'Tasks verteilen' - Orchestrator: Removed 'Klassisch senden' button (live-only responses) - Orchestrator: Removed 'Aktive Agenten' display (redundant with dashboard) Critical Fix: - TaskBeat now reads pending tasks from DATABASE instead of in-memory array - All status updates (pending→in_progress→completed) now persist to DB - Fixes issue where tasks created via API/UI were not being processed - Agent_key updates also synced to DB This fixes the bug where Task #1 was stuck in pending status. |
||
|---|---|---|
| .. | ||
| agents.html | ||
| base.html | ||
| chat.html | ||
| email_log.html | ||
| emails.html | ||
| files.html | ||
| index.html | ||
| orchestrator.html | ||
| settings.html | ||
| tasks.html | ||
| team.html | ||