Metadata-Version: 2.4
Name: tracectrl-instrumentation-strands
Version: 0.1.0
Summary: TraceCtrl AWS Strands instrumentation
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: openinference-instrumentation-strands-agents>=0.1.0
Requires-Dist: tracectrl>=0.1.0
Description-Content-Type: text/markdown

# tracectrl-instrumentation-strands

TraceCtrl instrumentation for [AWS Strands Agents](https://strandsagents.com). Automatically traces agent runs, tool calls, and LLM interactions to the TraceCtrl dashboard.

## Install

```bash
pip install tracectrl-instrumentation-strands
```

## Usage

```python
from tracectrl.instrumentation.strands import instrument
instrument()
```

## Links

- [Docs](https://tracectrl.io/docs)
- [GitHub](https://github.com/tracectrl/tracectrl)
