mirror of
https://github.com/Jonathan-Adly/AgentRun.git
synced 2024-06-02 16:24:31 +03:00
2a0269f8f792d9f8f9aa76706b6dedbb3bdad2a3
agentrun
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
- Mypy
- Black
- Documentation
Description
Languages
Python
96.2%
Dockerfile
2.3%
Shell
1.5%