dify/api/core/sandbox
Harry dde2bea2cc fix(llm-skill): prompt tool call
- Renamed `build_skill_artifact_set` to `build_skill_bundle` for improved clarity in asset management.
- Updated references in `SkillManager` to reflect the new method name and ensure consistent handling of skill bundles.
- Added `AppAssetsAttrsInitializer` to `SandboxManager` to enhance asset initialization processes.
- Implemented output truncation in `SandboxBashTool` to manage long command outputs effectively.
2026-01-22 23:36:32 +08:00
..
bash fix(llm-skill): prompt tool call 2026-01-22 23:36:32 +08:00
entities refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +08:00
initializer fix(llm-skill): prompt tool call 2026-01-22 23:36:32 +08:00
services refactor(sandbox): async init and draft downloads 2026-01-22 19:18:34 +08:00
storage feat(sandbox): enhance sandbox initialization with draft support and asset management 2026-01-20 19:45:04 +08:00
utils feat(sandbox): add AppAssetsInitializer and refactor VMFactory to VMBuilder 2026-01-15 00:13:52 +08:00
__init__.py feat: enhance sandbox initializers with async and sync support 2026-01-22 19:58:38 +08:00
builder.py fix(llm-skill): prompt tool call 2026-01-22 23:36:32 +08:00
manager.py fix(llm-skill): prompt tool call 2026-01-22 23:36:32 +08:00
sandbox.py refactor(sandbox): async init and draft downloads 2026-01-22 19:18:34 +08:00