chore: update debugger assets (#360)

This commit is contained in:
llama-org-ci-bot[bot]
2026-03-12 01:35:10 -04:00
committed by GitHub
parent 703ec92d8a
commit ccd0db69a0
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
---
"llama-agents-server": patch
---
Update debugger assets
- JavaScript: https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.34/dist/app.js
- CSS: https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.34/dist/app.css
@@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>workflow-debugger</title>
<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.15/dist/app.js"></script>
<link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.15/dist/app.css">
<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.34/dist/app.js"></script>
<link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.34/dist/app.css">
</head>
<body>
<div id="root"></div>