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/tools/__init__.py
Normal file
6
docker_agent_sandbox/tools/__init__.py
Normal 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"]
|
||||
Reference in New Issue
Block a user