[GH-ISSUE #1209] [QUESTION]: Function Calling #748

Closed
opened 2026-02-22 18:21:09 -05:00 by yindo · 3 comments
Owner

Originally created by @shehanmkg on GitHub (Apr 27, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1209

Originally assigned to: @timothycarambat on GitHub.

Description

I am interested in understanding whether AnythingLLM supports function calling capabilities.

Context

  • I am looking to integrate AnythingLLM with external APIs or custom functions to enhance its functionality.
  • My use case involves to get some data from already implemented backend.

Question

  • Does AnythingLLM currently support function calling?
  • If so, could you provide documentation or examples on how to implement this feature?
  • If not, are there plans to include this feature in the future?

Additional Information

  • I am running AnythingLLM locally.
  • I have checked the existing issues and did not find an answer to this question.

Thank you for your assistance.

Originally created by @shehanmkg on GitHub (Apr 27, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1209 Originally assigned to: @timothycarambat on GitHub. ### Description I am interested in understanding whether AnythingLLM supports function calling capabilities. ### Context - I am looking to integrate AnythingLLM with external APIs or custom functions to enhance its functionality. - My use case involves to get some data from already implemented backend. ### Question - Does AnythingLLM currently support function calling? - If so, could you provide documentation or examples on how to implement this feature? - If not, are there plans to include this feature in the future? ### Additional Information - I am running AnythingLLM locally. - I have checked the existing issues and did not find an answer to this question. Thank you for your assistance.
yindo added the enhancementfeature request labels 2026-02-22 18:21:10 -05:00
yindo closed this issue 2026-02-22 18:21:10 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jul 30, 2024):

Does AnythingLLM currently support function calling?
yes, but only via our built-in agent skills. We are currently working on custom agent skills. What specifically are you trying to do (general API requests, SQL, etc)

If so, could you provide documentation or examples on how to implement this feature?
https://docs.anythingllm.com/agent/overview

@timothycarambat commented on GitHub (Jul 30, 2024): > Does AnythingLLM currently support function calling? yes, but only via our built-in agent skills. We are currently working on custom agent skills. What specifically are you trying to do (general API requests, SQL, etc) > If so, could you provide documentation or examples on how to implement this feature? https://docs.anythingllm.com/agent/overview
Author
Owner

@bhazzard commented on GitHub (Sep 3, 2024):

I am also interested in this feature. I'd like to be able to call local code snippets so that I can expand the capability of AnythingLLM to include Calendar Management, Email Reference, and more

@bhazzard commented on GitHub (Sep 3, 2024): I am also interested in this feature. I'd like to be able to call local code snippets so that I can expand the capability of AnythingLLM to include Calendar Management, Email Reference, and more
Author
Owner

@timothycarambat commented on GitHub (Sep 3, 2024):

Can be done with custom skills via: https://github.com/Mintplex-Labs/anything-llm/pull/2202

@timothycarambat commented on GitHub (Sep 3, 2024): Can be done with custom skills via: https://github.com/Mintplex-Labs/anything-llm/pull/2202
yindo changed title from [QUESTION]: Function Calling to [GH-ISSUE #1209] [QUESTION]: Function Calling 2026-06-05 14:36:59 -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#748