[PR #141] Implementation of anthropic agent #151

Open
opened 2026-02-16 00:18:21 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-benchmarks/pull/141
Author: @eyurtsev
Created: 12/14/2023
Status: 🔄 Open

Base: mainHead: eugene/anthropic_tools_2


📝 Commits (1)

📊 Changes

7 files changed (+457 additions, -3 deletions)

View changed files

📝 langchain_benchmarks/tool_usage/agents/__init__.py (+9 -1)
langchain_benchmarks/tool_usage/agents/anthropic_tool_agent.py (+228 -0)
📝 langchain_benchmarks/tool_usage/agents/experimental/encoder.py (+189 -0)
📝 langchain_benchmarks/tool_usage/agents/experimental/prompts.py (+1 -1)
📝 poetry.lock (+12 -1)
📝 pyproject.toml (+1 -0)
tests/unit_tests/agents/test_anthropic_tool_parsing.py (+17 -0)

📄 Description

WIP implementing using our own primitives


🔄 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/141 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 12/14/2023 **Status:** 🔄 Open **Base:** `main` ← **Head:** `eugene/anthropic_tools_2` --- ### 📝 Commits (1) - [`d7bc9b7`](https://github.com/langchain-ai/langchain-benchmarks/commit/d7bc9b7526e835339909cb388a5cc5ca9b70aee2) x ### 📊 Changes **7 files changed** (+457 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `langchain_benchmarks/tool_usage/agents/__init__.py` (+9 -1) ➕ `langchain_benchmarks/tool_usage/agents/anthropic_tool_agent.py` (+228 -0) 📝 `langchain_benchmarks/tool_usage/agents/experimental/encoder.py` (+189 -0) 📝 `langchain_benchmarks/tool_usage/agents/experimental/prompts.py` (+1 -1) 📝 `poetry.lock` (+12 -1) 📝 `pyproject.toml` (+1 -0) ➕ `tests/unit_tests/agents/test_anthropic_tool_parsing.py` (+17 -0) </details> ### 📄 Description WIP implementing using our own primitives --- <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:21 -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#151