mirror of
https://github.com/langchain-ai/langchain-benchmarks.git
synced 2026-07-01 22:34:02 -04:00
[PR #141] Implementation of anthropic agent #151
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/141
Author: @eyurtsev
Created: 12/14/2023
Status: 🔄 Open
Base:
main← Head:eugene/anthropic_tools_2📝 Commits (1)
d7bc9b7x📊 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.