Files
open-webui/backend/open_webui/routers
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-24 00:36:30 +04:00
2025-02-16 00:11:18 -08:00
2025-05-26 22:15:21 +04:00
2025-04-05 04:12:57 -06:00
2025-04-02 17:55:24 -07:00
2025-05-27 00:56:59 +04:00
2025-05-27 02:48:22 +04:00
2025-03-03 21:27:48 -08:00
2025-05-05 23:31:37 +04:00
2025-05-27 01:16:11 +04:00
2025-05-19 04:31:04 +04:00
2025-05-15 12:58:44 +04:00
2025-05-09 12:59:50 +02:00
2025-02-26 22:18:18 -08:00