@akapulu/web-core
v1.0.0
Published
Shared core types and session logic for Akapulu Web SDK packages.
Readme
@akapulu/web-core
Shared core types and session logic for Akapulu Web SDK packages.
What this package contains
- Session store and state machine logic
- Shared SDK event and transport types
- Transcript and node models
Install
npm install @akapulu/web-coreUsage
import { createAkapuluSessionStore, type AkapuluEvent } from "@akapulu/web-core";This package is primarily intended for SDK package internals and advanced integrations.
