[PR #139] [MERGED] Add anthropic agent based on tool user repo #148

Closed
opened 2026-02-16 00:18:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-benchmarks/pull/139
Author: @eyurtsev
Created: 12/14/2023
Status: Merged
Merged: 12/14/2023
Merged by: @eyurtsev

Base: mainHead: eugene/add_anthropic_tool_user


📝 Commits (5)

📊 Changes

5 files changed (+279 additions, -2 deletions)

View changed files

agents/__init__.py (+0 -0)
agents/tests/__init__.py (+0 -0)
📝 langchain_benchmarks/tool_usage/agents/__init__.py (+9 -1)
langchain_benchmarks/tool_usage/agents/anthropic_tool_user.py (+269 -0)
📝 langchain_benchmarks/tool_usage/agents/openai_functions.py (+1 -1)

📄 Description

For benchmarking, this is comparing against anthropic implementation.


🔄 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/langchain-ai/langchain-benchmarks/pull/139 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 12/14/2023 **Status:** ✅ Merged **Merged:** 12/14/2023 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/add_anthropic_tool_user` --- ### 📝 Commits (5) - [`137e030`](https://github.com/langchain-ai/langchain-benchmarks/commit/137e03081ead00df43994473afa0281869e7ea75) x - [`a085f95`](https://github.com/langchain-ai/langchain-benchmarks/commit/a085f955ac19325ba67d09372bf97e821c2c84d5) x - [`5dd8f0f`](https://github.com/langchain-ai/langchain-benchmarks/commit/5dd8f0f2cbcb8d7a17926420bdf352272194bb51) x - [`5f4dca3`](https://github.com/langchain-ai/langchain-benchmarks/commit/5f4dca39ca6f0ffd71c3197199c95459bdaf649d) x - [`3cdd3a7`](https://github.com/langchain-ai/langchain-benchmarks/commit/3cdd3a74b9a615d8010154448561753b2b9930b0) x ### 📊 Changes **5 files changed** (+279 additions, -2 deletions) <details> <summary>View changed files</summary> ➖ `agents/__init__.py` (+0 -0) ➖ `agents/tests/__init__.py` (+0 -0) 📝 `langchain_benchmarks/tool_usage/agents/__init__.py` (+9 -1) ➕ `langchain_benchmarks/tool_usage/agents/anthropic_tool_user.py` (+269 -0) 📝 `langchain_benchmarks/tool_usage/agents/openai_functions.py` (+1 -1) </details> ### 📄 Description For benchmarking, this is comparing against anthropic implementation. --- <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-16 00:18:20 -05:00
yindo closed this issue 2026-02-16 00:18:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-benchmarks#148