Skip to content

Commit 7e9bbeb

Browse files
chore: update debugger assets
1 parent 5a923ae commit 7e9bbeb

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

packages/llama-agents-server/src/llama_agents/server/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
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>

0 commit comments

Comments
 (0)