mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
Full pipeline working: Agent V2 node → Docker container creation → CLI binary upload (linux/arm64) → dify init (fetch tools from API) → dify execute (tool callback via CLI API) → result returned. Fixes: - Use sandbox.id (not vm.metadata.id) for CLI paths - Upload CLI binary to container during sandbox creation - Resolve linux binary separately for Docker containers on macOS - Save Docker provider config via SandboxProviderService (proper encryption) instead of raw DB insert - Add verbose logging for sandbox tool execution path - Fix NameError: binary not defined Made-with: Cursor |
||
|---|---|---|
| .. | ||
| app_config | ||
| apps | ||
| entities | ||
| features | ||
| file_access | ||
| layers | ||
| llm | ||
| task_pipeline | ||
| workflow | ||
| __init__.py | ||