Package Exports
- @salesforce/agents-bundle
- @salesforce/agents-bundle/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@salesforce/agents-bundle) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Salesforce Agents - BETA
⚠️ All APIs are beta. ⚠️
Introduction
A Typescript toolkit for working with Salesforce Agentforce Agents. Built to support the Salesforce CLI, VSCode Extensions, DevOps Center, and any other node/typescript projects aimed at Agents.
Features
- Create Agents
- Create Agent Specs
- Interact with Agents
- Run Agent Tests
Usage
Install the package:
npm install @salesforce/agents
See API Docs
Contributing
See CONTRIBUTING for details on how to contribute to the library.
See DEVELOPING for details on building and testing the library locally.
Publishing
@salesforce/agents
publishes when changes are merged into main
. The version is bumped per the rules of the release orb and standard-version.