Refact: sandbox quickstart.md & add tutorial for code exec component (#14786)

### What problem does this PR solve?

Refact: sandbox quickstart.md && add tutorial for code exec component

### Type of change

- [x] Refactoring


<img width="700" alt="img_v3_0211j_dcff835b-e3bb-4c77-9bc5-3b31a983229g"
src="https://github.com/user-attachments/assets/7842fc0f-639a-458f-b164-bc81a99ce4a5"
/>

---------

Co-authored-by: writinwaters <93570324+writinwaters@users.noreply.github.com>
This commit is contained in:
Magicbook1108
2026-05-12 14:42:20 +08:00
committed by GitHub
parent e8adc977bd
commit f85e18afbc
4 changed files with 125 additions and 8 deletions

View File

@@ -305,6 +305,14 @@ REGISTER_ENABLED=1
# SANDBOX_LOCAL_MAX_OUTPUT_BYTES=1048576
# SANDBOX_LOCAL_MAX_ARTIFACTS=20
# SANDBOX_LOCAL_MAX_ARTIFACT_BYTES=10485760
# Limit native math library threads for local Python subprocesses if NumPy or
# OpenBLAS fails with `pthread_create failed` under tight thread limits.
# OPENBLAS_NUM_THREADS=1
# OMP_NUM_THREADS=1
# MKL_NUM_THREADS=1
# NUMEXPR_NUM_THREADS=1
# BLIS_NUM_THREADS=1
# VECLIB_MAXIMUM_THREADS=1
# Enable DocLing
USE_DOCLING=false