Fix tasks UI: WebSocket proxy, task detail, stats, and progress panel
- Add WebSocket proxy for /ws/task-progress in botui (was missing, blocking progress events) - Fix task detail endpoint to use UUID binding for auto_tasks query - Fix task list to query auto_tasks table instead of tasks table - Add proper CSS for task cards with status-based colors - Add task detail panel CSS for header, progress, sections - Add count-all to stats HTML response - Skip 0-byte files in drive monitor and document processor - Add detailed logging for LLM calls in intent classifier and app generator - Remove unused variables and fake demo activity simulation - Change DRIVE_MONITOR checking logs from info to trace
This commit is contained in:
parent
e437ce2234
commit
38211bec59
4 changed files with 23 additions and 3 deletions
2
botbook
2
botbook
|
|
@ -1 +1 @@
|
||||||
Subproject commit d5d147ce0ce54e9d6519440b87bb4dea5ddcfecc
|
Subproject commit e142a898f025fb277da185f5472a406b7740b783
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit ec96dd38c467abcce131d1d2ed45fa43c73dcb50
|
Subproject commit 40ab3fdbc04db285d2c48d16cffc46a150fd6a8a
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 98fb0b31a6e14aefbd6c77cf41dda2028b64dfda
|
Subproject commit 5adb6efec4a5b92be1ce7965e6da7118984ed2d7
|
||||||
20
config/directory_config.json
Normal file
20
config/directory_config.json
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"base_url": "http://localhost:8300",
|
||||||
|
"default_org": {
|
||||||
|
"id": "353226116074307598",
|
||||||
|
"name": "default",
|
||||||
|
"domain": "default.localhost"
|
||||||
|
},
|
||||||
|
"default_user": {
|
||||||
|
"id": "admin",
|
||||||
|
"username": "admin",
|
||||||
|
"email": "admin@localhost",
|
||||||
|
"password": "",
|
||||||
|
"first_name": "Admin",
|
||||||
|
"last_name": "User"
|
||||||
|
},
|
||||||
|
"admin_token": "XzjmsXoVy7mDKK8gyWtJNp3w3enVW3EKGPdfLbz0nX9vMsDpg27UtAROOcKMXsoc0fDwv98",
|
||||||
|
"project_id": "",
|
||||||
|
"client_id": "353226118456737806",
|
||||||
|
"client_secret": "5uH0r2elIQ3xji4N4aTOARZjEDDUWC0cfIybGaFkvhwlA6gvygMHOdmodVg4K6PJ"
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue