Code Execution Server
Provides a basic framework for executing code remotely, integrated with a network search tool and API proxy services.
Acerca de
This repository offers an open-source framework for a basic code execution server, primarily designed to support AI agents such as Xmaster and Browse Master, and is also utilized within the SciMaster platform. It includes the essential components for code execution and a simple network search tool. The server also acts as an API proxy for external services like Google Search via Serper and various Language Model APIs. Users are advised to deploy the server within secure environments like Docker or Apptainer, as it lacks built-in virtualization or safety protections.
Características Principales
- API proxy for Serper (Google Search) and LLM APIs
- Open-source framework for custom extensions
- 5 GitHub stars
- Benchmarking script for performance testing
- Remote code execution via a POST API
- Integrated simple network search tool
Casos de Uso
- Integrating code execution services into larger platforms like SciMaster
- Providing a backend for AI agents requiring code execution capabilities
- Benchmarking code execution server performance under load