Commit Graph

101 Commits

Author SHA1 Message Date
JinY0ung-Shin
780dd93080
Merge branch 'dev' into main 2025-04-28 20:53:39 +09:00
Tim Jaeryang Baek
19f18b13c5
Merge pull request #96 from cutekibry/fix-union-type
Some checks failed
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
feat: support simple `AnyOf` and `Null`
2025-04-28 02:54:32 -07:00
JinY0ung-Shin
6f04974d5d
Merge branch 'dev' into main 2025-04-28 14:49:49 +09:00
JinY0ung-Shin
464d886673
Support Custom basemode and output schema 2025-04-28 14:29:17 +09:00
JinY0ung-Shin
e392df0763
Support Custom basemode and output schema 2025-04-28 14:28:49 +09:00
Tsukimaru Oshawott
603327c853 feat: support AnyOf and Null 2025-04-24 17:50:25 +08:00
Tim Jaeryang Baek
393f2e724b
Merge pull request #83 from alpha-pet/feat-extend-api-key-protection
Some checks failed
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
feat: implement option to make authentication required for everything
2025-04-19 11:38:40 -07:00
Thomas Rehn
9d3e34bfa9 feat: implement option to make authentication required to access documentation and spec 2025-04-19 17:19:32 +02:00
Tim Jaeryang Baek
46fc6f34d9
Merge pull request #82 from alpha-pet/feat-union-type
Some checks failed
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
feat: Support mixed types
2025-04-17 12:50:37 -07:00
Thomas Rehn
ec4524ee22 feat: Support mixed types 2025-04-17 16:15:10 +02:00
Tim Jaeryang Baek
4ad458f868
Merge pull request #75 from open-webui/dev
Some checks failed
Release / release (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
0.0.12
2025-04-14 02:16:02 -07:00
Timothy Jaeryang Baek
64e41d1058 chore: bump
Some checks failed
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
2025-04-14 02:15:52 -07:00
Tim Jaeryang Baek
4d1ef552ba
Merge pull request #74 from lowlyocean/fix_sse_timeout
fix: SSE fails after default timeout of 5 minutes
2025-04-13 22:00:20 -07:00
Daniel Nowak
fb3290fce9 Disable sse_read_timeout to prevent errors after 5 min of inactivity 2025-04-14 00:43:23 -04:00
Tim Jaeryang Baek
f937a1d213
Merge pull request #71 from open-webui/dev
Some checks are pending
Release / release (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
doc: readme
2025-04-12 19:36:14 -07:00
Timothy Jaeryang Baek
fad013e086 doc: readme
Some checks are pending
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
2025-04-12 19:36:00 -07:00
Tim Jaeryang Baek
3b5f4fe17e
Merge pull request #65 from open-webui/dev
0.0.11
2025-04-12 12:24:25 -07:00
Timothy Jaeryang Baek
6d1b8829bf doc: changelog 2025-04-12 12:24:16 -07:00
Timothy Jaeryang Baek
650912c5ee doc: readme 2025-04-12 12:19:30 -07:00
Timothy Jaeryang Baek
77fbb9a727 refac 2025-04-12 12:12:55 -07:00
Tim Jaeryang Baek
d1b9f7182d
Merge pull request #69 from nohaz-h/feature/sse-mcp-server-support
Feat/sse mcp server connection
2025-04-12 11:57:06 -07:00
Azam Janah
6fbc97e506 Added ability to connect to SSE MCP server
- use format below to connect to SSE MCP server
    uv run mcpo -- sse http://localhost:8001/sse

- use format below for config.json to connect to SSE MCP server
    {
      "mcpServers": {
        "mcp_sse": {
          "url": "http://127.0.0.1:8001/sse"
        },
        "mcp_stdio": {
          "command": "python",
          "args": [
            "mcp_stdio.py"
          ]
        }
      }
    }
2025-04-12 08:15:45 +08:00
Timothy Jaeryang Baek
917a4f57ce Update README.md 2025-04-10 19:01:56 -07:00
Timothy Jaeryang Baek
e05e4202eb refac 2025-04-10 19:01:31 -07:00
Tim Jaeryang Baek
96047bc297
Merge pull request #53 from open-webui/dev
0.0.10
2025-04-10 13:16:11 -07:00
Timothy Jaeryang Baek
bce2e10426 chore: bump 2025-04-10 13:16:02 -07:00
Tim Jaeryang Baek
93caf158c5
Merge pull request #63 from bmen25124/error_handling
Improved error/result handling
2025-04-10 11:43:02 -07:00
bmen25124
566c308d05 Removed ToolResponse 2025-04-10 21:35:46 +03:00
bmen25124
8f8cd406dc Added proper HTTP exceptions 2025-04-10 21:29:29 +03:00
Timothy Jaeryang Baek
9c7d91cf3a fix 2025-04-10 11:27:49 -07:00
bmen25124
d46803d427 Improved error handling, fixed couple of errors 2025-04-10 20:59:40 +03:00
Timothy Jaeryang Baek
2c2c46eb30 refac
Some checks failed
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
2025-04-10 09:40:59 -07:00
Timothy Jaeryang Baek
3941420630 refac 2025-04-10 09:38:08 -07:00
Timothy Jaeryang Baek
6e05f1c56f feat: --env-path support 2025-04-10 09:27:41 -07:00
Tim Jaeryang Baek
f25a6fbb9a
Merge pull request #59 from bmen25124/handle_object_array_nested_types
Some checks are pending
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
[feat] Added nested object schema support.
2025-04-09 10:54:10 -07:00
bmen25124
637dc48281 Updated dev dependencies 2025-04-09 20:01:29 +03:00
bmen25124
9cbfcd49b9 Resolve "object" and "array" types 2025-04-09 19:55:56 +03:00
Timothy Jaeryang Baek
292059ee5e refac: server path url in docs
Some checks are pending
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
2025-04-08 19:01:16 -07:00
Timothy Jaeryang Baek
a6b5d5e9b0 refac
Some checks failed
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
2025-04-06 19:02:59 -07:00
Timothy Jaeryang Baek
0897e54116 refac 2025-04-06 18:33:56 -07:00
Timothy Jaeryang Baek
4063d352fd fix: --env option 2025-04-06 18:32:30 -07:00
Timothy Jaeryang Baek
8c8a35e07e
Merge pull request #42 from open-webui/dev
Some checks failed
Release / release (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
0.0.9
2025-04-06 18:24:00 -07:00
Timothy Jaeryang Baek
8330223d19 chore: bump 2025-04-06 18:23:35 -07:00
Timothy Jaeryang Baek
17e858af4d doc: changelog 2025-04-06 18:22:31 -07:00
Timothy Jaeryang Baek
c250341864 refac: --path_prefix 2025-04-06 18:20:47 -07:00
Timothy Jaeryang Baek
4c3486175c doc: readme 2025-04-06 18:06:29 -07:00
Timothy Jaeryang Baek
7785b608c9 refac 2025-04-06 17:59:39 -07:00
Timothy Jaeryang Baek
45c474e0f0 Update Dockerfile
Co-Authored-By: christag <330771+christag@users.noreply.github.com>
2025-04-06 17:54:59 -07:00
Timothy Jaeryang Baek
8b41671bdd feat: dockerfile 2025-04-06 17:52:23 -07:00
Timothy Jaeryang Baek
334089b406 refac 2025-04-06 15:05:00 -07:00