[GH-ISSUE #2504] [FEAT]: [Docker] #1621

Closed
opened 2026-02-22 18:25:44 -05:00 by yindo · 2 comments
Owner

Originally created by @nekopep on GitHub (Oct 20, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2504

What would you like to see?

Currently anythingLLM allow to develop agent plugin as NodeJS plugin. A lot of agent related thing are coded in python that used a lot in AI domain.
For example: https://openwebui.com/functions is a great source of such function that an LLM could call.
Would it be possible to create an NodeJs agent that would do underyhin pythaon function call?

Originally created by @nekopep on GitHub (Oct 20, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2504 ### What would you like to see? Currently anythingLLM allow to develop agent plugin as NodeJS plugin. A lot of agent related thing are coded in python that used a lot in AI domain. For example: https://openwebui.com/functions is a great source of such function that an LLM could call. Would it be possible to create an NodeJs agent that would do underyhin pythaon function call?
yindo added the enhancementfeature request labels 2026-02-22 18:25:44 -05:00
yindo closed this issue 2026-02-22 18:25:44 -05:00
Author
Owner

@nekopep commented on GitHub (Oct 20, 2024):

Sorry hot enter before finishing feature request...

@nekopep commented on GitHub (Oct 20, 2024): Sorry hot enter before finishing feature request...
Author
Owner

@timothycarambat commented on GitHub (Oct 20, 2024):

Yes, if Python is available on the host system, NodeJS could execute the client python installation and run arbitrary code to perform tasks. Obviously only run scripts you trust.

@timothycarambat commented on GitHub (Oct 20, 2024): Yes, if Python is available on the host system, NodeJS could execute the client python installation and run arbitrary code to perform tasks. Obviously only run scripts you trust.
yindo changed title from [FEAT]: [Docker] to [GH-ISSUE #2504] [FEAT]: [Docker] 2026-06-05 14:41:47 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1621