Show HN: TakoVM – 기업용 격리 모델·도구 실행
출처: Hacker News
신뢰할 수 없는 Python을 안전하게 실행합니다. 작업 큐와 Docker 격리가 기본 제공됩니다. 기업에서 사용됩니다.
AI가 생성한 코드를 선택적 gVisor 샌드박싱과 함께 격리된 Docker 컨테이너에서 실행합니다. 작업 큐, 재시도 및 실행 기록이 포함됩니다.
Documentation · Quick Start · API Reference
설치 (requires Docker + Python 3.10+)
pip install “tako-vm[server]” tako-vm setup # pull the executor Docker image tako-vm server # start server (auto-starts PostgreSQL via Docker)
Execute code
curl -X POST http://localhost:8000/execute
-H “Content-Type: application/json”
-d ’{“code”: “print(1 + 1)”}
