mirror of
https://github.com/langchain-ai/langchain-benchmarks.git
synced 2026-07-01 22:34:02 -04:00
[PR #139] [MERGED] Add anthropic agent based on tool user repo #148
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:eugene/add_anthropic_tool_user📝 Commits (5)
137e030xa085f95x5dd8f0fx5f4dca3x3cdd3a7x📊 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.