Agent Script Language Server for VS CodeThis extension provides Agent Script language support in VS Code through the Agent Script Language Server. OverviewAgent Script is a high-level declarative programming language for representing Salesforce agents. It allows you to define conversational agents, their reasoning capabilities, actions, and transitions between topics using a clean, YAML-like syntax. This extension brings Agent Script language support to VS Code, including syntax highlighting, real-time diagnostics, and code navigation. Agent Script files use the Features
InstallationThe Agent Script extension is installed automatically when you install the Agentforce DX extension, which contains tools for authoring, previewing, and testing the agents you build using Agent Script. But you can also install this extension separately from the VS Code Marketplace. Open a workspace that contains an Agent Script file ( Get Started with Agent ScriptSee the Agent Script documentation for examples and how to get started. Settings
Selecting a DialectYou can set the default dialect in VS Code settings, or override per-file with a comment in the first 10 lines:
File OrganizationAgent Script files are typically organized in Salesforce DX projects as part of an Additional Resources |