{"id":50116884,"url":"https://github.com/ideonate/evals-viewer","last_synced_at":"2026-05-23T15:33:33.556Z","repository":{"id":349780807,"uuid":"1203681537","full_name":"ideonate/evals-viewer","owner":"ideonate","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-15T11:38:06.000Z","size":146,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2026-05-15T13:31:20.283Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ideonate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-07T09:12:16.000Z","updated_at":"2026-05-15T11:38:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ideonate/evals-viewer","commit_stats":null,"previous_names":["ideonate/evals-viewer"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ideonate/evals-viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideonate%2Fevals-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideonate%2Fevals-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideonate%2Fevals-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideonate%2Fevals-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ideonate","download_url":"https://codeload.github.com/ideonate/evals-viewer/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideonate%2Fevals-viewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33402165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-23T15:33:31.578Z","updated_at":"2026-05-23T15:33:33.549Z","avatar_url":"https://github.com/ideonate.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# evals-viewer\n\nA lightweight, configurable viewer for LLM evaluation results. Apps plug in their own Vue inspector components to render eval-specific case data.\n\n## Packages\n\nThis is a polyglot repo. The JS packages share an npm workspaces root at the top level (hence the `package.json` here); the Python package is self-contained under its own directory and is installed independently with pip/uv.\n\n**JavaScript (npm)** — under `packages/viewer-*`, linked together via npm workspaces:\n- `@ideonate/evals-viewer-core` — Vue 3 components, composables, router factory, inspector registry\n- `@ideonate/evals-viewer-server` — Vite plugin exposing the filesystem-backed eval API\n\n**Python (pypi)** — under `packages/pydantic-evals-io/`, install with `pip install -e packages/pydantic-evals-io`:\n- `evals-viewer-io` — Pydantic schemas and a writer for the on-disk eval result format\n\n## Layout\n\n```\npackages/\n  viewer-core/        # @ideonate/evals-viewer-core\n  viewer-server/      # @ideonate/evals-viewer-server\n  pydantic-evals-io/  # evals-viewer-io (pypi)\nexamples/\n  minimal/            # smallest possible consumer app\ndocs/\n  data-layout.md      # the on-disk contract between writer and viewer\n```\n\n## Using with Claude Code\n\nThis repo ships two Claude Code skills under `skills/` to scaffold the framework into a consumer project:\n\n- `evals-viewer-init` — wires up the JS side (Vite plugin, AppShell entry point, auto-discovery folders) and optionally the Python writer side (`evals-viewer-io` + pytest fixture). Triggers on phrases like \"set up evals viewer in this project.\"\n- `evals-viewer-add-component` — scaffolds a new inspector or compare view for one specific eval type. Triggers on phrases like \"add an inspector for my X eval.\"\n\nTo install them in a consumer project, copy the markdown files into that project's `.claude/skills/` directory:\n\n```sh\nmkdir -p /path/to/your-project/.claude/skills\ncp skills/*.md /path/to/your-project/.claude/skills/\n```\n\nBoth skills are deliberately non-destructive: they read existing files, propose diffs, and never overwrite without showing the user first.\n\n## Status\n\nPre-alpha extraction in progress. See `docs/data-layout.md` for the on-disk contract that's the real public API.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fideonate%2Fevals-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fideonate%2Fevals-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fideonate%2Fevals-viewer/lists"}