]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
server: add initial tool isolation support (via docker) (#26507)
authorXuan-Son Nguyen <redacted>
Sat, 8 Aug 2026 14:35:53 +0000 (16:35 +0200)
committerGitHub <redacted>
Sat, 8 Aug 2026 14:35:53 +0000 (16:35 +0200)
commitdd2c7c44710e860a428b46a92e2a9e39c428628b
tree7be0b269a1157fffbc811432e8feae1207e20083
parent69bf6437914596fbbc4caf09a7ac16f2acdd1a94
server: add initial tool isolation support (via docker) (#26507)

* server: add initial tool isolation support (via docker)

* add docs

* adapt get_info

* py: fix type check

* cont

* separate tools_io_sandbox / tools_io_docker

* rename sandbox --> isolate

* x-tool-docker --> x-tool-runtime

---------

Co-authored-by: Pascal <redacted>
common/arg.cpp
common/common.h
tools/cli/README.md
tools/completion/README.md
tools/server/README-dev.md
tools/server/README.md
tools/server/server-tools.cpp
tools/server/server-tools.h
tools/server/server.cpp
tools/server/tests/unit/test_tools_builtin.py
tools/server/tests/utils.py