1. 28 Mar, 2025 4 commits
    • Check debug (#4384) · 0ed99d8c
      * feat : Added support for interactive nodes in the debugging interface (#4339)
      
      * feat: add VSCode launch configuration and enhance debug API handler
      
      * feat: refactor debug API handler to streamline workflow processing and enhance interactive chat features
      
      * feat: enhance debug API handler with structured input forms and improved query handling
      
      * feat: enhance debug API handler to support optional query and histories parameters
      
      * feat: simplify query and histories initialization in debug API handler
      
      * feat: add realmode parameter to workflow dispatch and update interactive handling
      
      * feat: add optional query parameter to PostWorkflowDebugProps and remove realmode from ModuleDispatchProps
      
      * feat: add history parameter to PostWorkflowDebugProps and update related components
      
      * feat: remove realmode
      
      * feat: simplify handler parameter destructuring in debug.ts
      
      * feat: remove unused interactive prop from WholeResponseContent component
      
      * feat: refactor onNextNodeDebug to use parameter object for better readability
      
      * feat: Merge selections and next actions to remove unused state management
      
      * feat: 添加 NodeDebugResponse 组件以增强调试功能
      
      * feat: Simplify the import statements in InteractiveComponents.tsx
      
      * feat: Update the handler function to use default parameters to simplify the code
      
      * feat: Add optional workflowInteractiveResponse field to PostWorkflowDebugResponse type
      
      * feat: Add the workflowInteractiveResponse field in the debugging handler to enhance response capabilities
      
      * feat: Added workflowInteractiveResponse field in FlowNodeItemType to enhance responsiveness
      
      * feat: Refactor NodeDebugResponse to utilize workflowInteractiveResponse for improved interactivity
      
      * feat: Extend UserSelectInteractive and UserInputInteractive types to inherit from InteractiveBasicType
      
      * feat: Refactor NodeDebugResponse to streamline interactive handling and improve code clarity
      
      * feat: 重构交互式调试逻辑,创建共用 Hook 以简化用户选择和输入处理
      
      * fix: type error
      
      * feat: 重构 AIResponseBox 组件,简化用户交互逻辑并引入共用表单组件
      
      * feat: 清理 AIResponseBox 和表单组件代码,移除冗余注释和未使用的导入
      
      * fix: type error
      
      * feat: 重构 AIResponseBox 组件,简化类型定义并优化代码结构
      
      * refactor: 将 FormItem 接口更改为类型定义,优化代码结构
      
      * refactor: 将 NodeDebugResponseProps 接口更改为类型定义,优化代码结构
      
      * refactor: 移除不必要的入口节点检查,简化调试处理逻辑
      
      * feat: 移动调试交互组件位置
      
      * refactor: 将 InteractiveBasicType 中的属性设为可选,简化数据结构
      
      * refactor: 优化类型定义
      
      * refactor: 移除未使用的 ChatItemType 和 UserChatItemValueItemType 导入
      
      * refactor: 将接口定义更改为类型别名,简化代码结构
      
      * refactor: 更新类型定义,使用类型别名简化代码结构
      
      * refactor: 使用类型导入简化代码结构,重构 AIResponseBox 组件
      
      * refactor: 提取描述框和表单项标签组件,简化代码结构
      
      * refactor: 移除多余的空行
      
      * refactor: 移除多余的空行和注释
      
      * refactor: 移除多余的空行,简化 AIResponseBox 组件代码
      
      * refactor: 重构组件,移动 FormComponents 到 InteractiveComponents,简化代码结构
      
      * refactor: 移除多余的空行,简化 NodeDebugResponse 组件代码
      
      * refactor: 更新导入语句,使用 type 关键字优化类型导入
      
      * refactor: 在 tsconfig.json 中启用 verbatimModuleSyntax 选项
      
      * Revert "refactor: 在 tsconfig.json 中启用 verbatimModuleSyntax 选项"
      
      This reverts commit 2b335a993887aa539badc028b672d387efff4cef.
      
      * revert: rendertool
      
      * refactor: Remove unused imports and functions to simplify code
      
      * perf: debug interactive
      
      ---------
      
      Co-authored-by: Theresa <63280168+sd0ric4@users.noreply.github.com>
      Archer committed
    • doc (#4381) · 2d3ae7f9
      * doc
      
      * doc
      Archer committed
    • Python Sandbox (#4380) · 565a966d
      * Python3 Sandbox (#3944)
      
      * update python box (#4251)
      
      * update python box
      
      * Adjust the height of the NodeCode border.
      
      * update python sandbox and add test systemcall bash
      
      * update sandbox
      
      * add VERSION_RELEASE (#4376)
      
      * save empty docx
      
      * fix pythonbox log error
      
      * fix: js template
      
      ---------
      
      Co-authored-by: dogfar <37035781+dogfar@users.noreply.github.com>
      Co-authored-by: gggaaallleee <91131304+gggaaallleee@users.noreply.github.com>
      Co-authored-by: gggaaallleee <1293587368@qq.com>
      Archer committed
    • 修复了几个链接 (#4377) · 8323c2d2
      * Update bge-rerank.md
      
      * Update bge-rerank.md
      
      * Update chatglm2.md
      
      * Update README.md
      Shixian Sheng committed
  2. 27 Mar, 2025 36 commits