42 Commits

Author SHA1 Message Date
Eugene Yurtsev fac037cb46 Update README with maintenance notice and usage warning (#65)
Added a notice about the lack of maintenance and production use
recommendation.

---------

Co-authored-by: Mason Daugherty <github@mdrxy.com>
Co-authored-by: Hunter Lovell <hunter@hntrl.io>
Co-authored-by: ccurme <chester.curme@gmail.com>
2026-01-14 13:49:31 -05:00
NoRaincheck a80977bd7c Fix typo in README for 'allow_net' usage (#64)
Corrected a typo in the README regarding 'allow_net'.
2026-01-14 12:46:14 -05:00
Eugene Yurtsev 3ac157e8b9 pyodide-sandbox-js: add makefile with test target (#52) 2025-07-09 14:38:23 -04:00
Eugene Yurtsev c9c5988c62 add attribution (#35) 2025-05-23 21:47:54 -04:00
Eugene Yurtsev f4c5bd3950 Add security.md (#32) 2025-05-20 22:49:39 -04:00
Eugene Yurtsev 0a3f6fed6d Update README.md (#31) 2025-05-20 22:45:36 -04:00
Eugene Yurtsev 2e3afd80a5 Update js readme to reflect org scope (#30)
Update JS readme
langchain_sandbox==0.0.6
2025-05-20 22:41:50 -04:00
Eugene Yurtsev 349a50e180 release 0.0.6 (#29) 2025-05-20 22:41:35 -04:00
Eugene Yurtsev 3d8a462b83 change to langchain scope (#28)
Publish deno package under langchain org scope
2025-05-20 22:39:16 -04:00
Eugene Yurtsev 2c718fa7f1 sandbox: add sync methods, add default timeout (#27) 2025-05-20 22:33:43 -04:00
Eugene Yurtsev f5f8766cd9 Add sync sandbox (#25)
Add sync sandbox

Address issue:
https://github.com/langchain-ai/langchain-sandbox/issues/14
2025-05-20 16:00:00 -04:00
Eugene Yurtsev 65760b8430 bump js pkg version prior to 0.0.5 release (#24) langchain_sandbox==0.0.5 2025-05-16 14:22:09 -04:00
Eugene Yurtsev 75309549d6 fix indents (#23) 2025-05-16 14:18:16 -04:00
Eugene Yurtsev b1489a8e45 0.0.5: release (#22)
* Add an integration test to the CLI
* Bump the js python version
2025-05-16 14:16:26 -04:00
Eugene Yurtsev 8f522d9a95 patch: surface information about failing installs as part of stderr (#21)
```shell
deno -A main.ts -c "import funcy; import langchain"
```

```json
{
  "stdout": null,
  "stderr": "Failed to install required Python packages: langchain. This is likely because these packages are not available in the Pyodide environment. Pyodide is a Python runtime that runs in the browser and has a limited set of pre-built packages. You may need to use alternative packages that are compatible with Pyodide.",
  "result": null,
  "success": false
}

```
2025-05-16 14:07:46 -04:00
Eugene Yurtsev 7be1128eda update readme (#20) 2025-05-16 11:39:59 -04:00
Eugene Yurtsev 78f3e6bffa update json package info (#19)
Update JS package info

---------

Co-authored-by: vbarda <vadym@langchain.dev>
2025-05-16 11:29:32 -04:00
Vadym Barda 3108f484f1 allow returning session bytes & metadata directly (#12) 2025-05-16 10:40:22 -04:00
vbarda 7e3f3a5cb2 minor update 2025-04-25 10:13:59 -04:00
Vadym Barda 324236fffa sandbox-py: release 0.0.4 (#11) langchain_sandbox==0.0.4 2025-04-25 10:08:19 -04:00
Vadym Barda 63228a4733 add examples to readme (#10) 2025-04-25 10:07:04 -04:00
Vadym Barda bb3ad73f4e update README and tool description (#9) 2025-04-25 09:53:35 -04:00
Vadym Barda f52ab89c11 add codeact example (#8) 2025-04-25 09:41:13 -04:00
Vadym Barda 4e722ae89d sandbox-py: add a code execution tool (#7) 2025-04-24 18:11:33 -04:00
Eugene Yurtsev 367db00076 minor fix (#6)
Minor fix
2025-04-17 22:55:27 -04:00
Eugene Yurtsev 0116271771 update readme clarification (#4)
Clarify some things in README.md
2025-04-15 13:45:56 -04:00
Eugene Yurtsev 7cfc3e8891 update README.md (#3)
Update README.md
2025-04-15 12:39:49 -04:00
Eugene Yurtsev 4c395afda8 streamline perms (#2)
Streamline permissions
langchain_sandbox==0.0.3
2025-04-15 12:29:39 -04:00
Eugene Yurtsev 0a5fb532b4 Merge pull request #1 from langchain-ai/eugene/some_fixes
some permission fixes
langchain_sandbox==0.0.2
2025-04-15 12:11:32 -04:00
Eugene Yurtsev 70fde570be x 2025-04-15 12:10:20 -04:00
Eugene Yurtsev 97b1d2a810 Update README.md langchain_sandbox==0.0.1 2025-04-15 11:46:02 -04:00
Eugene Yurtsev f826020340 x 2025-04-15 11:45:28 -04:00
Eugene Yurtsev 1a0b06a7cd x 2025-04-15 11:43:34 -04:00
Eugene Yurtsev 64a524df76 x 2025-04-15 11:41:44 -04:00
Eugene Yurtsev 955b2e8473 x 2025-04-15 11:40:23 -04:00
Eugene Yurtsev ec1593065e lint 2025-04-15 11:38:44 -04:00
Eugene Yurtsev 55553f1799 x 2025-04-15 11:32:17 -04:00
Eugene Yurtsev 6426099111 x 2025-04-15 11:30:12 -04:00
Eugene Yurtsev f75bdf7d1e x 2025-04-15 11:30:02 -04:00
Eugene Yurtsev a73fca25d6 update import in README.md 2025-04-15 11:26:40 -04:00
Eugene Yurtsev 8c70e70b99 Update gitignore 2025-04-15 11:18:21 -04:00
Eugene Yurtsev ebdc25a6c5 x 2025-04-15 11:17:44 -04:00