Metadata-Version: 2.4
Name: ldai_optimizer
Version: 0.0.0
Summary: LaunchDarkly AI tool — optimizer
Project-URL: Homepage, https://docs.launchdarkly.com/sdk/ai/python
Project-URL: Repository, https://github.com/launchdarkly/python-server-sdk-ai
Author-email: LaunchDarkly <dev@launchdarkly.com>
License: Apache-2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
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: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Requires-Python: <4,>=3.9
Description-Content-Type: text/markdown

# LaunchDarkly AI tool — optimizer

[![PyPI](https://img.shields.io/pypi/v/ldai_optimizer.svg?style=flat-square)](https://pypi.org/project/ldai_optimizer/)

> [!CAUTION]
> This package is in pre-release and not subject to backwards compatibility
> guarantees. The API may change based on feedback.
>
> Pin to a specific minor version and review the [changelog](CHANGELOG.md) before upgrading.

This package will provide optimizer helpers for use in LaunchDarkly AI tool-based workflows. The public surface is not yet finalized; see [CHANGELOG.md](CHANGELOG.md) for updates.

## Installation

```bash
pip install ldai_optimizer
```

## License

Apache-2.0
