Metadata-Version: 2.4
Name: clawjam-trace
Version: 0.1.0
Summary: Capture CrewAI + AIP events, emit to clawjam dashboard via SSE.
Author: Sunil Prakash
License: MIT
Requires-Python: >=3.11
Requires-Dist: agent-identity-protocol>=0.2.0
Requires-Dist: aip-agents>=0.2.2
Requires-Dist: crewai>=0.30
Requires-Dist: httpx>=0.27
Requires-Dist: pydantic>=2.6
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest-httpx>=0.30; extra == 'dev'
Requires-Dist: pytest-vcr>=1.0; extra == 'dev'
Requires-Dist: pytest>=8; extra == 'dev'
Description-Content-Type: text/markdown

# clawjam-trace

Capture CrewAI + AIP events, emit to the clawjam dashboard via Server-Sent Events.

Part of [clawjam](https://github.com/sunilp/clawjam).

## Install

```bash
pip install clawjam-trace
```

## Usage

This package is wired in automatically by templates scaffolded with `npm create clawjam@latest`.

## License

MIT.
