Enables tool use and function calling with Anthropic models, facilitating interaction with external resources.
anthropic-tools is a deprecated repository providing a research preview of using tools/function calling with Anthropic models. It allows users to define and use tools with Claude through the `BaseTool` and `ToolUser` classes, utilizing a structured prompt format for easier prompt construction and parsing. This SDK is no longer maintained and users should refer to the official Anthropic API for production-ready tool use functionality.