Skip to content

Commit 0837ab2

Browse files
committed
fix: refine codes
1 parent 5ef81ee commit 0837ab2

33 files changed

+1077
-6914
lines changed

ai_agents/Taskfile.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3'
1+
version: "3"
22

33
tasks:
44
clean:
@@ -107,15 +107,15 @@ tasks:
107107
- for: { var: EXTENSIONS }
108108
task: test-extension
109109
vars:
110-
EXTENSION: '{{ .ITEM }}'
110+
EXTENSION: "{{ .ITEM }}"
111111

112112
test-extension:
113113
desc: run standalone testing of one single extension
114114
vars:
115115
EXTENSION: '{{.EXTENSION| default "agents/ten_packages/extension/elevenlabs_tts_python"}}'
116116
env:
117117
PYTHONPATH: "{{.USER_WORKING_DIR}}:{{.USER_WORKING_DIR}}/agents/ten_packages/system/ten_runtime_python/lib:{{.USER_WORKING_DIR}}/agents/ten_packages/system/ten_runtime_python/interface:{{.USER_WORKING_DIR}}/agents/ten_packages/system/ten_ai_base/interface"
118-
dotenv: ['.env']
118+
dotenv: [".env"]
119119
cmds:
120120
- cd {{.EXTENSION}} && tman -y install --standalone && ./tests/bin/start {{ .CLI_ARGS }}
121121

bun.lock

Lines changed: 421 additions & 0 deletions
Large diffs are not rendered by default.

core/src/ten_manager/designer_frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
"tailwind-merge": "^3.2.0",
7777
"tailwindcss-animate": "^1.0.7",
7878
"trulience-sdk": "https://trulience.com/release/prod/latest/trulience-sdk.tar.gz",
79-
"vite-plugin-node-polyfills": "^0.23.0",
8079
"zod": "^3.25.20",
8180
"zustand": "^5.0.4"
8281
},
@@ -103,11 +102,12 @@
103102
"tailwindcss": "^4.1.5",
104103
"typescript": "~5.7.3",
105104
"typescript-eslint": "^8.32.0",
106-
"vite": "^6.3.5"
105+
"vite": "^6.3.5",
106+
"vite-plugin-node-polyfills": "^0.23.0"
107107
},
108108
"pnpm": {
109109
"overrides": {
110110
"esbuild": "0.24.2"
111111
}
112112
}
113-
}
113+
}

0 commit comments

Comments
 (0)