code-executor-pro / README.md
chmielvu's picture
Initial: FastAPI code executor with sessions
382640f verified
|
Raw
History Blame Contribute Delete
531 Bytes
---
title: Code Executor Pro
emoji: 🔧
colorFrom: blue
colorTo: indigo
sdk: docker
pinned: false
short_description: Multi-language code executor with sessions
---
# Code Executor Pro
Mashup of `kgot-python-executor` (simple API), `librechat-code-interpreter` (JSON output), and `code-interpreter-pro` (session persistence).
**API:** `POST /run {"code":"...", "language":"python|javascript|bash", "session_id":"optional"}`
**Pre-installed:** numpy, pandas, scipy, networkx, scikit-learn, torch (CPU), transformers, matplotlib