File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
packages/llama-agents-server/src/llama_agents/server/static Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " llama-agents-server " : patch
3+ ---
4+
5+ Update debugger assets
6+
7+ - JavaScript: https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.27/dist/app.js
8+ - CSS: https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.27/dist/app.css
Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
66 < title > workflow-debugger</ title >
7- < script type ="module " crossorigin src ="https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.15 /dist/app.js "> </ script >
8- < link rel ="stylesheet " crossorigin href ="https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.15 /dist/app.css ">
7+ < script type ="module " crossorigin src ="https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.27 /dist/app.js "> </ script >
8+ < link rel ="stylesheet " crossorigin href ="https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.27 /dist/app.css ">
99 </ head >
1010 < body >
1111 < div id ="root "> </ div >
You can’t perform that action at this time.
0 commit comments