{
  "name": "ACM-AI Extraction Agent",
  "description": "Extracts Asbestos Containing Material records from SAMP/ARA documents",
  "url": "http://localhost:5055",
  "version": "1.1.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "extraction": {
      "methods": ["pymupdf_text", "docling_tables", "llm_structured"],
      "stages": [
        "structure",
        "preflight",
        "orchestrator",
        "docling_extraction",
        "extract",
        "validate",
        "correct",
        "no_access_recovery",
        "store"
      ],
      "table_extraction": "docling_direct_api",
      "recovery": "no_access_regex_fallback"
    }
  },
  "authentication": {
    "schemes": ["bearer"]
  },
  "skills": [
    {
      "id": "acm_extraction",
      "name": "ACM Register Extraction",
      "description": "Extract ACM records from a processed source document",
      "inputModes": ["text"],
      "outputModes": ["text", "structured"]
    }
  ]
}
