Skip to content

Commit

Permalink
Feat/weather tool (#380)
Browse files Browse the repository at this point in the history
* draft

* feat: add weather tool graph

* feat: add weather tool graph

* feat: finalize tools

* fix: update protocol to openai compatible

* remove user/tool message in tool

* format property.json

* fix conflicts

* fix: adapt v2v

* feat: use openai compatible for qwen

* feat: adapt bing search tool

* feat: support vision analyze tool

* feat: support vision for v2v
  • Loading branch information
plutoless authored Nov 11, 2024
1 parent 3131a58 commit 2f73934
Show file tree
Hide file tree
Showing 26 changed files with 1,331 additions and 304 deletions.
13 changes: 13 additions & 0 deletions agents/manifest-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"version": 1,
"packages": [
{
"type": "extension",
"name": "default_async_extension_python",
"version": "0.3.1",
"hash": "1e8a7acad60653ef02a59f7fee0b9c1116e9012c8f4e6570512704e0ff0066ec",
"dependencies": [
{
"type": "system",
"name": "ten_runtime_python"
}
],
"supports": []
},
{
"type": "system",
"name": "ten_runtime_go",
Expand Down
Loading

0 comments on commit 2f73934

Please sign in to comment.