LICENSE
README.md
setup.py
examples/__init__.py
examples/async_example.py
examples/code_runner_docker.py
examples/code_runner_k8s.py
examples/code_runner_micromamba.py
examples/code_runner_podman.py
examples/container_user_privilege.py
examples/copy_demo.py
examples/existing_container_demo.py
examples/langchain_tool.py
examples/langgraph_tool.py
examples/llamaindex_tool.py
examples/pip_warning.py
examples/python_artifact.py
examples/python_simple_artifact.py
examples/r_artifact_demo.py
examples/r_simple_computing_demo.py
examples/r_simple_demo.py
examples/sandbox_timeout.py
examples/security_integration_tests.py
examples/security_policy_examples.py
examples/security_policy_presets.py
examples/test_copy_functions.py
examples/test_exit_codes.py
examples/test_security.py
examples/timeout_demo.py
llm_sandbox/__init__.py
llm_sandbox/const.py
llm_sandbox/data.py
llm_sandbox/docker.py
llm_sandbox/exceptions.py
llm_sandbox/kubernetes.py
llm_sandbox/micromamba.py
llm_sandbox/podman.py
llm_sandbox/security.py
llm_sandbox/session.py
llm_sandbox/core/__init__.py
llm_sandbox/core/config.py
llm_sandbox/core/mixins.py
llm_sandbox/core/session_base.py
llm_sandbox/language_handlers/__init__.py
llm_sandbox/language_handlers/base.py
llm_sandbox/language_handlers/cpp_handler.py
llm_sandbox/language_handlers/factory.py
llm_sandbox/language_handlers/go_handler.py
llm_sandbox/language_handlers/java_handler.py
llm_sandbox/language_handlers/javascript_handler.py
llm_sandbox/language_handlers/python_handler.py
llm_sandbox/language_handlers/r_handler.py
llm_sandbox/language_handlers/ruby_handler.py
llm_sandbox/language_handlers/artifact_detection/__init__.py
llm_sandbox/language_handlers/artifact_detection/python_plot_detection.py
llm_sandbox/language_handlers/artifact_detection/r_plot_detection.py
llm_sandbox/mcp_server/__init__.py
llm_sandbox/mcp_server/const.py
llm_sandbox/mcp_server/server.py
llm_sandbox/mcp_server/types.py
mseep_llm_sandbox.egg-info/PKG-INFO
mseep_llm_sandbox.egg-info/SOURCES.txt
mseep_llm_sandbox.egg-info/dependency_links.txt
mseep_llm_sandbox.egg-info/requires.txt
mseep_llm_sandbox.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_advanced_security_scenarios.py
tests/test_backend.py
tests/test_base_handler.py
tests/test_const.py
tests/test_cpp_handler.py
tests/test_custom_image_libraries.py
tests/test_data.py
tests/test_data_missing.py
tests/test_docker.py
tests/test_exceptions.py
tests/test_go_handler.py
tests/test_java_handler.py
tests/test_javascript_handler.py
tests/test_kubernetes.py
tests/test_language_handler_factory.py
tests/test_language_handlers.py
tests/test_mcp_server.py
tests/test_micromamba.py
tests/test_mixins.py
tests/test_podman.py
tests/test_python_handler.py
tests/test_r_handler.py
tests/test_ruby_handler.py
tests/test_security_missing.py
tests/test_security_policy.py
tests/test_security_scanner.py
tests/test_session.py
tests/test_session_base.py