Metadata-Version: 2.4
Name: enthusiast-agent-tool-calling
Version: 1.1.0
Summary: Base implementation of a Tool Calling agent for Enthusiast
Author: Damian Sowiński
Author-email: damian.sowinski@upsidelab.io
Requires-Python: >=3.10,<4
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: enthusiast-common (>=1.6.0,<2.0.0)
Requires-Dist: langchain (>=0.3.26,<0.4.0)
Description-Content-Type: text/markdown

# Enthusiast Tool Calling Agent

Base implementation of a tool-calling agent for Enthusiast, built on top of LangChain's tool-calling framework. This package provides the `BaseToolCallingAgent` class that all Enthusiast agents extend.

## Installation

This package is a dependency of other Enthusiast agent plugins and is installed automatically alongside them. To install it directly:

```shell
pip install enthusiast-agent-tool-calling
```

