v0.90: make agent observability rich and capability-aware - #89
Open
KAVentures wants to merge 35 commits into
Open
KAVentures wants to merge 35 commits into
KAVentures wants to merge 35 commits into
Conversation
Merge the provider observability work into the rebased feature branch while retaining PR #86 one-click setup changes.
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.
What this changes
This upgrades agent observation across the supported integrations instead of special-casing Claude Code.
Claude Code
prompt_idwith OTelprompt.idso one user request becomes one structural execution.SubagentStartnow creates an explicit parent handoff plus child run boundary./agent-ingest/v1/claude-otelendpoint with a strict structural allowlist.Codex
spawncommunication to handoffs.OpenAI Agents SDK
Generic OTel / custom agents
Dashboard + MCP
0now means an observable signal was observed zero times.—means the active integration cannot observe that signal (or has not declared the capability).get_agent_runsexposes the same capability-aware summaries instead of dropping the richer signals.Privacy
No prompts, assistant responses, reasoning, tool arguments/results, transcript paths, raw log bodies or arbitrary OTel attributes are added to canonical evidence. Provider-native payloads are treated as untrusted input and pass through strict allowlists plus the existing canonical content-field rejection.
Verification added
Version bumped consistently to
0.90.0.