Metadata-Version: 2.4
Name: loongsuite-instrumentation-widesearch
Version: 0.6.0
Summary: LoongSuite WideSearch Instrumentation
Project-URL: Homepage, https://github.com/alibaba/loongsuite-python-agent/tree/main/instrumentation-loongsuite/loongsuite-instrumentation-widesearch
Project-URL: Repository, https://github.com/alibaba/loongsuite-python-agent
Author-email: LoongSuite Python Agent Authors <caishipeng.csp@alibaba-inc.com>, OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io>
License-Expression: Apache-2.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Requires-Dist: loongsuite-otel-util-genai~=0.6.0
Requires-Dist: opentelemetry-api~=1.37
Requires-Dist: opentelemetry-instrumentation>=0.58b0
Requires-Dist: opentelemetry-semantic-conventions>=0.58b0
Requires-Dist: wrapt<2.0.0,>=1.17.3
Provides-Extra: instruments
Requires-Dist: widesearch>=0.1.0; extra == 'instruments'
Provides-Extra: test
Requires-Dist: pytest-cov~=4.1.0; extra == 'test'
Requires-Dist: pytest~=8.0; extra == 'test'
Description-Content-Type: text/markdown

# LoongSuite WideSearch Instrumentation

OpenTelemetry instrumentation for the [WideSearch](https://github.com/ByteDance-Seed/WideSearch) multi-agent search framework.

## Installation

```bash
pip install loongsuite-instrumentation-widesearch
```

## Usage

```python
from opentelemetry.instrumentation.widesearch import WideSearchInstrumentor

WideSearchInstrumentor().instrument()
```
