[PR #3684] Add new tool: Judge0 CE #24234

Closed
opened 2026-02-21 20:22:37 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/3684

State: closed
Merged: Yes


Description

Since the current Code Interpreter in Dify only support Python and JavaScript, so I think this new code execution tool can be an add-on which can execute C, C++, Ruby, and other languages as well.

Type of Change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

I don't have much time to test it. But I try my best to avoid some problems that I encountered in previous PR, like YAML lint issue, etc.

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
**Original Pull Request:** https://github.com/langgenius/dify/pull/3684 **State:** closed **Merged:** Yes --- # Description Since the current Code Interpreter in Dify only support Python and JavaScript, so I think this new code execution tool can be an add-on which can execute C, C++, Ruby, and other languages as well. ## Type of Change - [x] New feature (non-breaking change which adds functionality) # How Has This Been Tested? I don't have much time to test it. But I try my best to avoid some problems that I encountered in previous PR, like YAML lint issue, etc. # Checklist: - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] My changes generate no new warnings
yindo added the pull-request label 2026-02-21 20:22:37 -05:00
yindo closed this issue 2026-02-21 20:22:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#24234