water seed protocol - #2287
Open
kxayaphone79-png wants to merge 15 commits into
Open
Conversation
Signed-off-by: Chad Hietala <chadhietala@gmail.com>
Signed-off-by: Chad Hietala <chadhietala@gmail.com>
Signed-off-by: Chad Hietala <chadhietala@gmail.com>
Signed-off-by: Chad Hietala <chadhietala@gmail.com>
Signed-off-by: Chad Hietala <chadhietala@gmail.com>
OpenTelemetry has a singleton half and a plural half. A process has one
tracer provider, so it has one resource, one sampler, and one propagator
set; it has as many destinations as the author cares to name. Folding
both into a single `otel()` made the collision a runtime error eve had to
detect. Splitting them makes it structurally impossible: one declaration
per file, and only one file exports `otel()`.
`otelIntegration({ traceExporter })` wraps the exporter in an eve-owned
batching processor rather than taking `@opentelemetry/sdk-trace-base` as
a runtime dependency — an exporter needs one thing done for it, and the
dependency arrives with the whole SDK behind it.
The two harness consumers move onto `#harness/otel-settings.js`, a store
both layouts write, so neither the turn loop nor the channel-request
wrapper has to know which one the build used.
Signed-off-by: Chad Hietala <chadhietala@gmail.com>
`otelIntegration()` takes `recordInputs` and `recordOutputs`. Content is written onto the span if any destination wants it, and a destination that declined drops it on its way out through a processor in front of its own — so a local spool and a hosted backend no longer have to agree, while an agent whose every destination declines still never materializes a prompt. The redactor copies rather than strips in place: the span it is handed is shared with every other processor in the pipeline. `EVE_TRACES_CONTENT` becomes `localTraces()`'s override and only ever narrows, rather than deciding what a hosted backend beside it receives. Signed-off-by: Chad Hietala <chadhietala@gmail.com>
Signed-off-by: Chad Hietala <chadhietala@gmail.com>
Signed-off-by: Chad Hietala <chadhietala@gmail.com>
Signed-off-by: Chad Hietala <chadhietala@gmail.com>
Signed-off-by: Chad Hietala <chadhietala@gmail.com>
Signed-off-by: Chad Hietala <chadhietala@gmail.com>
Signed-off-by: Chad Hietala <chadhietala@gmail.com>
Signed-off-by: Chad Hietala <chadhietala@gmail.com>
Signed-off-by: Chad Hietala <chadhietala@gmail.com>
kxayaphone79-png
requested review from
AndrewBarba,
cmpadden,
ctgowrie,
ijjk and
ruiconti
as code owners
August 19, 2026 17:44
Contributor
|
@chadhietala is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
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
Validation
Checklist
CONTRIBUTING.mdevepackagegit commit --signoff)