-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexamples.json
More file actions
57 lines (57 loc) · 1.64 KB
/
Copy pathexamples.json
File metadata and controls
57 lines (57 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"schemaVersion": 1,
"examples": [
{
"id": "client-sdk-ts-browser-conversation-agent",
"title": "EVA Client SDK · TypeScript Browser Conversation Agent",
"sdkFamily": "client-sdk",
"language": "ts",
"platform": "browser",
"path": "client-sdk/ts/browser-conversation-agent",
"sdk": {
"ecosystem": "npm",
"package": "@autoark-ai/eva-client-sdk-ts"
},
"status": "release"
},
{
"id": "client-sdk-ts-electron-conversation-agent",
"title": "EVA Client SDK · TypeScript Electron Conversation Agent",
"sdkFamily": "client-sdk",
"language": "ts",
"platform": "electron",
"path": "client-sdk/ts/electron-conversation-agent",
"sdk": {
"ecosystem": "npm",
"package": "@autoark-ai/eva-client-sdk-ts"
},
"status": "release"
},
{
"id": "client-sdk-python-voice-dialogue-agent",
"title": "EVA Client SDK · Python Voice Dialogue Agent",
"sdkFamily": "client-sdk",
"language": "python",
"platform": "terminal",
"path": "client-sdk/python/voice-dialogue-agent",
"sdk": {
"ecosystem": "pypi",
"package": "autoark-eva-client-sdk"
},
"status": "release"
},
{
"id": "client-sdk-flutter-conversation-agent",
"title": "EVA Client SDK · Flutter Conversation Agent",
"sdkFamily": "client-sdk",
"language": "flutter",
"platform": "mobile",
"path": "client-sdk/flutter/conversation-agent",
"sdk": {
"ecosystem": "pub",
"package": "autoark_eva_client_sdk"
},
"status": "release"
}
]
}