updating proactive agent to support both copilot and messenger front-ends

This commit is contained in:
2025-08-21 22:22:47 -05:00
parent 403c73fc83
commit 39d03d4b3a
6 changed files with 655 additions and 37 deletions

View File

@@ -0,0 +1,26 @@
[
{
"v_username": "Peter.Morton@verint.com",
"copilot_settings": {
"ops": {
"token": "eyJhbGciOiJSUzUxMiIsInR5cCI6IkpXVCJ9.eyJ3b3Jrc3BhY2VJZCI6IjY4OWE2MjlkZmI3NjYyMzI3YWMyNWFhMSIsInNlcnZpY2UiOiJPcHMiLCJpc0FwaVRva2VuIjp0cnVlLCJpYXQiOjE3NTQ5NDgyNTN9.tGEWgFbvioKs7y9pi9pCkl_OGRy2YmyMvOaCpWFlo_9HvWUAaFeGL5phfGw8gDlPzcBlFbr1RxmEbCZaiRs1rHlGZJnpXHU9klKj_1tj6Cg7PfA-BA7YhPnZAOTpbKxeV8NYAc3SoWYZuy4l3NoXOaD3_f5FtpgmcEmUu7pvKWl4t4Q9DhXtHYnzAEoR9N3pA9jVVpcyZV9RG491mP_XOpjtP1sh3TgyGeakyBAwzOfJZn17Yzs2faqwfbP7Hy3shzCCEWkLy-3MMukDPOkL6D7Yx_NCM-P8Rdi3rCWJLpAk9Xsql8uPdOOlW78evUTXbDtZl4tndJdwK9VFmVjG2w"
},
"nlu": {
"apiBaseURL": "https://router.ivastudio.verint.live/"
},
"channel": "copilot",
"messengerRouteName": "messenger_667ef98d3ee8930a5debcbdb"
},
"req": {
"params": {
"workspaceId": "67bca862210071627d32ef12",
"branch": "current"
}
},
"event": {
"params": {
"modelName": "main"
}
}
}
]

View File

@@ -0,0 +1,21 @@
{
"messenger": {
"user": {
"name": "Proactive Agent",
"avatar": "https://storage.googleapis.com/speakeasyai-agent-desktop/img/verint-logo.png",
"userId": "d4de56b5-3fac-4a42-892f-ebec914b6aa3",
"type": "bot"
}
},
"modelName": "proactiveAgent",
"copilot": {
"customerId": "78ab8a80-88a3-4db0-a3f9-36e7aeef18db",
"tokenUrl": "https://api.verint.com/vcp/identity-dev/integration/auth/v2/oauth/token",
"oauth2": {
"grant_type": "client_credentials",
"clientId": "XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
"clientSecret": "XXXXXXXXXXXX",
"audience": "api://vcp/wa-cloudevent"
}
}
}