Skip to content

Commit

Permalink
feat(demo): new UI & rtm user input (#357)
Browse files Browse the repository at this point in the history
* feat: apply new FE components

- apply Yarn 4

New packages:
- prettier
- tailwind

* feat: add shadcn/ui

* Update Dockerfile

* refine login card

* add layout

* add rtc card

* support responsive

* apply new home

* init rtmManager

* update README

* add rtm in token gen

* apply rtm

* add graph camera_va_openai_azure_rtm

* apply rtm

* refine code

* chore: refine code

* chore: update gitignore

* feat: add rtm_wrapper

* fix: rtm builder and config replace bug

* Update property.json

* fix: fix conflict

---------

Co-authored-by: TomasLiu <[email protected]>
Co-authored-by: chencheng <[email protected]>
Co-authored-by: Ethan Zhang <[email protected]>
Co-authored-by: Zhang Qianze <[email protected]>
  • Loading branch information
5 people authored Nov 5, 2024
1 parent 5009793 commit b45cbd2
Show file tree
Hide file tree
Showing 66 changed files with 17,283 additions and 4,461 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ crash_context_v1
/.gnfiles
include/
interface/
lib/
lib64
node_modules/
/out/
Expand Down
2 changes: 1 addition & 1 deletion agents/bin/start
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -e

cd "$(dirname "${BASH_SOURCE[0]}")/.."

export LD_LIBRARY_PATH=$(pwd)/ten_packages/system/agora_rtc_sdk/lib:$(pwd)/ten_packages/system/azure_speech_sdk/lib
export LD_LIBRARY_PATH=$(pwd)/ten_packages/system/agora_rtc_sdk/lib:$(pwd)/ten_packages/extension/agora_rtm/lib:$(pwd)/ten_packages/system/azure_speech_sdk/lib

exec bin/worker "$@"
31 changes: 24 additions & 7 deletions agents/manifest-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,23 @@
],
"supports": []
},
{
"type": "extension",
"name": "agora_rtm",
"version": "0.1.5",
"hash": "a4230fbe477ff2cc6c4eee033138e4f19a3c742c41e1a15533d02d39bd46c4ad",
"dependencies": [
{
"type": "system",
"name": "ten_runtime"
},
{
"type": "system",
"name": "nlohmann_json"
}
],
"supports": []
},
{
"type": "system",
"name": "ten_runtime",
Expand All @@ -126,6 +143,13 @@
}
]
},
{
"type": "system",
"name": "nlohmann_json",
"version": "3.11.2",
"hash": "72b15822c7ea9deef5e7ad96216ac55e93f11b00466dd1943afd5ee276e99d19",
"supports": []
},
{
"type": "system",
"name": "agora_rtc_sdk",
Expand All @@ -138,13 +162,6 @@
}
]
},
{
"type": "system",
"name": "nlohmann_json",
"version": "3.11.2",
"hash": "72b15822c7ea9deef5e7ad96216ac55e93f11b00466dd1943afd5ee276e99d19",
"supports": []
},
{
"type": "system",
"name": "ten_runtime_python",
Expand Down
5 changes: 5 additions & 0 deletions agents/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
"type": "extension",
"name": "azure_tts",
"version": "=0.5.1"
},
{
"type": "extension",
"name": "agora_rtm",
"version": "0.1.5"
}
]
}
Loading

0 comments on commit b45cbd2

Please sign in to comment.