Files
docker-agent-sandbox/pyproject.toml
Matte23 80c2f9b159 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>
2026-04-02 11:47:44 +02:00

14 lines
229 B
TOML

[project]
name = "docker-agent-sandbox"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"docker",
"langchain-core",
"loguru",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"