https://github.com/forcedotcom/agents
https://github.com/forcedotcom/agents
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/forcedotcom/agents
- Owner: forcedotcom
- License: apache-2.0
- Created: 2024-11-01T21:19:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-30T23:55:12.000Z (4 days ago)
- Last Synced: 2026-07-01T00:14:36.390Z (4 days ago)
- Language: TypeScript
- Size: 7.51 MB
- Stars: 14
- Watchers: 7
- Forks: 9
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Salesforce Agents - BETA
---
### :warning: All APIs are beta. :warning:
---
[](https://www.npmjs.com/package/@salesforce/agents) [](https://www.npmjs.com/package/@salesforce/agents) [](https://opensource.org/license/apache-2-0)
## 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
- Publish Agents
- Activate/Deactivate Agents
## Usage
Install the package:
```
npm install @salesforce/agents
```
See [API Docs](https://forcedotcom.github.io/agents)
## Contributing
See [CONTRIBUTING](./CONTRIBUTING.md) for details on how to contribute to the library.
See [DEVELOPING](./DEVELOPING.md) 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](https://github.com/conventional-changelog/standard-version).