Skip to content

v0.1.1

Choose a tag to compare

@codeleep codeleep released this 23 Jun 15:28
· 16 commits to main since this release

v0.1.1

Bug Fixes

  • fix(interview): 修复面试官 Agent 上下文注入参数顺序写反导致预备题未生效
    • \InterviewerFactory\ 调用 \getAgentState(sessionId, userId)\ 参数顺序写反,AgentScope 签名为 \getAgentState(userId, sessionId)\
    • 错位导致 slot key 不匹配:注入的面试背景与当前题目落到错误状态,面试运行时加载的状态缺少当前题目上下文,面试官 Agent 只能自行编题
    • 两处(\injectContextIfEmpty\ +
      eplaceCurrentQuestion\)统一修正为 \getAgentState(userId, sessionId)\

升级方式

下载新版本分发包,解压覆盖目录后再次运行 deploy 脚本即可(旧数据保留)。