feat: 支持 OpenAI Responses API、Agent Node HITL 多轮交互及工具错误检测#227
Open
pcerypeng wants to merge 1 commit into
Open
Conversation
pcerypeng
commented
Jul 23, 2026
- OpenAIModel 新增 use_responses_api 参数,使用 client.responses.create 替代 Chat Completions
- 支持 responses_api_params 透传 store、reasoning、truncation 等待有参数
- AgentNodeAction 支持 LongRunningEvent 中断并传播到父 Graph
- 支持多轮 HITL 交互及服务重启后正确恢复
- 新增 is_tool_execution_error() 函数,区分 Provider 参数解析错误和 HITL 检查点
- 更新 Graph 和 Model 中英文文档
- 升级 openai 最低版本依赖至 1.66.0
- OpenAIModel 新增 use_responses_api 参数,使用 client.responses.create 替代 Chat Completions - 支持 responses_api_params 透传 store、reasoning、truncation 等待有参数 - AgentNodeAction 支持 LongRunningEvent 中断并传播到父 Graph - 支持多轮 HITL 交互及服务重启后正确恢复 - 新增 is_tool_execution_error() 函数,区分 Provider 参数解析错误和 HITL 检查点 - 更新 Graph 和 Model 中英文文档 - 升级 openai 最低版本依赖至 1.66.0
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #227 +/- ##
==========================================
Coverage ? 87.87212%
==========================================
Files ? 482
Lines ? 45416
Branches ? 0
==========================================
Hits ? 39908
Misses ? 5508
Partials ? 0 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
CLA Assistant Lite bot: I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.