Metadata-Version: 2.4
Name: langgraph-stream-parser
Version: 1.0.0
Summary: Renamed to langstage-core. This is a thin compatibility shim that re-exports langstage-core under the old import name.
Project-URL: Homepage, https://github.com/dkedar7/langstage-core
Author-email: Kedar Dabhadkar <kdabhadk@gmail.com>
License: MIT
Requires-Python: >=3.11
Requires-Dist: langstage-core<2,>=1.0
Description-Content-Type: text/markdown

# langgraph-stream-parser → langstage-core

This package has been **renamed to [`langstage-core`](https://pypi.org/project/langstage-core/)**.

`1.0.0` is a thin compatibility shim: it depends on `langstage-core` and re-exports
its public API under the old `langgraph_stream_parser` import name (with a
`DeprecationWarning`). The bespoke event layer (`StreamParser`, `events`, the render
adapters) was retired in the rename — migrate those to the AG-UI stream
(`langstage_core.agui`). Please switch imports to `langstage_core`.
