Skip to content

Conversation

zproo
Copy link

@zproo zproo commented Sep 5, 2025

Describe what this PR does / why we need it

某个版本提供了agents多语言的支持,但是项目启动初始化时候没有指定语言,导致了agents初始化失败的问题。
且agent配置加载时,触发了yaml.load方法的bug,也同步修复(加载prompts/startup-agents/zh/file_manager_agent/agent-config.yml文件可以复现该问题)

  • 修复agent配置初始化时由于没有指定语言导致失败的问题
  • 修复agent配置文件加载方式,规避yml文件加载错误
  • 同时修改了h2链接URL,增加;AUTO_SERVER=TRUE,启用自动服务器模式,允许多个进程同时访问同一个数据库文件(类似 TCP 服务模式)。

Does this pull request fix one issue?

Describe how you did it

Describe how to verify it

Special notes for reviews

此提交为 `scanAndSaveAgents` 方法添加了一个语言参数,以便根据指定的语言加载对应的代理配置文件。同时更新相关方法和接口以支持新的参数。
此提交为 `scanAndSaveAgents` 方法添加了一个语言参数,以便根据指定的语言加载对应的代理配置文件。同时更新相关方法和接口以支持新的参数。
@CLAassistant
Copy link

CLAassistant commented Sep 5, 2025

CLA assistant check
All committers have signed the CLA.

@zproo zproo changed the title Qianzhao fix fix[Jmanus]: 修复agent配置初始化时由于没有指定语言导致失败的问题 Sep 5, 2025
@github-actions github-actions bot added the area/jmanus SAA Jmanus module label Sep 5, 2025
@zproo zproo changed the title fix[Jmanus]: 修复agent配置初始化时由于没有指定语言导致失败的问题 fix(Jmanus): 修复agent配置初始化时由于没有指定语言导致失败的问题 Sep 5, 2025
@zproo zproo changed the title fix(Jmanus): 修复agent配置初始化时由于没有指定语言导致失败的问题 fix(jmanus): 修复agent配置初始化时由于没有指定语言导致失败的问题 Sep 5, 2025
…ngBootApplication, StartupAgentConfigLoader):

此提交调整了多个类中的日志记录语句和配置文件加载路径处理方式,提升了代码的一致性和可读性。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/jmanus SAA Jmanus module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants