Jonathan Adly 2a0269f8f7 alpha release
2024-04-11 21:25:46 -04:00
2024-04-11 21:10:26 -04:00
2024-04-11 21:10:26 -04:00
2024-04-11 21:17:21 -04:00
2024-04-11 21:10:26 -04:00
2024-04-11 21:25:46 -04:00
2024-04-11 21:25:46 -04:00

agentrun

PyPI Tests Changelog License

The easiest way to run AI or user generated python code safely in a docker container

Installation

Install this library using pip:

pip install agentrun

Usage

Coming soon...

Development

To contribute to this library, first checkout the code. Then create a new virtual environment:

cd agentrun
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest

TO DO Before Beta

  1. Mypy
  2. Black
  3. Documentation
Description
The easiest, and fastest way to run AI-generated Python code safely
Readme Apache-2.0 3.4 MiB
Languages
Python 96.2%
Dockerfile 2.3%
Shell 1.5%