feat: Initial library extraction from PIN LLM benchmark
DockerSandbox + LangChain file/shell tools extracted into a standalone package. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
6
docker_agent_sandbox/__init__.py
Normal file
6
docker_agent_sandbox/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""docker_agent_sandbox – Docker sandbox + LangChain tools for LLM agents."""
|
||||
|
||||
from docker_agent_sandbox.sandbox import DockerSandbox
|
||||
from docker_agent_sandbox.tools import make_bash_tool, make_file_ops_tools
|
||||
|
||||
__all__ = ["DockerSandbox", "make_bash_tool", "make_file_ops_tools"]
|
||||
Reference in New Issue
Block a user