visual-debugger
スター11
フォーク0
更新日2026年2月15日 01:07
Launch the browser-based simulation debugger
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Launch the browser-based simulation debugger
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run ruff linter and formatter on the project
Add observability (probes, trackers, charts) to a simulation
Analyze simulation results and provide insights
Help choose the right happysimulator components for a use case
Troubleshoot a broken or misbehaving simulation
Walk through a library example with detailed explanation
| name | visual-debugger |
| description | Launch the browser-based simulation debugger |
| disable-model-invocation | true |
Launch the browser-based simulation debugger at http://127.0.0.1:8765.
python examples/visual_debugger.pyIf the debugger is showing stale UI that doesn't reflect recent frontend changes, do a full clean rebuild:
serve() processesrm -rf happysimulator/visual/static/*rm visual-frontend/tsconfig.tsbuildinfocd visual-frontend && npm run buildpython examples/visual_debugger.py