Skip to content

Commit 669984a

Browse files
authored
Update README.md (#12)
1 parent 5eb2074 commit 669984a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The Agentforce Mobile SDK empowers you to integrate Salesforce's trusted AI plat
1111
## ✨ Features
1212

1313
- **Service Agent Configuration** - Configure and initialize the SDK with Service Agent settings
14+
- **Employee Agent Configuration** - The bridge layer supports conversion to an Employee Agent configuration
1415
- **Full UI Experience** - Use the pre-built chat interface provided by the Agentforce SDK
1516
- **Cross-Platform** - Single codebase for both iOS and Android with native SDK integration
1617
- **Persistent Configuration** - Settings are saved and restored automatically
@@ -128,6 +129,14 @@ AgentforceSDK-ReactNative/
128129
└── App.tsx # Root component with navigation
129130
```
130131

132+
### Employee Agent Settings
133+
134+
#### Configure an External Client App
135+
Follow the instructions in the [Developer Guide](https://developer.salesforce.com/docs/ai/agentforce/guide/agent-api-get-started.html#create-a-salesforce-app)
136+
137+
#### Check out the Employee Agent Demo App
138+
Explore the [Employee Agent Demo App branch](https://github.com/salesforce/AgentforceMobileSDK-ReactNative/tree/employeeAgent)
139+
131140
## 🔧 Development
132141

133142
### Running on Android

0 commit comments

Comments
 (0)