@assistant-wi/react
v0.0.61
Published
Canonical React package scaffold for assistant-wi
Downloads
1,160
Readme
@assistant-wi/react
@assistant-wi/react is the canonical public React package for assistant-wi.
Role
It owns the published React-facing package surface: hooks, providers, messenger/workspace orchestration, React renderers/widgets, entry points, and package-level build metadata for the assistant-wi React integration.
Owns
- canonical package exports for
.,./core, and./core/tool - React hooks and providers
- messenger and workspace shell orchestration
- React-specific integration surfaces
- React renderers and widgets
- package-local build, lint, formatting, and test scaffolding
Does not own
- canonical interaction semantics
- transport adapters
- model execution
Dependency direction
@assistant-wi/react sits above @assistant-wi/interaction and remains the public React integration boundary. End users should import @assistant-wi/react, not @assistant-wi/interaction.
Runtime API relation
This package consumes runtime-facing contracts but does not define or implement RuntimeApi directly.
Tool execution relation
It renders and reacts to canonical interaction state around tools, but it is not a tool authority.
Status
Canonical public React package now backed by absorbed donor source inside the aw monorepo.
