Skip to content
Back to DNAi Systems Agent Fleet

Card snapshot

api.askasha.org · 2026-06-23 23:54:28 UTC · a82ffd4e7f15856238d86b09012ce3fdbc8a10788a382cf6b0f63a4e8f27c3db

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": "DNAi Systems Agent Fleet",
  "description": "11 fiduciary AI agents spanning medical, fitness, financial, legal, and scientific domains. Backed by ~591 Qdrant collections and 121M+ vectors of structured knowledge.",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "url": "https://api.askasha.org/a2a/v1",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "url": "https://api.askasha.org/a2a/v1",
  "protocolVersion": "1.0",
  "iconUrl": "https://dnai.systems/dnai-logo.svg",
  "documentationUrl": "https://github.com/EndlessRay/asha-a2a",
  "provider": {
    "organization": "DNAi Systems",
    "url": "https://dnai.systems"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "securitySchemes": {
    "bearer": {
      "httpAuthSecurityScheme": {
        "scheme": "Bearer",
        "bearerFormat": "API-Key"
      }
    }
  },
  "securityRequirements": [
    {
      "bearer": []
    }
  ],
  "epistemicCapabilities": {
    "fleetKnowledgeCorpus": {
      "totalCollections": 591,
      "totalVectors": 121000000,
      "lastAudited": "2026-04-04",
      "domainCoverage": [
        "medical",
        "clinical",
        "pharmaceutical",
        "financial",
        "fitness",
        "nutrition",
        "legal",
        "scientific",
        "mathematical",
        "humanities",
        "engineering"
      ]
    },
    "falsificationAvailable": true,
    "falsificationEndpoint": "/api/feng/falsify",
    "temporalQuerySupport": true,
    "provenanceInResponses": true,
    "evidenceGrounding": "CIU-grounded (retrieval + CIVERA verification + Merkle audit)",
    "hallucinationMitigation": "pre-generation (CIVERA) + post-generation (entity verification)",
    "predicateValidation": true,
    "fiduciaryContracts": true
  },
  "skills": [
    {
      "id": "asha",
      "name": "Asha \u2014 Medical Intelligence",
      "description": "Evidence-grounded clinical answers from 121M vectors. Drug interactions, guidelines, evidence synthesis.",
      "tags": [
        "medical",
        "clinical",
        "evidence-based",
        "health",
        "pharmacology",
        "guidelines"
      ]
    },
    {
      "id": "harley",
      "name": "Harley \u2014 Fitness Coaching",
      "description": "Workout design, exercise science, nutrition coaching, and client management for personal trainers.",
      "tags": [
        "fitness",
        "workout",
        "exercise",
        "training",
        "nutrition",
        "coaching"
      ]
    },
    {
      "id": "artha",
      "name": "Artha \u2014 Financial Intelligence",
      "description": "Company analysis, SEC filings, financial metrics, and economic indicators.",
      "tags": [
        "financial",
        "SEC",
        "EDGAR",
        "company",
        "market",
        "economics"
      ]
    },
    {
      "id": "ray",
      "name": "Ray \u2014 Platform Architecture",
      "description": "Code review, architecture analysis, and infrastructure audit for the Citadel platform.",
      "tags": [
        "engineering",
        "architecture",
        "code",
        "infrastructure",
        "platform"
      ]
    },
    {
      "id": "sage",
      "name": "Sage \u2014 Nutrition & Wellness",
      "description": "Nutrition science, food-drug interactions, gut-brain axis, and holistic wellness assessment.",
      "tags": [
        "nutrition",
        "wellness",
        "food",
        "diet",
        "gut-brain",
        "therapeutic"
      ]
    },
    {
      "id": "lyra",
      "name": "Lyra \u2014 Medical Research",
      "description": "Systematic literature search, evidence synthesis, meta-analysis, and clinical trial review.",
      "tags": [
        "research",
        "PubMed",
        "evidence",
        "literature",
        "clinical-trial",
        "meta-analysis"
      ]
    },
    {
      "id": "leo",
      "name": "Leo \u2014 Legal Aid",
      "description": "Consumer rights, tenant law, employment law, and small claims guidance for everyone.",
      "tags": [
        "legal-aid",
        "tenant-rights",
        "consumer-law",
        "rights"
      ]
    },
    {
      "id": "mira",
      "name": "Mira \u2014 Marketing & Growth",
      "description": "Market analysis, content strategy, SEO audit, and growth planning for DNAi products.",
      "tags": [
        "marketing",
        "growth",
        "SEO",
        "content",
        "campaign"
      ]
    },
    {
      "id": "ren",
      "name": "Ren \u2014 Customer Support",
      "description": "Troubleshooting, onboarding guidance, subscription help, and intelligent agent routing.",
      "tags": [
        "support",
        "help",
        "troubleshoot",
        "onboarding"
      ]
    },
    {
      "id": "polymath",
      "name": "Polymath \u2014 Math & Science",
      "description": "Proof verification, statistical validation, scientific explanation, and cross-domain synthesis.",
      "tags": [
        "mathematics",
        "science",
        "proof",
        "statistics",
        "verification"
      ]
    },
    {
      "id": "arohi",
      "name": "Arohi \u2014 Practice Management",
      "description": "Scheduling optimization, billing analysis, clinical alerts, and practice performance metrics.",
      "tags": [
        "practice-management",
        "scheduling",
        "billing",
        "physician",
        "EHR"
      ]
    }
  ]
}