README.md
TODO.md
build.sh
pyproject.toml
uv.lock
examples/basic_usage.py
examples/bench_cp.py
examples/command_stdin.py
examples/named_sandbox.py
examples/persistent_shell.py
examples/port_forwarding.py
examples/recoverable_command.py
examples/reusable_snapshot.py
examples/reverse_tunnel.py
examples/tunnel_large_response.py
openyuanrong_sandbox.egg-info/PKG-INFO
openyuanrong_sandbox.egg-info/SOURCES.txt
openyuanrong_sandbox.egg-info/dependency_links.txt
openyuanrong_sandbox.egg-info/entry_points.txt
openyuanrong_sandbox.egg-info/requires.txt
openyuanrong_sandbox.egg-info/top_level.txt
tests/e2e_rrt_direct.py
tests/sdk_e2e.py
tests/test_http_pool.py
tests/test_port_forwarding_example.py
tests/test_transport_direct.py
tests/test_tunnel_client.py
tests/test_tunnel_protocol.py
tests/e2e/e2e_akernel_contract.py
tests/unit/test_cleanup.py
tests/unit/test_command_poll.py
tests/unit/test_e2e_rrt_direct_contract.py
tests/unit/test_examples_contract.py
tests/unit/test_filesystem.py
tests/unit/test_lifecycle.py
tests/unit/test_pty.py
tests/unit/test_public_api.py
tests/unit/test_resources.py
tests/unit/test_reusable_snapshot.py
tests/unit/test_sdk_contract.py
tests/unit/test_tunnel_client.py
tests/unit/test_types.py
yr_sandbox/__init__.py
yr_sandbox/_command_metrics.py
yr_sandbox/_http_pool.py
yr_sandbox/_pty_transport.py
yr_sandbox/_resources.py
yr_sandbox/_transport.py
yr_sandbox/cli.py
yr_sandbox/commands.py
yr_sandbox/filesystem.py
yr_sandbox/pty.py
yr_sandbox/py.typed
yr_sandbox/sandbox_api.py
yr_sandbox/tunnel_client.py
yr_sandbox/tunnel_protocol.py
yr_sandbox/types.py
yr_sandbox/shell/__init__.py
yr_sandbox/shell/shell.py
yr_sandbox/shell/shells.py