- before:https://github.com/CorrectRoadH/niceeval/tree/main/examples/zh/origin/langgraph —— 纯 Python 的
create_agent(LangChain 1.x / LangGraph)HTTP 服务,还没接任何评估用例。 - after:https://github.com/CorrectRoadH/niceeval/tree/main/examples/zh/tier1/langgraph —— 同一个应用接入 NiceEval 之后的样子。
tool-input →
action.called、tool-output → action.result、text-delta 累积成 message、
tool-approval-request → 停轮 + input.requested),HITL 停轮现场的存取走 ctx.session。
被测应用是 Python,评估用例侧是另起的独立 TS 项目,应用侧 src/backend/*.py 逐字节未变。
要 OTel 瀑布图见 tier2/,feature A/B 见 tier3/。
接入的全部代码变更(生成时从两个目录实测统计):