Skip to content
Back to White Agent - RCT Analyzer

Card snapshot

white-agent.onrender.com · 2026-06-02 18:16:00 UTC · 52d5e83fe2e9d709d89fe5d0cee49ff608865f2c01bac4b6b61e6e866fd2a7de

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "White Agent - RCT Analyzer",
  "description": "An autonomous agent that performs comprehensive statistical analysis on randomized controlled trial data and generates detailed reports",
  "version": "1.0.0",
  "protocol_version": "0.3.0",
  "url": "https://white-agent.onrender.com",
  "preferred_transport": "HTTP+JSON",
  "default_input_modes": [
    "application/json"
  ],
  "default_output_modes": [
    "application/json"
  ],
  "capabilities": {
    "streaming": false
  },
  "skills": [
    {
      "id": "rct_analysis",
      "name": "rct_analysis",
      "description": "Performs comprehensive statistical analysis on randomized controlled trial data including average treatment effect, hypothesis testing, regression analysis, covariate balance, and effect size calculation. Supports CSV, JSON, Parquet, and Excel formats.",
      "tags": [
        "statistics",
        "rct",
        "analysis",
        "data-science",
        "hypothesis-testing"
      ],
      "examples": [
        "Analyze this RCT dataset and calculate the average treatment effect",
        "Run hypothesis testing on my experimental data",
        "Calculate effect sizes and generate a statistical report"
      ],
      "input_modes": [
        "application/json"
      ],
      "output_modes": [
        "application/json"
      ]
    }
  ]
}