Metadata-Version: 2.4
Name: toolbench
Version: 0.0.1
Summary: A benchmarking framework for AI tools and agents.
Project-URL: Homepage, https://github.com/tonymenzo/toolbench
Project-URL: Repository, https://github.com/tonymenzo/toolbench
Project-URL: Issues, https://github.com/tonymenzo/toolbench/issues
Author: Tony Menzo
License: MIT
License-File: LICENSE
Keywords: agents,ai,benchmark,llm,tools
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# toolbench

A benchmarking framework for AI tools and agents.

> **Status:** pre-alpha placeholder. The package name is reserved on PyPI; a real release is coming soon.

## Installation

```bash
pip install toolbench
```

## Usage

```python
import toolbench
print(toolbench.__version__)
```

## License

MIT
