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:
2026-04-02 11:47:44 +02:00
commit 80c2f9b159
17 changed files with 758 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
"""tools LangChain tools that operate inside a DockerSandbox."""
from docker_agent_sandbox.tools.bash import make_bash_tool
from docker_agent_sandbox.tools.file_ops import make_file_ops_tools
__all__ = ["make_bash_tool", "make_file_ops_tools"]