Update debugger assets (#741)

## Update Debugger Assets

This PR updates the workflow debugger assets and creates a changeset for
a patch version bump.

### Changes
- Updated
`packages/llama-agents-server/src/llama_agents/server/static/index.html`
- JavaScript:
https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.42/dist/app.js
- CSS:
https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.42/dist/app.css

---
*This PR was automatically created by the [update-debugger-assets
workflow](https://github.com/run-llama/llama-agents/actions/workflows/update_debugger_assets.yml)*

Co-authored-by: llama-org-ci-bot[bot] <231146559+llama-org-ci-bot[bot]@users.noreply.github.com>
This commit is contained in:
llama-org-ci-bot[bot]
2026-08-22 10:20:40 -04:00
committed by GitHub
parent 440f79bb3f
commit bd0e242994
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.42/dist/app.js
- CSS: https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.42/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.41/dist/app.js"></script>
<link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.41/dist/app.css">
<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.42/dist/app.js"></script>
<link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/npm/@llamaindex/workflow-debugger@0.2.42/dist/app.css">
</head>
<body>
<div id="root"></div>