Skip to content

feature: 提升codeexcute的执行稳定性#54

Merged
weimch merged 1 commit into
mainfrom
feature/code_execute
May 9, 2026
Merged

feature: 提升codeexcute的执行稳定性#54
weimch merged 1 commit into
mainfrom
feature/code_execute

Conversation

@raychen911
Copy link
Copy Markdown
Contributor

No description provided.

@raychen911 raychen911 force-pushed the feature/code_execute branch 2 times, most recently from 66aaec3 to badac70 Compare May 6, 2026 08:34
check_summarizer_functions: Optional[List[CheckSummarizerFunction]] = None,
max_summary_length: int = 1000,
keep_recent_count: int = 10,
start_by_user_turn: bool = False, # Whether to start summarization by user turn, default is False
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这是一个bug,不应该默认False,应该默认True

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已经修复

- 会话总结增加了角色判断,保证会话总结的是一次完整的用户对话, 会话质量更安全。
- code execute 增加了稳定性,避免循环运行tool和代码执行
@raychen911 raychen911 force-pushed the feature/code_execute branch from badac70 to f96f4e2 Compare May 8, 2026 02:21
@weimch weimch merged commit 5558813 into main May 9, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants