Fix/修复ui-editor调用llm与实际配置不一致 #235

Merged
kdletters merged 3 commits from fix/ui-editor-llm-call into master 2026-09-01 14:35:45 +08:00
Member

复用统一的LLM调用, 原来的方法内部会默认不stream传输,
一些上游要求流式传输会出现问题

复用统一的LLM调用, 原来的方法内部会默认不stream传输, 一些上游要求流式传输会出现问题
k88936 added 2 commits 2026-09-01 13:16:50 +08:00
UI 编辑器语义建议、结构识别、合并和组件绑定统一复用现有流式分流。

direct 请求只加载一次配置并构建一个 client,避免重复 client 构建。

同步补充 UI Editor 独立语义请求的 stream 传输约定。
统一 UI Editor 请求错误日志与推理参数
Project CI / Repository checks (pull_request) Successful in 3m23s
Project CI / Frontend tests (pull_request) Successful in 4m1s
Project CI / Backend tests (pull_request) Successful in 7m36s
Project CI / Native shell tests (pull_request) Successful in 14m25s
19a0dea943
为 binding、merge、recognition 和语义建议补齐配置加载与客户端构建阶段日志。

让 Agent Runtime UI Editor 请求应用全局 reasoning_effort,并纳入请求快照与重试指纹。

保留现有未暂存的环境与 npm 文件改动。
k88936 requested review from kdletters 2026-09-01 14:00:59 +08:00
k88936 added this to the 陶泥儿gameAgent project 2026-09-01 14:01:07 +08:00
kdletters added 1 commit 2026-09-01 14:35:34 +08:00
Merge branch 'master' into fix/ui-editor-llm-call
Project CI / Frontend tests (pull_request) Failing after 3m8s
Project CI / Repository checks (pull_request) Successful in 4m21s
Project CI / Backend tests (pull_request) Successful in 5m46s
Project CI / Native shell tests (pull_request) Successful in 17m42s
4900b68750
kdletters merged commit ae79d50b14 into master 2026-09-01 14:35:45 +08:00
kdletters deleted branch fix/ui-editor-llm-call 2026-09-01 14:35:45 +08:00
Sign in to join this conversation.