You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ The Agentforce Mobile SDK empowers you to integrate Salesforce's trusted AI plat
11
11
## ✨ Features
12
12
13
13
-**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
14
15
-**Full UI Experience** - Use the pre-built chat interface provided by the Agentforce SDK
15
16
-**Cross-Platform** - Single codebase for both iOS and Android with native SDK integration
16
17
-**Persistent Configuration** - Settings are saved and restored automatically
@@ -128,6 +129,14 @@ AgentforceSDK-ReactNative/
128
129
└── App.tsx # Root component with navigation
129
130
```
130
131
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)
0 commit comments