diff --git a/README.md b/README.md index be186cb..0223b15 100644 --- a/README.md +++ b/README.md @@ -13,18 +13,24 @@ Agentforce DX is a suite of tools to build and test agents. This extension provi ## How to Use this Extension -1. Open an agent in the Agent Builder UI of your org by running the **SFDX: Open Agent in Default Org** command from the command palette. You can also run the same command by right-clicking any of these metadata components in your DX project package directory: +1. Run agent tests by viewing them in the Agent Testing Panel. Click on either a test definition or test case to get more information about it. + + ![Run agent tests from the VS Code testing panel](images/afdx-test-panel.gif) + +2. Open an agent in the Agent Builder UI of your org by running the **SFDX: Open Agent in Default Org** command from the command palette. You can also run the same command by right-clicking any of these metadata components in your DX project package directory: - Bot (file extension `.bot-meta.xml`) - BotVersion (file extension `.botVersion-meta.xml`) - GenAiPlanner (file extension `.genAiPlanner-meta.xml`) - GenAiDefinition (file extension `.genAiDefinition-meta.xml`) -2. Run agent tests by viewing them in the Agent Testing Panel. Click on either a test definition or test case to get more information about it. + ![Open an agent in an org using a VS Code command](images/afdx-open-org.gif) + + ## Documentation -(Coming Soon) For information about Agentforce DX, see the **Agentforce DX** section of the [Agentforce Developer Guide](https://developer.salesforce.com/docs/einstein/genai/guide/get-started.html). +For information about Agentforce DX, see the **Agentforce DX** section of the [Agentforce Developer Guide](https://developer.salesforce.com/docs/einstein/genai/guide/agent-dx.html). ## Bugs and Feedback diff --git a/images/afdx-open-org.gif b/images/afdx-open-org.gif new file mode 100644 index 0000000..d5df1f3 Binary files /dev/null and b/images/afdx-open-org.gif differ diff --git a/images/afdx-test-panel.gif b/images/afdx-test-panel.gif new file mode 100644 index 0000000..7ff696c Binary files /dev/null and b/images/afdx-test-panel.gif differ