@esl-ecosystem/voice-react
v0.1.0
Published
Thin React wrapper over `@esl-ecosystem/voice-core`.
Readme
@esl-ecosystem/voice-react
Thin React wrapper over @esl-ecosystem/voice-core.
Owns
- headless hooks over core state and transport helpers
- optional React-facing convenience bindings
Does Not Own
- canonical session semantics
- provider translation
- platform contract definitions
Current State
- This package is in active extraction.
- The headless guided-turn hook now exposes a reusable session snapshot hydration seam for consumers that reload persisted history.
- Keep React-specific code narrow and push shared behavior downward into
@esl-ecosystem/voice-corewhere appropriate. - Do not treat this package as a convenience umbrella for
contractsorcore; import shared types and client primitives from their owning packages.
