Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add GIFs to the readmes W-18006347 #43

Merged
merged 4 commits into from
Mar 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file added images/afdx-open-org.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/afdx-test-panel.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading