busbar-sf-agentscript 0.0.2

AgentScript parser, graph analysis, and LSP for Salesforce Agentforce
Documentation
{
    "records": [
        {
            "attributes": { "type": "ASR_Task__c", "referenceId": "task1" },
            "Title__c": "Follow up with customer",
            "Status__c": "Not Started",
            "Priority__c": "High",
            "External_ID__c": 1001
        },
        {
            "attributes": { "type": "ASR_Task__c", "referenceId": "task2" },
            "Title__c": "Prepare Q4 Report",
            "Status__c": "In Progress",
            "Priority__c": "Medium",
            "External_ID__c": 1002
        },
        {
            "attributes": { "type": "ASR_Task__c", "referenceId": "task3" },
            "Title__c": "Schedule team meeting",
            "Status__c": "Completed",
            "Priority__c": "Low",
            "External_ID__c": 1003
        }
    ]
}