AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Together Evaluations

skill-togethercomputer-skills-together-evaluations · by togethercomputer

LLM-as-a-judge evaluation framework on Together AI. Classify, score, and compare model outputs, select judge models, use external-provider judges or targets, poll results and download reports. Reach for it whenever the user wants to benchmark outputs, grade responses, compare A/B variants, or operationalize automated evaluations.

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add skill-togethercomputer-skills-together-evaluations

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-togethercomputer-skills-together-evaluations)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Together Evaluations? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Together AI Evaluations

Overview

Use Together AI evaluations when the user wants a managed LLM-as-a-judge workflow rather than an ad hoc prompt loop.

Core evaluation types:

  • Classify: assign outputs to labels
  • Score: grade outputs on a numeric scale
  • Compare: compare two candidate outputs with bias controls

This skill also covers external providers used as judges or targets when the workflow still runs through Together AI's evaluation system.

When This Skill Wins

  • Benchmark prompt variants, models, or product responses
  • Grade quality, safety, policy compliance, or task success
  • Run A/B comparisons between model outputs
  • Build repeatable evaluation jobs with uploaded datasets
  • Pull results programmatically after asynchronous execution

Hand Off To Another Skill

  • Use together-chat-completions for one-off inference or manual judge prompts
  • Use together-batch-inference for bulk offline generation rather than evaluation
  • Use together-fine-tuning when the user wants to improve the model instead of just measure it
  • Use together-dedicated-endpoints only if the evaluation target itself is a dedicated endpoint

Quick Routing

  • Classify / Score / Compare job setup
  • Start with [scripts/runevaluation.py](scripts/runevaluation.py) or [scripts/runevaluation.ts](scripts/runevaluation.ts)
  • Read [references/api-reference.md](references/api-reference.md) for exact request shapes
  • Dataset formatting
  • Read the dataset sections in [references/api-reference.md](references/api-reference.md)
  • Dataset columns, Jinja2 templates, or pre-generated responses
  • Read the dataset and template sections in [references/api-reference.md](references/api-reference.md)
  • Use --eval-column, --model-a-column, or --model-b-column in the scripts
  • External providers as judge or target
  • Read the model-source and provider sections in [references/api-reference.md](references/api-reference.md)
  • Use the scripts with --judge-model-source external, --eval-model-source external, or compare-side source flags
  • Polling, listing, or downloading results
  • Use the retrieval endpoints documented in [references/api-reference.md](references/api-reference.md)
  • Use --download-results in the scripts when you want the per-row JSONL locally

Workflow

  1. Identify whether the user needs classify, score, or compare.
  2. Define the dataset schema before writing code.
  3. Upload the dataset as an eval file and keep the returned file ID.
  4. Configure judge and target models explicitly, especially when mixing providers.
  5. Poll status until completion, then download the result file for analysis.

High-Signal Rules

  • Python scripts require the Together v2 SDK (together>=2.0.0). If the user is on an older version, they must upgrade first: uv pip install --upgrade "together>=2.0.0".
  • The current SDK examples in this repo use check=False for eval uploads because local file validation can misclassify eval datasets.
  • Treat dataset schema as part of the product contract; inconsistent fields cause downstream confusion.
  • Compare evaluations are best when both candidate responses are already present in the dataset.
  • Keep judge configuration explicit. Hidden defaults make benchmark interpretation harder.
  • Use Together AI's managed evaluation job instead of rebuilding a manual judge loop when repeatability matters.

Resource Map

  • Full API reference: [references/api-reference.md](references/api-reference.md)
  • Dataset formats, Jinja2 templates, and provider shortcuts: [references/api-reference.md](references/api-reference.md)
  • Python workflow: [scripts/runevaluation.py](scripts/runevaluation.py)
  • TypeScript workflow: [scripts/runevaluation.ts](scripts/runevaluation.ts)

Official Docs

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.