feat(core): télémétrie workflow pour le moteur world#119
Open
Killian-Aidalinfo wants to merge 12 commits into
Open
feat(core): télémétrie workflow pour le moteur world#119Killian-Aidalinfo wants to merge 12 commits into
Killian-Aidalinfo wants to merge 12 commits into
Conversation
release(core): @ai_kit/core 1.9.0 — resilient structured output
Spec approuvée pour ajouter une trace racine nommée (traceName, metadata, userId, tags, input/output) aux runs durables du moteur world dans WorkflowKit, en tirant parti de la propagation traceparent existante du SDK Vercel Workflow. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… + erreur) Wire telemetry into the world branch of runAndWait: opens a root span via startWorldRootSpan, propagates OTel context into adapter.run, records output on success and recordException/ERROR status on failure. Tests use NodeTracerProvider for async context propagation. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…rialisation circulaire Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Résumé
traceName,metadata,userId,tags,input/output) aux runs durables du moteur world dansWorkflowKitSTEPetai.generateTextsous la trace racinetelemetry→ comportement identique à aujourd'hui, 0 overheadworkflow-world, et OpenAI : inchangésDétails techniques
src/workflows/kit/worldTelemetry.ts— helperstartWorldRootSpantags?: string[]ajouté àWorkflowTelemetryOverridesetWorkflowTelemetryResolvedConfigWorkflowRunDispatchOptions: nouveau champtelemetry?: WorkflowTelemetryOptiondev→mainAvant de merger vers
main(ce qui publierait 1.10.0 sur npm) :kit.runAndWait(monWorkflow, args, { telemetry: { traceName: "mon-workflow", userId: "...", tags: ["..."] } })STEP {name}etai.generateTextapparaissent en enfants de la trace racine nommée (arbre, pas traces liées)Spec :
docs/superpowers/specs/2026-06-03-world-workflow-telemetry-design.md