r2e_test_server

Test Server For R2E


License
MIT
Install
pip install r2e_test_server==0.1.3

Documentation

R2E Test Server

This is the test server for the R2E framework. R2E turns any GitHub repository into an executable programming agent environment. More information about the project and framework can be found at our webpage.

This server provides a rPyC (remote Python call) interface to the R2E testing framework. The server is used to execute code and tests for the agent in a pre-built environment for the repository and return the results. More on how this integrates with the R2E framework can be found in the R2E Repository.

Installation

Install the server using pip or any other package manager:

pip install r2e_test_server

Usage

To start the server, run the following command:

r2e-test-server start

To stop the server, run the following command:

r2e-test-server stop