[Experimental] Dashboards + chart_data tool surface - #180
Draft
alexkuzmik wants to merge 1 commit into
Draft
Conversation
Adds the read/write surface for Opik dashboards and a chart_data tool that runs a metric query and returns its series, summarised. - charts/: metric vocabulary, chart spec, query execution, dashboard ops - chart_data tool: metric queries over a project + window, optional breakdown, or replay of a saved widget via dashboard+widget - dashboard entity wired into read/list; dashboard.* write operations - opik-dashboards agent skill bundled with the server Experimental: the tool surface and chart spec shape are not yet stable. Co-Authored-By: Claude Opus 5 (1M context) <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.
Adds the read/write surface for Opik dashboards, plus a
chart_datatool that runs a metric query and returns its series, summarised.What's here
charts/— metric vocabulary, chart spec, query execution, dashboard ops.chart_datatool — metric queries over a project + window, with an optional breakdown; or replay of a saved widget viadashboard+widget.dashboardentity wired intoread/list, anddashboard.*write operations.opik-dashboardsagent skill bundled with the server.Status
Experimental. Known open questions before this is mergeable:
charts.vocabulary, which will need a review pass once the metric list settlesVerification
make lint,make typecheck, and the full suite pass (1598 passed, 2 skipped).🤖 Generated with Claude Code