Metadata-Version: 2.5
Name: friday-framework-transcript
Version: 0.1.0a1
Summary: Persistent, immutable conversation transcript storage for Friday
Project-URL: Homepage, https://github.com/CIChuck/agent-framework
Project-URL: Repository, https://github.com/CIChuck/agent-framework
Project-URL: Issues, https://github.com/CIChuck/agent-framework/issues
Project-URL: Documentation, https://github.com/CIChuck/agent-framework/tree/main/docs
Project-URL: Source, https://github.com/CIChuck/agent-framework/tree/main/packages/friday-transcript
Author: Friday Team
License-Expression: MIT
Requires-Python: >=3.10
Requires-Dist: aiosqlite>=0.19.0
Requires-Dist: pydantic>=2.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# Friday Framework Transcript

Persistent transcript package for the Friday Framework.

This package provides immutable conversation transcript models, SQLite-backed
storage, JSONL-oriented export support, and transcript utilities used by Friday
runtime applications.

## Install

```bash
pip install friday-framework-transcript
```

## Import Package

```python
import friday_transcript
```

## License

MIT
