evaluate_co_scientist_run
Measure a Co-Scientist run's effect on traceability, citation coverage, contradictions, and costs. Compare with baselines to verify whether the workflow improved research outcomes.
Instructions
Evaluate a completed or in-progress Co-Scientist run.
AUTOMATIC TRIGGERS - Call this when:
Measuring whether a Co-Scientist run improved traceability
Tracking citation coverage, contradiction discovery, or verified hypothesis cost
Comparing the two-session workflow against simpler baselines
PARAMETERS:
run_id: Co-Scientist run ID
token_count: Optional total token count for the run
cost_usd: Optional total model cost for the run
human_edits_needed: Optional number of final report edits
expert_accepted: Optional user/expert acceptance flag
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| cost_usd | No | ||
| token_count | No | ||
| expert_accepted | No | ||
| human_edits_needed | No |