{
  "name": "Autonomous Agent - Document Processing - Create Capability - information-extraction",
  "nodes": [
    {
      "parameters": {},
      "id": "0a85b227-9d94-4190-9ba4-e32554b9c11d",
      "name": "Called by Domain Bootstrap",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "typeVersion": 1,
      "position": [
        160,
        300
      ]
    },
    {
      "parameters": {
        "operation": "create",
        "name": "information-extraction",
        "description": "Capability for information extraction in the document processing workflow.",
        "agent": "model-agent",
        "agentVersion": "1.0.0",
        "agentType": "model",
        "modelPolicy": "document-processing-policy",
        "modelPurpose": "information-extraction",
        "inputModalities": [
          "text"
        ],
        "inputSchema": "{\n  \"type\": \"object\",\n  \"additionalProperties\": true\n}",
        "outputSchema": "{\n  \"type\": \"object\",\n  \"additionalProperties\": true\n}",
        "sideEffect": "none",
        "approvalRequired": false,
        "enabled": true,
        "priority": 101,
        "timeoutSeconds": 300,
        "maximumConcurrency": 4,
        "tenantAllowlist": "",
        "requiredRoles": "operator"
      },
      "id": "84caca78-4fee-461d-a3f3-149a3c35ef2a",
      "name": "Create Information Extraction Capability",
      "type": "n8n-nodes-autonomous-agent.autonomousAgentCapability",
      "typeVersion": 1,
      "position": [
        420,
        300
      ],
      "credentials": {
        "autonomousAgentApi": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "Called by Domain Bootstrap": {
      "main": [
        [
          {
            "node": "Create Information Extraction Capability",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1",
    "saveManualExecutions": true,
    "saveExecutionProgress": true
  },
  "versionId": "8133c300-3e6f-4292-aefb-47bd186f55a3",
  "meta": {
    "templateCredsSetupCompleted": false
  },
  "tags": []
}