Harry
beefff3d48
feat(docker-demuxer): implement producer-consumer pattern for stream demultiplexing
...
- Introduced threading to handle Docker's stdout/stderr streams, improving thread safety and preventing race conditions.
- Replaced buffer-based reading with queue-based reading for stdout and stderr.
- Updated read methods to handle errors and end-of-stream conditions more gracefully.
- Enhanced documentation to reflect changes in the demuxing process.
2026-01-08 14:15:41 +08:00
Harry
15c3d712d3
feat: sandbox provider configuration
2026-01-08 11:04:12 +08:00
Yeuoly
fe4c591cfd
feat(daytona-environment): enhance command management with threading support and default API URL
2026-01-07 18:47:22 +08:00
Yeuoly
0cd613ae52
fix(docker-daemon): update default Docker socket to use Unix socket
2026-01-07 18:35:49 +08:00
Yeuoly
0082f468b4
Refactor code structure for improved readability and maintainability
2026-01-07 18:33:13 +08:00
Harry
1a203031e0
fix(virtual-env): fix Docker stdout/stderr demuxing and exit code parsing
...
- Add _DockerDemuxer to properly separate stdout/stderr from multiplexed stream
- Fix binary header garbage in Docker exec output (tty=False 8-byte header)
- Fix LocalVirtualEnvironment.get_command_status() to use os.WEXITSTATUS()
- Update tests to use Transport API instead of raw file descriptors
2026-01-07 12:20:07 +08:00
Harry
05c3344554
feat: future interface for easy way to use VM.execute_command
2026-01-07 11:57:00 +08:00
Harry
caabca3f02
feat: sandbox layer for workflow execution
2026-01-06 15:47:20 +08:00
Harry
36b7075cf4
Merge feat/llm-node-support-tools and fix type errors
...
- Merge origin/feat/llm-node-support-tools branch
- Fix unused variable tenant_id in dsl.py
- Add None checks for app and workflow in dsl.py
- Add type ignore for e2b_code_interpreter import
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-05 18:32:15 +08:00
Harry
43daf4f82c
refactor: rename construct_environment method to _construct_environment for consistency across virtual environment providers
2026-01-05 18:13:13 +08:00
Harry
932be0ad64
feat: session management for InnerAPI&VM
2026-01-05 18:13:13 +08:00
Yeuoly
a911b268aa
feat: improve read behavior in QueueTransportReadCloser to handle initial data wait and subsequent immediate returns
2026-01-04 17:58:04 +08:00
Yeuoly
ec29c24916
feat: enhance QueueTransportReadCloser to handle reading with available data and improve EOF handling
2026-01-02 15:03:17 +08:00
Yeuoly
2673fe05a5
feat: introduce TransportEOFError for handling closed transport scenarios and update transport classes to raise it
2026-01-01 18:46:08 +08:00
Yeuoly
180fdffab1
feat: update E2BEnvironment options to include default template, list file depth, and API URL
2025-12-31 18:29:22 +08:00
Yeuoly
62e422f75a
feat: add NotSupportedOperationError and update E2BEnvironment to raise it for unsupported command status retrieval
2025-12-31 18:09:14 +08:00
Yeuoly
41565e91ed
feat: add support for passing environment variables to E2B sandbox
2025-12-31 18:07:43 +08:00
Yeuoly
c9610e9949
feat: implement transport abstractions for virtual environments and add E2B environment provider
2025-12-31 17:51:38 +08:00
Yeuoly
29dc083d8d
feat: enhance DockerDaemonEnvironment with options handling and default values
2025-12-31 16:19:47 +08:00
Yeuoly
f679065d2c
feat: extend construct_environment method to accept environments parameter in virtual environment classes
2025-12-30 21:07:16 +08:00
Yeuoly
0a97e87a8e
docs: clarify usage of close() method in PipeTransport docstring
2025-12-30 20:58:51 +08:00
Yeuoly
4d81455a83
fix: correct PipeTransport file descriptor assignments and architecture matching case sensitivity
2025-12-30 20:54:39 +08:00
Yeuoly
39091fe4df
feat: enhance command execution and status retrieval in virtual environments with transport abstractions
2025-12-30 19:37:30 +08:00
Yeuoly
274f9a3f32
Refactor code structure for improved readability and maintainability
2025-12-30 16:31:34 +08:00
Yeuoly
a513ab9a59
feat: implement DSL prediction API and virtual environment base classes
2025-12-30 15:24:54 +08:00