@sero-ai/app-runtime
v0.1.0
Published
Hooks for Sero federated app modules — useAppState, useAppInfo, useAgentPrompt
Readme
@sero-ai/app-runtime
Shared runtime hooks for Sero federated app modules.
This package provides the React hooks and context used by Sero apps:
useAppStateuseAppInfouseAgentPromptuseAIuseAvailableModelsuseThemeAppProvider
Development
Inside the Sero monorepo, workspace packages consume the source entrypoint.
Publishing
This package intentionally publishes its TypeScript source directly under the
@sero-ai npm scope.
cd packages/app-runtime
npm publish --access publicConsumption
Inside the Sero monorepo and exported plugin source repos, consumers keep
importing @sero-ai/app-runtime. Package manifests map that import name to the
published package via npm aliasing (npm:@sero-ai/app-runtime@<version>).
