MCPcopy Create free account

hub / github.com/Omnis-Labs/hunch-it / functions

Functions2,578 in github.com/Omnis-Labs/hunch-it

↓ 8 callersFunctionpct
(n: number)
Fundamental_analysis_agent/web/app/portfolio/page.tsx:34
↓ 8 callersFunctionpct
(n: number)
Fundamental_analysis_agent/web/app/_components/panels.tsx:6
↓ 8 callersFunctionpct
(n: number)
Fundamental_analysis_agent/web/app/seasonality/page.tsx:21
↓ 8 callersFunctionpos
(lon: number, r: number, cx: number, cy: number)
Fundamental_analysis_agent/web/app/astro/StarChart.tsx:14
↓ 8 callersFunctionprismaWithOrders
(orders: unknown[])
apps/ws-server/src/orders/trigger-monitor.test.ts:34
↓ 8 callersFunctionresolve_filing
Resolve a ticker (+ optional fiscal year) to an EDGAR FilingRef. Lookup order: 1. Our curated KNOWN_CIKS — gives industry metadata for the
Fundamental_analysis_agent/task2_10k_extractor/eval/edgar_lookup.py:308
↓ 8 callersFunctionrun_suite
( *, eval_set: Path, default_output: str, run_case: Callable[[dict], Awaitable[CaseOutcome]], default_
Fundamental_analysis_agent/shared/eval_harness.py:150
↓ 8 callersFunctionshouldShowAppNavigation
(pathname: string)
apps/web/components/shell/navigation.ts:17
↓ 7 callersFunction_clamp_float
(v: object, lo: float, hi: float, default: float)
Fundamental_analysis_agent/task4_technical/pipeline/autoresearch.py:61
↓ 7 callersFunction_lon
(body_cls, d: date)
Fundamental_analysis_agent/task25_astro/pipeline/astro.py:29
↓ 7 callersFunction_metrics
(curve, strat, cost_bps, *, n_rebalances, turnover_total, avg_n_holdings, avg_gross, target_vol_p
Fundamental_analysis_agent/task10_portfolio/pipeline/backtest.py:142
↓ 7 callersFunction_qualifies
(spec: EarningsSpec, e: EarningsEvent)
Fundamental_analysis_agent/task8_earnings/pipeline/backtest.py:25
↓ 7 callersFunctionclearDelegatedExecutionCooldownForTests
()
apps/ws-server/src/orders/trigger-execution-dispatch.ts:29
↓ 7 callersFunctionioRecorder
()
apps/ws-server/src/orders/trigger-monitor.test.ts:42
↓ 7 callersFunctionmark_incorporated_by_reference
Flag items whose short body is legitimate (content filed elsewhere). Returns the number of items newly flagged. Mutates `items` in place.
Fundamental_analysis_agent/task2_10k_extractor/pipeline/recover.py:96
↓ 7 callersFunctionnumeric
(value: NumericInput)
apps/web/lib/portfolio/summary.ts:95
↓ 7 callersFunctionrun_gap_backtest
( prices: list[PricePoint], spec: GapSpec, *, start: date, transaction_cost_bps: float = 1
Fundamental_analysis_agent/task13_overnight/pipeline/backtest.py:51
↓ 7 callersFunctionsession_scope
()
Fundamental_analysis_agent/shared/cost_ledger.py:104
↓ 7 callersFunctionsma
(closes: list[float], window: int)
Fundamental_analysis_agent/task4_technical/pipeline/indicators.py:23
↓ 7 callersFunctionsmaSeries
(values: readonly number[], window: number)
apps/web/lib/grill/analysis.ts:108
↓ 7 callersFunctionsubmittedInputRawForBalance
(input: { side: TriggerUltraSwapSide; requestedRaw: bigint; walletRaw: bigint; })
packages/shared/src/synthetic-order-execution.ts:122
↓ 7 callersFunctionsuggestBuyProposalSizeUsd
(input: ProposalSizingInput)
packages/db/src/lifecycle/proposal-sizing.ts:13
↓ 7 callersMethodtransform
Standard Platt: P(correct) = 1 / (1 + exp(a*x + b)). With `a < 0`, P increases with raw_score (the common case — higher raw confidenc
Fundamental_analysis_agent/task2_10k_extractor/pipeline/calibration.py:55
↓ 7 callersFunctiontryExecuteDelegatedTriggerOrder
( input: { userId: string; walletAddress: string; payload: TriggerHitPayload; }, deps: Deleg
packages/execution/src/orders/delegated-execution.ts:222
↓ 7 callersFunctionuseProtectedQueryEnabled
(requested = true)
apps/web/lib/hooks/protected-query.ts:17
↓ 6 callersFunction_control_signals
Yield (system, [(label, want_long_callable), ...]) for all 11 controls — deterministic.
Fundamental_analysis_agent/tools/divination_null_band.py:59
↓ 6 callersFunction_ev
(d, sentiment="neutral", beat="unknown", guidance="none")
Fundamental_analysis_agent/task24_contagion/tests/test_contagion.py:14
↓ 6 callersFunction_metrics
(curve: list[EquityPoint], trades: list[Trade], closes: list[float], days_in_market: int, cost_bp
Fundamental_analysis_agent/task3_strategy/pipeline/backtest.py:256
↓ 6 callersFunction_parse_date
(s: str)
Fundamental_analysis_agent/task22_congress/pipeline/congress_data.py:86
↓ 6 callersFunction_sign
(lon: float)
Fundamental_analysis_agent/task30_qizheng/pipeline/qizheng.py:60
↓ 6 callersFunction_txn_type
(raw: str)
Fundamental_analysis_agent/task22_congress/pipeline/congress_data.py:77
↓ 6 callersFunctionannual_series
{period_end: (filed, val)} for ANNUAL (~365-day) flow periods, earliest-filed per end (point-in-time). Used by fiscal-year factor agents (F-Score,
Fundamental_analysis_agent/task11_fundamentals_trend/pipeline/companyfacts.py:50
↓ 6 callersFunctionannualisedVolFromReturns
(returns: readonly number[])
apps/web/lib/grill/analysis.ts:1619
↓ 6 callersFunctionbuild_bundle
All series F-Score / accruals / asset-growth need, in one bundle.
Fundamental_analysis_agent/task17_quality/pipeline/factors.py:28
↓ 6 callersFunctionconsumeGrillAnalysisDraft
(input: { userId: string; request: GrillAnalysisDraftRequest; nowMs?: () => number; })
apps/web/lib/grill/drafts.ts:40
↓ 6 callersFunctioncore_item_gate
Deterministic structural gate over the four substance items. Returns a list of human-readable failure reasons (empty == pass). The orchestrat
Fundamental_analysis_agent/task2_10k_extractor/pipeline/confidence.py:55
↓ 6 callersFunctiondailyReturnsFromCloses
(closes: readonly number[])
apps/web/lib/grill/analysis.ts:1609
↓ 6 callersFunctiondecimal
(value: number)
apps/ws-server/src/proposals/generator.test.ts:67
↓ 6 callersFunctiondelegatedExecutionReadinessStatus
(input: { walletAddress: string; resolved: DelegatedExecutionResolvedWallet; serverKeyConfigured: boolea
packages/shared/src/delegated-execution-readiness.ts:69
↓ 6 callersFunctiondevToolsEnabled
()
apps/web/lib/dev-tools/auth.ts:14
↓ 6 callersFunctiondismissTriggerToasts
(orderId: string)
apps/web/components/notifications/notification-client.tsx:30
↓ 6 callersFunctionfactor_invariants
Lookahead invariants for a Task-4 BacktestResult: no episode opens before the window start, the benchmark anchors at 1.0 on bar 0, metrics are in
Fundamental_analysis_agent/shared/eval_harness.py:82
↓ 6 callersFunctionformatHoldingStateForDisplay
(state: string)
apps/web/lib/portfolio/holding-labels.ts:1
↓ 6 callersFunctionhasString
(record: Record<string, unknown>, key: string)
apps/web/lib/proposals/normalize.ts:48
↓ 6 callersFunctioninmarket_by_date
Daily in-market flag derived from a leg's executed trades. A position is held from a trade's `entry_date` (the fill bar) up to but not includ
Fundamental_analysis_agent/task5_ensemble/pipeline/combine.py:54
↓ 6 callersFunctionprotectedQueryEnabled
( { ready, connected }: ProtectedQueryAuthState, requested = true, )
apps/web/lib/hooks/protected-query.ts:10
↓ 6 callersFunctionredirectTargetForUnauthorized
({ requestUrl, currentPath, currentSearch, sentAuthorization, origin = 'http://localhost', }: Unauth
apps/web/lib/auth/unauthorized-redirect.ts:13
↓ 6 callersFunctionruleBasedSignal
(input: LlmInput)
apps/ws-server/src/signals/llm.ts:107
↓ 6 callersFunctionrun_pipeline
Full pipeline. Returns FilingExtraction; cost is queried from ledger. `enable_l3=False` skips the L3 LLM self-consistency layer — useful for
Fundamental_analysis_agent/task2_10k_extractor/pipeline/orchestrator.py:40
↓ 6 callersFunctionselectAiAnalysts
( ids: readonly string[] | null | undefined, )
apps/web/lib/grill/catalog.ts:217
↓ 6 callersFunctionsetPhase
(next: JupiterSwapPhase)
apps/web/lib/jupiter/ultra-swap.ts:562
↓ 6 callersMethodshouldRefresh
(input: BaseAnalysisRefreshInput)
apps/ws-server/src/signals/base-analysis-refresh.ts:47
↓ 6 callersFunctionsidereal_lon
(body: str, d: date)
Fundamental_analysis_agent/task35_jyotish/pipeline/jyotish.py:55
↓ 6 callersFunctiontoKitAddress
(publicKey: PublicKey | string)
apps/web/lib/solana/use-wallet-transfer.ts:84
↓ 6 callersFunctiontruncateText
(value: string, max = MAX_LOG_STRING_CHARS)
apps/web/app/dev-tools/dev-tools-client.tsx:268
↓ 6 callersFunctionverdict
(verse_no: int)
Fundamental_analysis_agent/task31_tieban/pipeline/tieban.py:46
↓ 6 callersFunctionwants_long
(prices: list[PricePoint], i: int, spec: SeasonalSpec)
Fundamental_analysis_agent/task12_seasonality/pipeline/signals.py:40
↓ 5 callersFunctionX
(s: number)
Fundamental_analysis_agent/web/app/dashboard/page.tsx:82
↓ 5 callersFunction_amount_bracket
(text: str)
Fundamental_analysis_agent/task22_congress/pipeline/congress_data.py:70
↓ 5 callersFunction_ann
(rs: list[float])
Fundamental_analysis_agent/task12_seasonality/pipeline/signals.py:63
↓ 5 callersFunction_avg
(label, signal, vals, summary)
Fundamental_analysis_agent/tools/agents_remaining.py:65
↓ 5 callersFunction_clamp_float
(v: object, lo: float, hi: float, default: float)
Fundamental_analysis_agent/task3_strategy/pipeline/autoresearch.py:87
↓ 5 callersFunction_clamp_int
(v: object, lo: int, hi: int, default: int)
Fundamental_analysis_agent/task3_strategy/pipeline/autoresearch.py:80
↓ 5 callersFunction_daily_series
(n: int, start: date = date(2020, 1, 1), step: float = 0.0005)
Fundamental_analysis_agent/task12_seasonality/tests/test_seasonality.py:14
↓ 5 callersFunction_instant
(tag, vals)
Fundamental_analysis_agent/task17_quality/tests/test_quality.py:23
↓ 5 callersFunction_wait
(coro, t)
Fundamental_analysis_agent/task1_browser_agent/api/scanner.py:331
↓ 5 callersFunctionannualizedReturnPct
(returns: readonly number[])
apps/web/lib/grill/analysis.ts:788
↓ 5 callersFunctionbaziYearPillar
(date: Date)
apps/web/lib/grill/analysis.ts:2794
↓ 5 callersFunctionbuildBuyProposalCreateData
( input: CreateBuyProposalForUserInput, )
packages/db/src/lifecycle/proposal-creation.ts:209
↓ 5 callersMethodclosePosition
Market-sell + server settlement. The lifecycle cancels open exits atomically.
apps/web/lib/runtime/types.ts:58
↓ 5 callersFunctioncreate
(body: CreateBody)
Fundamental_analysis_agent/task20_vix/api/router.py:27
↓ 5 callersFunctiondelegatedAccessError
(message: string, detail: unknown)
apps/web/lib/delegated-execution/settings-state.ts:94
↓ 5 callersFunctionderiveAutoExecuteSettingsState
(input: { connected: boolean; loading: boolean; status: DelegatedExecutionSettingsStatus | null; clien
apps/web/lib/delegated-execution/settings-state.ts:39
↓ 5 callersFunctiondevToolsGuard
(req: NextRequest)
apps/web/lib/dev-tools/auth.ts:41
↓ 5 callersFunctionema
Exponential moving average, seeded at the first defined value. `α = 2/(span+1)`. Accepts a series that may have leading `None`s (e.g. the MAC
Fundamental_analysis_agent/task4_technical/pipeline/indicators.py:37
↓ 5 callersFunctionequal_weights
(n: int)
Fundamental_analysis_agent/task10_portfolio/pipeline/sizing.py:39
↓ 5 callersFunctionevent_polarity
(e: EarningsEvent)
Fundamental_analysis_agent/task24_contagion/pipeline/contagion.py:16
↓ 5 callersFunctionfetch_companyfacts
(cik: int)
Fundamental_analysis_agent/task11_fundamentals_trend/pipeline/companyfacts.py:36
↓ 5 callersFunctionfmtPct
(v: number)
Fundamental_analysis_agent/web/app/dashboard/page.tsx:31
↓ 5 callersFunctionfmtUSD
(v: number, digits = 4)
Fundamental_analysis_agent/web/lib/format.tsx:66
↓ 5 callersMethodgetDailyBars
( input: { assetId: string; days?: number; } & PythBenchmarkBarsRequestOptions, )
packages/shared/src/pyth-benchmarks.ts:105
↓ 5 callersFunctiongetEnv
(name: string)
packages/execution/src/privy/delegated-wallet.ts:40
↓ 5 callersMethodgetParsedTokenAccountsByOwner
( owner: PublicKey, filter: { programId: PublicKey }, )
apps/web/lib/jupiter/ultra-swap.ts:70
↓ 5 callersFunctiongetPrisma
()
apps/ws-server/src/db/index.ts:13
↓ 5 callersFunctionindicator_readings_asof
Compact, rounded snapshot of all indicators as-of `as_of` (inclusive). Uses ONLY bars on/before `as_of`, so no future bar can leak into what the
Fundamental_analysis_agent/task4_technical/pipeline/indicators.py:171
↓ 5 callersFunctioninstant_series
{as-of date: (filed, val)} for INSTANT (balance-sheet) facts, earliest-filed per date (point-in-time).
Fundamental_analysis_agent/task11_fundamentals_trend/pipeline/companyfacts.py:76
↓ 5 callersFunctionisAppNavigationItemActive
(pathname: string, item: AppNavigationItem)
apps/web/components/shell/navigation.ts:24
↓ 5 callersFunctionisNum
(n: unknown)
apps/web/lib/utils/fmt.ts:15
↓ 5 callersMethodmarkAnalyzed
(input: BaseAnalysisRefreshInput)
apps/ws-server/src/signals/base-analysis-refresh.ts:102
↓ 5 callersFunctionmaskRpcUrl
(url: string)
apps/web/lib/jupiter/ultra-swap.ts:247
↓ 5 callersFunctionmoon_illumination
(d: date)
Fundamental_analysis_agent/task25_astro/pipeline/astro.py:51
↓ 5 callersFunctionokJson
(body: unknown)
apps/web/lib/orders/trigger-execution.test.ts:21
↓ 5 callersFunctionprepareBars
(bars: readonly Bar[])
apps/web/lib/grill/analysis.ts:82
↓ 5 callersFunctionpythWakeUpBandHit
(input: { kind: TriggerWakePayload['kind']; triggerPriceUsd: number | null | undefined; currentPriceUsd:
packages/shared/src/synthetic-order-execution.ts:75
↓ 5 callersFunctionrankFactorValue
( closes: readonly number[], end: number, factor: RankFactor, lookback: number, )
apps/web/lib/grill/analysis.ts:1277
↓ 5 callersFunctionreadProtectedJson
(response: Response)
apps/web/lib/hooks/protected-response.ts:12
↓ 5 callersFunctionrun_earnings_backtest
( prices: list[PricePoint], events: list[EarningsEvent], spec: EarningsSpec, *, start: dat
Fundamental_analysis_agent/task8_earnings/pipeline/backtest.py:50
↓ 5 callersFunctionrun_insider_backtest
( prices: list[PricePoint], txns: list[InsiderTxn], spec: InsiderSpec, *, start: date,
Fundamental_analysis_agent/task6_insider/pipeline/backtest.py:50
↓ 5 callersFunctionrun_relative_backtest
( ticker_prices: list[PricePoint], benchmark_prices: list[PricePoint], spec: RelativeSpec, *,
Fundamental_analysis_agent/task7_relative/pipeline/backtest.py:51
↓ 5 callersFunctionrun_short_backtest
( prices: list[PricePoint], svr: list[tuple[date, float]], spec: ShortSpec, *, start: date, transactio
Fundamental_analysis_agent/task16_short/pipeline/backtest.py:91
← previousnext →101–200 of 2,578, ranked by callers