unsloth/studio
danielhanchen 2d99937889 Enforce the enabled-tools allowlist and normalize healed tool arguments
Tool calls healed from raw <function=...> model text were executed without checking
the request's enabled tools, so a model could invoke terminal or python when only
web_search was offered. Filter parsed tool calls against the enabled tool names
before execution. Also normalize non-dict healed arguments to an empty dict so a
malformed <tool_call> payload cannot raise AttributeError and abort the response.
2026-07-06 10:32:35 +00:00
..
backend Enforce the enabled-tools allowlist and normalize healed tool arguments 2026-07-06 10:32:35 +00:00
frontend Fix TypeScript build errors in studio frontend (#4429) 2026-03-18 08:44:38 -07:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_python_stack.py Combine studio setup fixes: frontend caching, venv isolation, Windows CPU support (#4413) 2026-03-18 03:52:25 -07:00
LICENSE.AGPL-3.0 Add AGPL-3.0 license to studio folder 2026-03-09 19:36:25 +00:00
setup.bat Final cleanup 2026-03-12 18:28:04 +00:00
setup.ps1 revert: always rebuild frontend, override caching with _NEED_FRONTEND_BUILD=true (#4427) 2026-03-18 07:37:53 -07:00
setup.sh revert: always rebuild frontend, override caching with _NEED_FRONTEND_BUILD=true (#4427) 2026-03-18 07:37:53 -07:00
Unsloth_Studio_Colab.ipynb Update Unsloth_Studio_Colab.ipynb 2026-03-17 15:42:38 -07:00