Metadata-Version: 2.4
Name: vantio-agent-sdk
Version: 1.0.0
Summary: Vantio Agent SDK for Python
License: ISC
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# vantio-agent-sdk

Python SDK for the Vantio Agent platform.

## Usage

```python
from vantio import VantioSession

with VantioSession() as trace_id:
    # agent logic here
    print(f"Running with trace: {trace_id}")
```
