Skip to content

cendor-sdk 1.8.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 21:40

OpenTelemetry observability export, re-exported from the governance libraries. Backward-compatible.

Added

  • OTelMirror (from cendor-acttrace ≥ 1.6) and BudgetEvent (from cendor-tokenguard ≥ 1.2) are now re-exported on the SDK surface. Attach AuditLog(system, mirror=OTelMirror()) to stream the governed loop's audit trail — decisions, guardrail actions, budget_events, human oversight — to any OpenTelemetry backend as an operational copy (the hash-chained file stays the sole verify() evidence). Pre-flight budget actions (blocked/downgraded/clamped) ride the bus as BudgetEvent and are chained + mirrored. Pairs with the existing cendor.sdk.otel span tree. See https://cendor.ai/docs/observability

Changed

  • Dependency floors: cendor-acttrace>=1.6, cendor-tokenguard>=1.2.