This page maps every published package to its supported root API and detailed package documentation. The package's src/index.ts is authoritative; deep src/* or dist/* imports are unsupported.
The generated TypeDoc site covers the supported root exports of all ten public packages. This hand-curated index adds package purpose and entry-point guidance; each package section links directly to its generated module reference.
@buzzr/dfs-engineDFS validation, effective-dated compatibility/custom policies, stat providers, settlement, payout math, provenance, and audit records.
createDfsEngine, defineStatProvider, defineBookPolicy, definePayoutTable, validateBookPolicyDefinition, validateDfsEntryInput, grading/payout helpers, league adapters, and migration adapters.DfsEntryInput, DfsLegInput, DfsSettlementContext, DfsSettlementResult, batch result/cache types, policy/table/source/verification types, and provider interfaces.@buzzr/bets-coreSportsbook odds, value, bankroll, and history analytics.
americanOddsToImpliedProbability, probabilityToAmericanOdds, calculateNoVigFairLine, combineAmericanOdds, calculateParlayProbability, calculateParlayFairValue, calculateExpectedValue, calculateKellyStake, calculateClosingLineValue, calculateBetRollup, calculateRollupByPeriod, calculateDrawdown, calculateStreaks, normalizeSportsbookSlug, and betRecordToDfsEntryInput.@buzzr/entertainment-engineTransparent entertainment scoring, feature extraction/training, model diagnostics, reporting, and personalized recommendations.
resolveBuzzScores, enrichGameRowWithBuzzScores, isMustWatch, predictGame, predictGameWithDiagnostics, trainSGD, validateModel, buildModelRunReport, rankGamesForUser, and explainRecommendation.MUST_WATCH_THRESHOLD, model version/feature constants, score/model/report types, UserAffinityProfile, and recommendation types.@buzzr/mcpLocal stdio MCP server exposing 11 tools across the three core engines.
createBuzzrMcpServer, registerBuzzrTool, allTools, SERVER_NAME, and SERVER_VERSION.dfsTools, oddsTools, historyTools, and buzzTools, plus each named tool definition.defineTool, jsonResult, errorResult, and public tool/result types.mcp and buzzr-mcp.@buzzr/dfs-cliFilesystem wrapper for grading one entry JSON document against a leg-keyed game-log JSON document.
runGrade and runGradeFromFiles.GameLogsByLegId, RunGradeInput, and RunGradeFileInput.dfs-grade.@buzzr/dfs-reactFramework-neutral settlement display models; no React runtime dependency.
getSlipDisplayModel, getStatusTone, formatLegLabel, and formatLegLine.SlipStatusTone, LegDisplayModel, and SlipDisplayModel.@buzzr/dfs-testkitFixture builders and injected mock providers for engine consumers.
makeDfsEntry, makeDfsLeg, makeGameLogEntry, createMockStatProvider, and makeInvalidDfsEntry.@buzzr/dfs-provider-espnAdapter from a consumer-owned ESPN-shaped game-log loader to StatProvider. It performs no network request itself.
createEspnStatProvider.EspnGameLogLoaderInput and EspnStatProviderOptions.@buzzr/dfs-provider-sportradarAdapter from consumer-owned Sportradar-shaped basketball rows to PlayerGameLogEntryShape and StatProvider. It performs no network request itself.
createSportradarStatProvider and sportradarRowToGameLog.SportradarBasketballStatLine, SportradarGameLogLoaderInput, and SportradarStatProviderOptions.@buzzr/dfs-engine-test-vectorsVersioned engine regression fixtures for the matching @buzzr/dfs-engine version. They are not official operator conformance.
TEST_VECTORS.TestVector, ExpectedSettlement, and ExpectedLegOutcome.llms.txt for a compact package index.AGENTS.md for repository invariants.