Recent Releases of llm-sandbox
llm-sandbox - 0.3.18
What's Changed
- Update README.md by @vndee in https://github.com/vndee/llm-sandbox/pull/89
- Fix: More posix path issues when preparing image by @rhiza-fr in https://github.com/vndee/llm-sandbox/pull/90
- Add
skip_environment_setupoption for faster deployments by @vndee in https://github.com/vndee/llm-sandbox/pull/93
Full Changelog: https://github.com/vndee/llm-sandbox/compare/0.3.17...0.3.18
- Python
Published by vndee 5 months ago
llm-sandbox - 0.3.17
What's Changed
- Fix #86 Ensure target posix path when run from windows. by @rhiza-fr in https://github.com/vndee/llm-sandbox/pull/87
New Contributors
- @rhiza-fr made their first contribution in https://github.com/vndee/llm-sandbox/pull/87
Full Changelog: https://github.com/vndee/llm-sandbox/compare/0.3.16...0.3.17
- Python
Published by vndee 6 months ago
llm-sandbox - 0.3.16
What's Changed
- FIX: fix issue with temporary files on windows, details in issue #77 by @vdmitriyev in https://github.com/vndee/llm-sandbox/pull/80
New Contributors
- @vdmitriyev made their first contribution in https://github.com/vndee/llm-sandbox/pull/80
Full Changelog: https://github.com/vndee/llm-sandbox/compare/0.3.15...0.3.16
- Python
Published by vndee 6 months ago
llm-sandbox - 0.3.15
What's Changed
- Fix Python custom image libraries access with --system-site-packages by @vndee in https://github.com/vndee/llm-sandbox/pull/81
Full Changelog: https://github.com/vndee/llm-sandbox/compare/0.3.14...0.3.15
- Python
Published by vndee 6 months ago
llm-sandbox - 0.3.14
What's Changed
- 🚀 Add MCP Server Support for LLM Sandbox by @vndee in https://github.com/vndee/llm-sandbox/pull/78
Full Changelog: https://github.com/vndee/llm-sandbox/compare/0.3.13...0.3.14
- Python
Published by vndee 6 months ago
llm-sandbox - 0.3.13
What's Changed
- Add R sandbox support for statistical computing and data analysis by @vndee in https://github.com/vndee/llm-sandbox/pull/74
Full Changelog: https://github.com/vndee/llm-sandbox/compare/0.3.12...0.3.13
- Python
Published by vndee 7 months ago
llm-sandbox - 0.3.12
What's Changed
- Add support for connecting to existing containers/pods by @vndee in https://github.com/vndee/llm-sandbox/pull/71
Full Changelog: https://github.com/vndee/llm-sandbox/compare/0.3.11...0.3.12
- Python
Published by vndee 7 months ago
llm-sandbox - 0.3.11
What's Changed
- Fix timeout handling to work in async contexts by @vndee in https://github.com/vndee/llm-sandbox/pull/69
Full Changelog: https://github.com/vndee/llm-sandbox/compare/0.3.10...0.3.11
- Python
Published by vndee 7 months ago
llm-sandbox - 0.3.10
What's Changed
- Fix: Rename code.py to avoid shadowing Python built-in module by @vndee in https://github.com/vndee/llm-sandbox/pull/67
Full Changelog: https://github.com/vndee/llm-sandbox/compare/0.3.8...0.3.10
- Python
Published by vndee 7 months ago
llm-sandbox - 0.3.9
What's Changed
- Fix: Rename code.py to avoid shadowing Python built-in module by @vndee in https://github.com/vndee/llm-sandbox/pull/67
Full Changelog: https://github.com/vndee/llm-sandbox/compare/0.3.8...0.3.9
- Python
Published by vndee 7 months ago
llm-sandbox - 0.3.8
What's Changed
- chore: bump version to 0.3.8 and update session initialization documentation by @vndee in https://github.com/vndee/llm-sandbox/pull/63
Full Changelog: https://github.com/vndee/llm-sandbox/compare/0.3.7...0.3.8
- Python
Published by vndee 7 months ago
llm-sandbox - 0.3.7
What's Changed
- Fix ConsoleOutput incomplete with Podman and exit code issues by @vndee in https://github.com/vndee/llm-sandbox/pull/62
Full Changelog: https://github.com/vndee/llm-sandbox/compare/0.3.6...0.3.7
- Python
Published by vndee 7 months ago
llm-sandbox - 0.3.6
What's Changed
- Potential fix for code scanning alert no. 6: Workflow does not contain permissions by @vndee in https://github.com/vndee/llm-sandbox/pull/53
- Potential fix for code scanning alert no. 5: Workflow does not contain permissions by @vndee in https://github.com/vndee/llm-sandbox/pull/54
- Potential fix for code scanning alert no. 4: Workflow does not contain permissions by @vndee in https://github.com/vndee/llm-sandbox/pull/55
- Potential fix for code scanning alert no. 3: Workflow does not contain permissions by @vndee in https://github.com/vndee/llm-sandbox/pull/56
- Potential fix for code scanning alert no. 2: Workflow does not contain permissions by @vndee in https://github.com/vndee/llm-sandbox/pull/57
- Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @vndee in https://github.com/vndee/llm-sandbox/pull/58
- feat: Add comprehensive timeout support for sandbox sessions by @vndee in https://github.com/vndee/llm-sandbox/pull/59
- Refactor: Reduce code duplication and enhance separation of concerns by @vndee in https://github.com/vndee/llm-sandbox/pull/60
Full Changelog: https://github.com/vndee/llm-sandbox/compare/0.3.5...0.3.6
- Python
Published by vndee 7 months ago
llm-sandbox - 0.3.5
What's Changed
- Kubernetes backend: Support directory copy in
copy_to_runtimefor backend consistency by @vndee in https://github.com/vndee/llm-sandbox/pull/52
Full Changelog: https://github.com/vndee/llm-sandbox/compare/0.3.4...0.3.5
- Python
Published by vndee 7 months ago
llm-sandbox - 0.3.4
What's Changed
- feat: update Docker image references to use GitHub Container Registry by @vndee in https://github.com/vndee/llm-sandbox/pull/40
- chore: add Dockerfiles for C++, Go, Java, Node.js, Python, and Ruby environments by @vndee in https://github.com/vndee/llm-sandbox/pull/42
Full Changelog: https://github.com/vndee/llm-sandbox/compare/0.3.3...0.3.4
- Python
Published by vndee 7 months ago
llm-sandbox - 0.3.3
Full Changelog: https://github.com/vndee/llm-sandbox/compare/0.3.2...0.3.3
- Python
Published by vndee 7 months ago
llm-sandbox - 0.3.0
What's Changed
- Fixed Windows Docker Code File Not found Issue by @DSri01 in https://github.com/vndee/llm-sandbox/pull/2
- micromamba support by @antonkulaga in https://github.com/vndee/llm-sandbox/pull/3
- Make container commit optional by @mys007 in https://github.com/vndee/llm-sandbox/pull/4
- Allow Python 3.10 as well by @mys007 in https://github.com/vndee/llm-sandbox/pull/5
- feat: add
container_configsargument for docker session by @vndee in https://github.com/vndee/llm-sandbox/pull/7 - Add an option to include env vars in kubernetes pod manifest by @walter-bd in https://github.com/vndee/llm-sandbox/pull/8
- chore(deps-dev): bump nltk from 3.8.1 to 3.9 by @dependabot in https://github.com/vndee/llm-sandbox/pull/9
- Podman support by @walter-bd in https://github.com/vndee/llm-sandbox/pull/11
- Update README.md by @tarunnv-uio in https://github.com/vndee/llm-sandbox/pull/13
- Include
exit_codeinConsoleOutputby @iamhatesz in https://github.com/vndee/llm-sandbox/pull/15 - Enable configuring custom pod manifests when using Kubernetes by @iamhatesz in https://github.com/vndee/llm-sandbox/pull/16
- Store code to execute locally in an unique temporary directory by @iamhatesz in https://github.com/vndee/llm-sandbox/pull/17
- Lazily load docker and kubernetes modules by @richin13 in https://github.com/vndee/llm-sandbox/pull/19
- Revert "Lazily load docker and kubernetes modules" by @vndee in https://github.com/vndee/llm-sandbox/pull/20
- merge main by @vndee in https://github.com/vndee/llm-sandbox/pull/21
- Feat/v0.2.0 updates by @vndee in https://github.com/vndee/llm-sandbox/pull/22
- Add support for additional kwargs in
SandboxSessionby @vndee in https://github.com/vndee/llm-sandbox/pull/25 - Fix: Add error handling for command execution in SandboxDockerSession by @vndee in https://github.com/vndee/llm-sandbox/pull/28
- Support optional Docker dependency with lazy imports and type-safe annotations in utils.py by @walter-bd in https://github.com/vndee/llm-sandbox/pull/33
- fix ConsoleOutput result when running with k8s by @khubo in https://github.com/vndee/llm-sandbox/pull/35
- chore(deps-dev): bump h11 from 0.14.0 to 0.16.0 by @dependabot in https://github.com/vndee/llm-sandbox/pull/34
- Docs/v0.3.0 by @vndee in https://github.com/vndee/llm-sandbox/pull/37
New Contributors
- @DSri01 made their first contribution in https://github.com/vndee/llm-sandbox/pull/2
- @antonkulaga made their first contribution in https://github.com/vndee/llm-sandbox/pull/3
- @mys007 made their first contribution in https://github.com/vndee/llm-sandbox/pull/4
- @vndee made their first contribution in https://github.com/vndee/llm-sandbox/pull/7
- @walter-bd made their first contribution in https://github.com/vndee/llm-sandbox/pull/8
- @dependabot made their first contribution in https://github.com/vndee/llm-sandbox/pull/9
- @tarunnv-uio made their first contribution in https://github.com/vndee/llm-sandbox/pull/13
- @iamhatesz made their first contribution in https://github.com/vndee/llm-sandbox/pull/15
- @richin13 made their first contribution in https://github.com/vndee/llm-sandbox/pull/19
- @khubo made their first contribution in https://github.com/vndee/llm-sandbox/pull/35
Full Changelog: https://github.com/vndee/llm-sandbox/commits/0.3.0
- Python
Published by vndee 7 months ago