@melandlabs/insights
v0.3.0
Published
OpenContext · insights module
Readme
insights (workspace)
Workspace package. Internal monorepo build artifact; not published to npm. End users install
@melandlabs/opencontext(the facade) instead. Monorepo contributors depend on this package via the workspace protocol.
Pure algorithm and filter logic for insight/event management.
Installation
pnpm add @melandlabs/opencontextExports
eventRank()- Event ranking algorithmfocusClassifier- Focus classification- Filter schemas (Zod)
- Filter utilities (
insightMatchesFilter,filterInsights) - Option normalizers
Note
Uses a minimal InsightBase interface. Implement the InsightRepository pattern to adapt to your data source.
