[PR #1116] [MERGED] Add Anthropic agent support with new API and tool_calling #3590

Closed
opened 2026-02-22 18:34:05 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1116
Author: @timothycarambat
Created: 4/17/2024
Status: Merged
Merged: 4/17/2024
Merged by: @timothycarambat

Base: masterHead: anthropic-agents


📝 Commits (2)

  • 25f3df2 Add Anthropic agent support with new API and tool_calling
  • e2a3817 patch useProviderHook to unset default models on provider change

📊 Changes

4 files changed (+156 additions, -99 deletions)

View changed files

📝 frontend/src/hooks/useGetProvidersModels.js (+5 -1)
📝 frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx (+1 -4)
📝 server/utils/agents/aibitat/providers/anthropic.js (+149 -94)
📝 server/utils/agents/index.js (+1 -0)

📄 Description

Add Anthropic agent support back so you can use agents with the Claude 3 and Claude 2 models.
Patch useProvider hook from including prev provider models in dropdown.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/1116 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 4/17/2024 **Status:** ✅ Merged **Merged:** 4/17/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `anthropic-agents` --- ### 📝 Commits (2) - [`25f3df2`](https://github.com/Mintplex-Labs/anything-llm/commit/25f3df2cd07cc2c88f465c1554d5f9fb1e94cd60) Add Anthropic agent support with new API and tool_calling - [`e2a3817`](https://github.com/Mintplex-Labs/anything-llm/commit/e2a38178e3493641b89adac18abfe22b2eb87da9) patch useProviderHook to unset default models on provider change ### 📊 Changes **4 files changed** (+156 additions, -99 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/hooks/useGetProvidersModels.js` (+5 -1) 📝 `frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx` (+1 -4) 📝 `server/utils/agents/aibitat/providers/anthropic.js` (+149 -94) 📝 `server/utils/agents/index.js` (+1 -0) </details> ### 📄 Description Add Anthropic agent support back so you can use agents with the Claude 3 and Claude 2 models. Patch useProvider hook from including prev provider models in dropdown. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:34:05 -05:00
yindo closed this issue 2026-02-22 18:34:06 -05:00
yindo changed title from [PR #1116] Add Anthropic agent support with new API and tool_calling to [PR #1116] [MERGED] Add Anthropic agent support with new API and tool_calling 2026-06-05 15:14:12 -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#3590