dify/api/core/workflow/nodes/llm
Harry f198540357 feat(bundle): manifest-driven import with sandbox upload
- Add BundleManifest with dsl_filename for 100% tree ID restoration
- Implement two-step import flow: prepare (get upload URL) + confirm
- Use sandbox for zip extraction and file upload via presigned URLs
- Store import session in Redis with 1h TTL
- Add SandboxUploadItem for symmetric download/upload API
- Remove legacy source_zip_extractor, inline logic in service
- Update frontend to use new prepare/confirm API flow
2026-01-29 22:33:31 +08:00
..
__init__.py feat: add agent package 2025-12-09 11:36:47 +08:00
entities.py feat: add computer use feature to LLMNodeData 2026-01-28 20:51:22 +08:00
exc.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
file_saver.py Fix: Remove workflow/nodes from pyright exclusion (#26461) 2025-09-30 15:39:04 +08:00
llm_utils.py chore: fix the llm node memory issue 2026-01-20 13:52:45 +08:00
node.py feat(bundle): manifest-driven import with sandbox upload 2026-01-29 22:33:31 +08:00