Back to ART

Card snapshot

art.openpipe.ai · 2026-05-28 02:40:23 UTC · 8d1951f2647f0bd080e6eb475723566f265fe05a9ef0d7a3a216d9d817723a96

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.

{
  "schemaVersion": "0.2.0",
  "name": "ART",
  "description": "Train LLMs to be better agents using RL",
  "url": "https://openpipe-art.main-kill-isr.mintlify.me/",
  "version": "1.0.0",
  "documentationUrl": "https://openpipe-art.main-kill-isr.mintlify.me/",
  "capabilities": {
    "streaming": false
  },
  "skills": [
    {
      "id": "openpipe",
      "name": "Openpipe",
      "description": "Use when training LLM-based agents to improve performance through reinforcement learning. Reach for this skill when building agents that need to learn from experience, optimize tool usage, handle multi-step reasoning, or fix specific behavioral issues. Apply ART when you have a task that agents can attempt repeatedly, can be scored objectively or with an LLM judge, and where smaller models should outperform larger ones.",
      "tags": [],
      "url": "https://openpipe-art.main-kill-isr.mintlify.me/.well-known/agent-skills/openpipe/skill.md"
    }
  ]
}