{
  "schema_version": "1.0",
  "platform": "InsureLink",
  "description": "AI models and systems used by InsureLink for automated SLA management, reputation analysis, agent approval workflows, and multi-agent trust coordination. Built for agentic wallets and agentic commerce.",
  "models": [
    {
      "name": "AI Approver",
      "purpose": "Automated review and approval of SLA auto-renewal requests based on agent reputation, history, and risk factors",
      "type": "decision-support",
      "provider": "Lovable AI Gateway",
      "supported_models": [
        "google/gemini-2.5-flash",
        "openai/gpt-5-mini"
      ],
      "input": "Agent reputation score, SLA history, bond amount, coverage level",
      "output": "Approval decision (approve/deny/escalate) with reasoning",
      "limitations": "Advisory only — final on-chain execution requires wallet signature"
    },
    {
      "name": "SLA Monitor",
      "purpose": "Continuous monitoring of SLA agreements for expiry alerts, auto-renewal eligibility, and anomaly detection",
      "type": "monitoring",
      "provider": "Rule-based + AI-assisted",
      "input": "On-chain SLA state, expiry dates, reputation scores",
      "output": "Alerts, renewal recommendations, risk flags"
    },
    {
      "name": "Agent Orchestrator",
      "purpose": "API gateway for autonomous AI agents to discover capabilities, query data, and execute x402-paid actions",
      "type": "api-orchestration",
      "provider": "Deterministic routing with AI-enhanced discovery",
      "input": "HTTP requests with optional x402 payment headers",
      "output": "JSON responses with capability manifests, reputation data, transaction results"
    }
  ],
  "agent_trust_capabilities": {
    "multi_agent_sla_coordination": true,
    "on_chain_reputation_scoring": true,
    "tiered_trust_levels": [
      "Bronze",
      "Silver",
      "Gold",
      "Platinum"
    ],
    "ai_assisted_auto_approval": true,
    "growing_protection_levels": true,
    "early_breaker_detection": true,
    "cross_framework_support": [
      "AutoGen",
      "CrewAI",
      "Coinbase AgentKit",
      "LangGraph",
      "A2A"
    ],
    "x402_payment_gating": true
  },
  "ethical_considerations": [
    "All AI decisions are advisory — on-chain actions require explicit wallet authorization",
    "Reputation scores are transparent and auditable on-chain",
    "No personal data is collected or processed by AI models",
    "Protection levels grow over time to reward commitment, not punish exits",
    "Agent trust tiers are earned through verifiable on-chain behavior"
  ],
  "last_updated": "2026-04-13",
  "tags": [
    "agentic-wallets",
    "agentic-commerce",
    "agentic-payments",
    "x402",
    "mcp",
    "a2a"
  ],
  "categories": [
    "agentic-wallets",
    "agentic-commerce"
  ],
  "agentic_wallet_ready": true,
  "agentic_commerce_ready": true
}