Skip to content

Commit

Permalink
feat: adapt to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
plutoless committed Dec 27, 2024
1 parent bc47d09 commit 87661bb
Show file tree
Hide file tree
Showing 61 changed files with 111 additions and 135 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tasks:
desc: run tman dev http server for graph designer
dir: ./agents
cmds:
- tman dev-server
- tman designer

run:
desc: run servers
Expand Down
12 changes: 6 additions & 6 deletions agents/examples/default/manifest.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"type": "app",
"name": "agent_demo",
"version": "0.5.0",
"version": "0.6.0",
"dependencies": [
{
"type": "system",
"name": "ten_runtime_go",
"version": "0.5"
"version": "0.6"
},
{
"type": "extension",
"name": "py_init_extension_cpp",
"version": "0.5"
"version": "0.6"
},
{
"type": "extension",
"name": "agora_rtc",
"version": "=0.10.0-rc3"
"version": "=0.10.1"
},
{
"type": "extension",
"name": "agora_sess_ctrl",
"version": "=0.4.0-rc1"
"version": "=0.4.1"
},
{
"type": "system",
Expand All @@ -31,7 +31,7 @@
{
"type": "extension",
"name": "azure_tts",
"version": "=0.7.0"
"version": "=0.7.1"
},
{
"type": "extension",
Expand Down
Loading

0 comments on commit 87661bb

Please sign in to comment.