Metadata-Version: 2.4
Name: replaylab
Version: 0.1.0a1
Summary: Local SDK, runtime, replay engine, and CLI for ReplayLab.
Project-URL: Homepage, https://github.com/Symblee/ReplayLab
Project-URL: Documentation, https://symblee.github.io/ReplayLab/
Project-URL: Repository, https://github.com/Symblee/ReplayLab
Project-URL: Issues, https://github.com/Symblee/ReplayLab/issues
Author: Symblee
License-Expression: Apache-2.0
Keywords: agent,capture,pytest,replay,testing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.13
Requires-Dist: pydantic>=2.12.0
Requires-Dist: replaylab-schemas==0.1.0a1
Requires-Dist: typer>=0.15.0
Description-Content-Type: text/markdown

# replaylab

`replaylab` is the local SDK, replay runtime, provider integration layer, and CLI for
ReplayLab.

The public-alpha candidate supports local capture, inspection, replay, comparison, and pytest
regression generation for Python workflows using non-streaming OpenAI Responses calls, sync
`requests`, sync `httpx`, and async `httpx`.

See the repository README and MkDocs site for the quickstart and MVP limitations.
