{
    "agent-started": {
        "template": "Agent v{{version}} started in mode '{{command}}' (agentId: {{agentId}}, technology: {{technology}}, {{dateTime}})"
    },
    "command-line-executed": {
        "template": "Command line executed: {{cliArgs}}"
    },
    "agent-ended-succeeded": {
        "template": "Agent mode '{{command}}' SUCCEEDED ({{dateTime}})"
    },
    "agent-ended-warnings": {
        "template": "Agent mode '{{command}}' COMPLETED with WARNINGS ({{dateTime}})"
    },
    "agent-ended-error": {
        "template": "Agent mode '{{command}}' FAILED ({{dateTime}})"
    }
}