Metadata-Version: 2.5
Name: promptdispatch
Version: 0.0.1
Summary: A framework-agnostic Python library for classifying LLM prompts and routing requests to the best-fit model and provider.
Author: Hruthik Kommuru
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
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
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# promptdispatch

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

`promptdispatch` is an open-source, framework-agnostic Python library for classifying an LLM prompt by task type, effort level, and tool-calling need, then routing the request to the best-fit model and provider, such as OpenAI or Anthropic, using the caller's own API keys. It has no LangChain dependency. This placeholder release reserves the package name; routing logic is not implemented yet.

## Installation

```bash
pip install promptdispatch
```

> **Status:** Early development. The API will change.

## License

This project is licensed under the [MIT License](LICENSE).
