Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
为 KODE SDK 增加 KODE 原生可观测层,包括运行时指标/observation reader、持久化observation 查询后端、OTEL bridge 支持,以及配套的 example / 文档 / 测试。
Motivation / Context
目标是把可观测性建设为 KODE SDK 的能力。
本 PR 主要完成:
Agent暴露运行时 metrics 与 observation readerType of Change
Scope / Modules
Public API
src/index.tsBreaking Changes
Testing
npm run test:unit(required)npm run test:integration(if needed)npm run test:e2e(if needed)补充验证:
npm run buildtests/unit/observability/http-example.test.ts.env.test中的真实 GLM (glm-5) 对examples/08-observability- http.ts做过真实端到端 smoke 验证Impact / Risk
风险等级:低到中低。
主要风险点:
风险缓解措施:
Checklist
tests/README.mdstructuredocs/en+docs/zh-CNformat rulesdist/changes (unless release)