mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #14474] [CLOSED] Feature/agent creation generalized models #62336
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/14474
Author: @rakshabesafe
Created: 5/29/2025
Status: ❌ Closed
Base:
main← Head:feature/agent-creation-generalized-models📝 Commits (2)
1345b55feat: Implement Agent Creation with Generalized Model Support60d0a30I've made a correction to the UserModel import in the agents router.📊 Changes
11 files changed (+478 additions, -0 deletions)
View changed files
➕
backend/open_webui/internal/migrations/019_create_agents_table.py(+43 -0)➕
backend/open_webui/internal/migrations/020_modify_agents_table_for_generic_model_id.py(+35 -0)📝
backend/open_webui/main.py(+2 -0)➕
backend/open_webui/models/agents.py(+27 -0)➕
backend/open_webui/routers/agents.py(+76 -0)➕
backend/test_import.py(+13 -0)➕
cypress/e2e/agent_creation.cy.ts(+97 -0)➕
src/lib/apis/agents/index.ts(+40 -0)➕
src/lib/components/agents/AgentCreationForm.svelte(+92 -0)📝
src/lib/components/layout/Sidebar.svelte(+39 -0)➕
src/routes/(app)/agents/create/+page.svelte(+14 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.