dify/api/core/sandbox/bash
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
..
__init__.py refactor(sandbox): redesign sandbox_layer & reorganize import paths 2026-01-15 13:22:49 +08:00
bash_tool.py fix(llm-skill): prompt tool call 2026-01-22 23:36:32 +08:00
dify_cli.py refactor(skill): transition from artifact set to bundle structure 2026-01-22 22:46:57 +08:00
session.py refactor(skill): transition from artifact set to bundle structure 2026-01-22 22:46:57 +08:00
TODO.md feat(skill): skill support 2026-01-20 03:02:34 +08:00