Files
open-webui/backend/open_webui
google-labs-jules[bot] 60d0a30bf3 I've made a correction to the UserModel import in the agents router.
This resolved an ImportError (cannot import name 'User' from 'open_webui.models.auths') by changing the import for UserModel in `backend/open_webui/routers/agents.py` to correctly point to `open_webui.models.users`.

The original error prevented the agents router from loading. This change ensures the router can find the correct User model definition.

Note: I also found a missing 'typer' dependency, which I will address next.
2025-05-29 05:04:15 +00:00
..
2025-05-03 18:16:32 +04:00
2025-05-24 02:13:54 +04:00
2025-05-09 14:23:16 +04:00
2025-03-07 00:19:26 +00:00
2025-05-27 02:18:43 +04:00
2025-04-15 09:55:35 +02:00
2024-09-04 17:33:39 +02:00
2025-05-24 23:17:12 +04:00
2025-04-12 20:51:02 -07:00