-
Notifications
You must be signed in to change notification settings - Fork 366
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: change default graph to contain deepgram & fish only (#440)
* feat: change default graph to contain deepgram & fish only * Update docker-compose.yml * feat: initial change * feat: add module setting dialog * add addon property * feat: initial module picker * feat: first draft done for property editing * fix: fix frontend build failures * feat: small bug fixes * feat: details * feat: make module picker dynamic, fix 11labs pandatic issue * feat: request optimization * feat: improvements * feat: add default property.json for replacable modules * playground image update * update playground image * feat: update readme to take out graph designer * feat: support environment variable check before starting * feat: support azure for openai & fix extension property editor bug * update playground image * feat: upgrade azure tts version * feat: playground cfg dialog ui reorg * feat: support tool binding * upgrade 11labs version * fix: fix playground build failure * feat: whitelist vision_analyze_tool_python * support v2v * feat: add v2v graph
- Loading branch information
Showing
59 changed files
with
2,562 additions
and
1,590 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"type": "app", | ||
"name": "agent_demo", | ||
"version": "0.4.0", | ||
"dependencies": [ | ||
{ | ||
"type": "system", | ||
"name": "ten_runtime_go", | ||
"version": "0.4" | ||
}, | ||
{ | ||
"type": "extension", | ||
"name": "py_init_extension_cpp", | ||
"version": "0.4" | ||
}, | ||
{ | ||
"type": "extension", | ||
"name": "agora_rtc", | ||
"version": "=0.9.0-rc1" | ||
}, | ||
{ | ||
"type": "extension", | ||
"name": "agora_sess_ctrl", | ||
"version": "0.3.0-rc1" | ||
}, | ||
{ | ||
"type": "system", | ||
"name": "azure_speech_sdk", | ||
"version": "1.38.0" | ||
}, | ||
{ | ||
"type": "extension", | ||
"name": "azure_tts", | ||
"version": "=0.6.2" | ||
}, | ||
{ | ||
"type": "extension", | ||
"name": "agora_rtm", | ||
"version": "=0.3.0" | ||
} | ||
] | ||
} |
Oops, something went wrong.