mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-26 15:34:26 +00:00
4b34d4cffd
- nsjail: full create→exec→register→activate→exec-from-activated-path chain returns exit 0; activated mount runs scripts/use.py (reads data/input.json) and writes activated_writeback.txt through to the host skill store. - docker: same chain now passes after langbot-plugin-sdk#87 (recreate sandbox container when extra_mounts change). Corrected #2271 root cause from 'docker masks nested bind mount' to container-reuse: extra_mounts was not in the box session compatibility check, so docker reused a running container and could not append the activated skill's bind mount. - Exit criterion 3 (real end-to-end skill use) now DONE; all 5 criteria met. - Documents the nsjail stale-docker-artifact environment gotcha.