Metadata-Version: 2.4
Name: agentshadow
Version: 0.1.0
Summary: AgentTrace Python SDK
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Provides-Extra: async
Requires-Dist: aiohttp>=3.9; extra == "async"

# SDK Environment

Use `uv` for local development:

```bash
cd sdk
uv sync --dev
source .venv/bin/activate
pytest -q
```
