{
  "schemaVersion": "1.0",
  "name": "DataFangAn Agent D",
  "description": "Personal AI agent that helps you understand DataFangAn's capabilities, create mission briefs, and prepare offers. Agent D is the primary interface for DataFangAn.",
  "url": "https://datafangan.com",
  "version": "0.1.0",
  "documentationUrl": "https://datafangan.com/llms.txt",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "authentication": {
    "schemes": ["oauth2"],
    "credentials": "planned"
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text", "application/json"],
  "skills": [
    {
      "id": "understand-goal",
      "name": "Understand Goal",
      "description": "Understand what the visitor needs help with",
      "tags": ["conversation", "understanding"],
      "examples": [
        "I need help with customer inquiries",
        "I want to automate my reporting",
        "I need a digital assistant for my team"
      ]
    },
    {
      "id": "show-capabilities",
      "name": "Show Capabilities",
      "description": "Show relevant DataFangAn capabilities and services",
      "tags": ["discovery", "presentation"],
      "examples": [
        "What can DataFangAn do?",
        "Show me your agent capabilities",
        "What services do you offer?"
      ]
    },
    {
      "id": "create-mission-brief",
      "name": "Create Mission Brief",
      "description": "Create a structured mission brief from user requirements",
      "tags": ["planning", "documentation"],
      "examples": [
        "Create a mission brief for my project",
        "Document my requirements",
        "Prepare a project plan"
      ]
    },
    {
      "id": "configure-service",
      "name": "Configure Service",
      "description": "Configure a DataFangAn service for the user's needs",
      "tags": ["configuration", "setup"],
      "examples": [
        "Set up an agent for my company",
        "Configure a digital worker",
        "Prepare an agent team"
      ]
    },
    {
      "id": "prepare-offer",
      "name": "Prepare Offer",
      "description": "Prepare a quote or offer for DataFangAn services",
      "tags": ["commerce", "pricing"],
      "examples": [
        "What does it cost?",
        "Prepare an offer for my project",
        "Get a quote for agent services"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}
