{
  "name": "Gepeta Personal Life Logger Agent",
  "description": "Gepeta turns natural text, voice, images, receipts, and spreadsheets into reviewed personal records for events, transfers, measurements, plans, and notes.",
  "supportedInterfaces": [
    {
      "url": "https://api.gepeta.app/api/agent",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Orcaryn",
    "url": "https://gepeta.app",
    "email": "support@orcaryn.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://gepeta.app/features",
  "iconUrl": "https://gepeta.app/icon-512.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {
    "bearerAuth": {
      "httpAuthSecurityScheme": {
        "scheme": "Bearer",
        "bearerFormat": "JWT",
        "description": "Gepeta access token from the authenticated app session."
      }
    }
  },
  "securityRequirements": [
    {
      "bearerAuth": []
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "image/png",
    "image/jpeg",
    "text/csv",
    "application/vnd.ms-excel",
    "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "life-record-extraction",
      "name": "Life Record Extraction",
      "description": "Extracts structured events, transfers, measurements, plans, and notes from natural personal input.",
      "tags": [
        "life-logging",
        "extraction",
        "personal-data",
        "records"
      ],
      "examples": [
        "Log lunch for 42 shekels and a headache after coffee.",
        "Turn this receipt photo into reviewed transfer records."
      ],
      "inputModes": [
        "text/plain",
        "image/png",
        "image/jpeg"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "bulk-transfer-import",
      "name": "Bulk Transfer Import",
      "description": "Transforms bank statements, CSV files, and spreadsheets into reviewed transfer suggestions.",
      "tags": [
        "finance",
        "bank-statements",
        "spreadsheets",
        "transfers"
      ],
      "examples": [
        "Import this bank statement and prepare transfer suggestions.",
        "Convert this CSV into categorized expenses."
      ],
      "inputModes": [
        "text/csv",
        "application/vnd.ms-excel",
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "personal-record-question-answering",
      "name": "Personal Record Question Answering",
      "description": "Answers questions from saved personal records across aspects, timeline, and finance analytics.",
      "tags": [
        "question-answering",
        "analytics",
        "timeline",
        "personal-records"
      ],
      "examples": [
        "What did I spend on restaurants last month?",
        "Summarize my sleep and workout notes from this week."
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ]
}
