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
models feat: Implement Agent Creation with Generalized Model Support 2025-05-28 11:03:52 +00:00
retrieval
routers I've made a correction to the UserModel import in the agents router. 2025-05-29 05:04:15 +00:00
socket
static
storage
test
utils chore: format 2025-05-27 02:18:43 +04:00
__init__.py
alembic.ini
config.py
constants.py
env.py
functions.py
main.py feat: Implement Agent Creation with Generalized Model Support 2025-05-28 11:03:52 +00:00
tasks.py