Skip to content

Commit

Permalink
Merge pull request #553 from TEN-framework/feat/story-telling
Browse files Browse the repository at this point in the history
Feat/story telling
  • Loading branch information
plutoless authored Jan 11, 2025
2 parents 28bddab + 3a1bdfc commit 4e08006
Show file tree
Hide file tree
Showing 46 changed files with 1,673 additions and 215 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
"editor.defaultFormatter": "ms-python.black-formatter"
},
"git.ignoreLimitWarning": true,
"pylint.ignorePatterns": [
"*/ten_runtime_python/**/*",
"/usr/lib/**/*"
],
}
7 changes: 6 additions & 1 deletion agents/examples/default/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{
"type": "extension",
"name": "azure_tts",
"version": "=0.7.1"
"version": "=0.7.2"
},
{
"type": "extension",
Expand Down Expand Up @@ -137,6 +137,11 @@
"type": "extension",
"name": "coze_python_async",
"version": "=0.1.0"
},
{
"type": "extension",
"name": "openai_image_generate_tool",
"version": "=0.1.0"
}
]
}
Loading

0 comments on commit 4e08006

Please sign in to comment.