Add custom_frontends skill for vibecoding Trackio dashboards#512
Closed
abidlabs wants to merge 2 commits into
Closed
Add custom_frontends skill for vibecoding Trackio dashboards#512abidlabs wants to merge 2 commits into
abidlabs wants to merge 2 commits into
Conversation
Closes #491 Introduces a dedicated skill reference, `.agents/skills/trackio/custom_frontends.md`, so an LLM (or a user reading the skills) has a single place that documents: - The three read surfaces: `trackio.Api` (Python), `trackio query --json` (CLI), and the `POST /api/*` HTTP endpoints that `trackio show` and any Trackio Space already expose. - Handler names and response shape pulled from `_api_registry()` in `trackio/server.py`, plus a curl example. - The parquet export path for DuckDB / BI use. - A short "don't" list (no direct SQLite writes, no undocumented endpoints, no long-lived RemoteClient in a browser). Adds a row for it to SKILL.md so it surfaces alongside the existing logging / retrieving / storage_schema references. No code changes — this issue is about enabling a workflow that the existing APIs already support, just not in a discoverable place. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
🪼 branch checks and previews
|
Contributor
🦄 no changes detectedThis Pull Request does not include changes to any packages.__No changes detected. __
|
🪼 branch checks and previews
Install Trackio from this PR (includes built frontend) pip install "https://huggingface.co/buckets/trackio/trackio-wheels/resolve/18c969ec5f466a7e2786b76ff9a807677048109e/trackio-0.23.0-py3-none-any.whl" |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
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
Closes #491.
.agents/skills/trackio/custom_frontends.md, that documents how to build a custom frontend against Trackio data.