open-webui/backend
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
..
data
open_webui I've made a correction to the UserModel import in the agents router. 2025-05-29 05:04:15 +00:00
.dockerignore
.gitignore
dev.sh
requirements.txt feat: GZip, Brotli, ZStd compression middleware support 2025-05-26 14:18:29 +04:00
start_windows.bat refac: web/rag config 2025-04-12 16:33:36 -07:00
start.sh Fix: Use dynamic Python command to run uvicorn and support pyenv setups. 2025-04-29 09:14:23 +01:00
test_import.py I've made a correction to the UserModel import in the agents router. 2025-05-29 05:04:15 +00:00