Skip to content

Commit b7ffc0d

Browse files
Add CLI commands for Agentforce Data Libraries (#3568)
* Add CLI commands for Agentforce Data Libraries Added new CLI commands for managing Agentforce Data Libraries, including creation, deletion, and file management. * Update README.md
1 parent 87f9505 commit b7ffc0d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

releasenotes/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,23 @@ These changes are in the Salesforce CLI release candidate. We plan to include th
3131

3232
------------
3333

34+
* NEW: (Agentforce DX) Create and manage Agentforce Data Libraries with these new CLI commands:
35+
36+
- `agent adl create` : Create an Agentforce Data Library.
37+
- `agent adl delete` : Delete an Agentforce Data Library.
38+
- `agent adl file add` : Add files to an existing Agentforce Data Library.
39+
- `agent adl file delete` : Delete a file from an Agentforce Data Library.
40+
- `agent adl file list` : List files in an Agentforce Data Library.
41+
- `agent adl get` : Get details of an Agentforce Data Library.
42+
- `agent adl list` : List Agentforce Data Libraries.
43+
- `agent adl status` : Get indexing status of an Agentforce Data Library.
44+
- `agent adl update` : Update an Agentforce Data Library.
45+
- `agent adl upload` : Upload a file to an SFDRIVE Agentforce Data Library.
46+
47+
Agentforce Data Libraries enhance the accuracy of AI features like Agentforce Agents by connecting them to your trusted data sources. Data libraries use unstructured or semi-structured data so that they can take large sets of information that exist on the web, in documents, or as large text inputs in fields, and turn that into more useful, searchable information.
48+
49+
**NOTE**: The `agent adl` commands are in Developer Preview. (plugin-agent PR [#435](https://github.com/salesforcecli/plugin-agent/pull/435), agents PR [#296](https://github.com/forcedotcom/agents/pull/296))
50+
3451
* FIX: Salesforce DX projects now support these [metadata types](https://github.com/forcedotcom/source-deploy-retrieve/blob/main/src/registry/metadataRegistry.json):
3552

3653
* CnfgItemTypeIdentFieldMap

0 commit comments

Comments
 (0)