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
..
data
internal feat: Implement Agent Creation with Generalized Model Support 2025-05-28 11:03:52 +00:00
migrations feat: notes 2025-05-03 18:16:32 +04:00
models feat: Implement Agent Creation with Generalized Model Support 2025-05-28 11:03:52 +00:00
retrieval chore: format 2025-05-24 02:13:54 +04:00
routers I've made a correction to the UserModel import in the agents router. 2025-05-29 05:04:15 +00:00
socket refac: socket 2025-05-09 14:23:16 +04:00
static
storage Fix S3 allowed characters in Tags. 2025-05-23 11:09:40 +02:00
test
utils chore: format 2025-05-27 02:18:43 +04:00
__init__.py
alembic.ini
config.py Merge pull request #14069 from Ithanil/bm25_weight 2025-05-24 01:13:03 +04:00
constants.py
env.py feat: WEBUI_AUTH_TRUSTED_GROUPS_HEADER 2025-05-24 23:17:12 +04:00
functions.py fix/refac: functions multi-replica issue 2025-05-20 20:20:27 +04:00
main.py feat: Implement Agent Creation with Generalized Model Support 2025-05-28 11:03:52 +00:00
tasks.py