Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
e2b
  • Loading branch information
justinchiu-cohere committed Jan 27, 2025
commit a41b61f17c5f2422d4abb9be28921149f32e883c
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ dependencies = [
"datasets==3.0.1",
"modal>=0.66.26",
"strenum>=0.4.15",
"e2b-code-interpreter>=1.0.4",
"python-dotenv>=1.0.1",
]
classifiers = [
"License :: OSI Approved :: MIT License",
Expand Down
9 changes: 9 additions & 0 deletions test_e2b.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from dotenv import load_dotenv
load_dotenv()
from e2b_code_interpreter import Sandbox

sb = Sandbox()
sb.commands.run("pip install commit0")
sb.commands.run("commit0 setup tinydb")
import pdb; pdb.set_trace()
k
36 changes: 36 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.