- before:https://github.com/CorrectRoadH/niceeval/tree/main/examples/zh/origin/langgraph —— 纯 Python 的
create_agent(LangChain 1.x / LangGraph)HTTP 服务,还没接任何 eval。 - after:https://github.com/CorrectRoadH/niceeval/tree/main/examples/zh/tier1/langgraph —— 同一个应用接入 NiceEval 之后的样子。
events: otelEvents({ dialects: [otel.langsmith] }),事件/usage/
瀑布图从应用本来就有的官方 LangSmith OTel 导出的 span 派生;方言覆盖不到的消息文本
和 gated 工具的审批分支由 adapter 手动补。被测应用是 Python,eval 侧是另起的独立 TS
项目,应用侧 src/backend/*.py 逐字节未变。
接入的全部代码变更(生成时从两个目录实测统计):