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
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
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