File size: 531 Bytes
4ad9215
 
382640f
4ad9215
382640f
4ad9215
 
382640f
4ad9215
 
382640f
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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