MCPcopy Create free account

hub / github.com/QuantiaAI/helm-agents / functions

Functions475 in github.com/QuantiaAI/helm-agents

FunctionBadge
({ label, color }: { label: string; color: string })
apps/web/src/components/report-content.tsx:32
FunctionBrandHeader
({ tagline }: { tagline: string })
apps/web/src/pages/Login.tsx:92
FunctionBubble
({ turn: t }: { turn: DebateTurn })
apps/web/src/components/debate-bubbles.tsx:8
FunctionCard
({ kind, obj }: { kind: KnownReportKind; obj: Record<string, unknown> })
apps/web/src/components/report-content.tsx:164
FunctionCards
({ links }: { links: LinksByPlatform })
apps/web/src/components/TokenizedStockCTA.tsx:243
FunctionCopyIcon
({ className = "" }: { className?: string })
apps/web/src/components/TokenizedStockCTA.tsx:71
FunctionCopyRow
A copy-to-clipboard row: a label + value + copy icon, with "Copied ✓" feedback.
apps/web/src/components/TokenizedStockCTA.tsx:90
FunctionDbIcon
()
apps/web/src/pages/Settings.tsx:494
FunctionDebate
({ title, body, field, }: { title?: string; body?: string; field?: string; })
apps/web/src/components/debate-bubbles.tsx:43
FunctionDecisionCard
({ d }: { d: DecisionShape })
apps/web/src/components/report-content.tsx:142
FunctionDecisionHero
({ rating, ticker, date, decision, trader, }: { rating: Rating; ticker: string; date: string;
apps/web/src/pages/Analyze.tsx:686
FunctionDoc
()
apps/web/src/pages/Doc.tsx:27
FunctionEmptyState
({ label, hint }: { label: string; hint: string })
apps/web/src/pages/Analyze.tsx:589
FunctionExchangeCard
({ platform, links, }: { platform: SupportedPlatform; links: ResolvedLinks; })
apps/web/src/components/TokenizedStockCTA.tsx:130
FunctionField
({ label, children }: { label: string; children: React.ReactNode })
apps/web/src/pages/Settings.tsx:415
FunctionGridIcon
()
apps/web/src/pages/Settings.tsx:476
FunctionHealth
()
apps/web/src/pages/Health.tsx:10
FunctionHelmMark
({ className }: { className?: string })
apps/web/src/components/HelmMark.tsx:6
FunctionHistory
()
apps/web/src/pages/History.tsx:29
FunctionHome
()
apps/web/src/pages/Home.tsx:44
FunctionJsonView
({ value, depth = 0 }: { value: unknown; depth?: number })
apps/web/src/components/json-view.tsx:17
FunctionKeyIcon
()
apps/web/src/pages/Settings.tsx:486
FunctionLayout
()
apps/web/src/components/Layout.tsx:12
FunctionLocaleSwitcher
()
apps/web/src/components/LocaleSwitcher.tsx:15
FunctionLockHint
({ children }: { children: React.ReactNode })
apps/web/src/pages/Login.tsx:105
FunctionLockIcon
()
apps/web/src/pages/Settings.tsx:509
FunctionLogin
()
apps/web/src/pages/Login.tsx:10
FunctionMarkdown
({ children, withIds, }: { children: string; withIds?: boolean; })
apps/web/src/components/markdown.tsx:50
FunctionModuleShell
({ children }: { children: ReactNode })
apps/web/src/components/TokenizedStockCTA.tsx:253
FunctionNotFound
()
apps/web/src/pages/NotFound.tsx:6
FunctionPane
({ children }: { children: React.ReactNode })
apps/web/src/pages/Settings.tsx:409
FunctionPortfolioCard
({ d }: { d: PortfolioDecision })
apps/web/src/components/report-content.tsx:120
FunctionPrimitive
({ value }: { value: string | number | boolean | null })
apps/web/src/components/json-view.tsx:7
FunctionProbe
()
apps/web/test/auth-context.test.tsx:20
FunctionRebateNotes
Rebate-critical caveats, rendered as a design-style 提示 callout (cyan left rule).
apps/web/src/components/TokenizedStockCTA.tsx:208
FunctionRegister
()
apps/web/src/pages/Register.tsx:9
FunctionReportContent
({ title, field, body, data, accent, }: { title?: string; field?: string; body?: string; dat
apps/web/src/components/report-content.tsx:183
FunctionRequireAuth
()
apps/web/src/auth/RequireAuth.tsx:7
FunctionResearchCard
({ d }: { d: ResearchPlan })
apps/web/src/components/report-content.tsx:87
FunctionRunDetail
()
apps/web/src/pages/RunDetail.tsx:29
FunctionSaveBar
({ children }: { children: React.ReactNode })
apps/web/src/pages/Settings.tsx:426
FunctionSectionLabel
({ children, index, className = "", }: { children: React.ReactNode; index?: string | number; class
apps/web/src/components/SectionLabel.tsx:4
FunctionSentimentCard
({ d }: { d: SentimentShape })
apps/web/src/components/report-content.tsx:63
FunctionSettings
()
apps/web/src/pages/Settings.tsx:29
FunctionSlidersIcon
()
apps/web/src/pages/Settings.tsx:502
FunctionSponsoredFooter
()
apps/web/src/components/TokenizedStockCTA.tsx:218
FunctionStageDivider
({ n, label }: { n: string; label: string })
apps/web/src/pages/Analyze.tsx:674
FunctionStat
({ label, value }: { label: string; value: string | number })
apps/web/src/components/report-content.tsx:48
FunctionStats
({ children }: { children: React.ReactNode })
apps/web/src/components/report-content.tsx:59
FunctionStatusPill
({ status, label, progress, total, }: { status: RunStatus; label: string; progress: number; to
apps/web/src/pages/Analyze.tsx:555
FunctionStepper
({ label, hint, min, max, value, onChange, }: { label: string; hint: string; min: number;
apps/web/src/pages/Settings.tsx:430
FunctionTimeline
({ agentState, stages, agentLabel, }: { agentState: (name: string) => "pending" | "running" | "done";
apps/web/src/pages/Analyze.tsx:603
FunctionTokenizedStockCTA
({ variant, ticker, }: { variant: "home" | "detail"; ticker?: string; })
apps/web/src/components/TokenizedStockCTA.tsx:264
FunctionTraderCard
({ d }: { d: TraderProposal })
apps/web/src/components/report-content.tsx:104
Methodanalyze
(@CurrentUser() user: AuthUser, @Body() body: unknown)
apps/api/src/runs/runs.controller.ts:48
Methodappend
(r: { userId: string; ticker: string; tradeDate: string; rating: string; status: string;
packages/persistence/src/sqlite-memory-repo.ts:22
MethodapplyToEnv
Apply all stored keys to process.env (idempotent, called at engine build).
apps/api/src/lib/key-store.ts:92
FunctionauthConfigFromEnv
()
apps/api/src/auth/auth.config.ts:13
MethodcanActivate
(ctx: ExecutionContext)
apps/api/src/auth/jwt-auth.guard.ts:21
Functioncancel
()
apps/web/src/pages/Analyze.tsx:251
Methodcancel
(@CurrentUser() user: AuthUser, @Param("id") id: string)
apps/api/src/runs/runs.controller.ts:145
Methodcancel
Abort a running run. No-op if it already terminated.
apps/api/src/lib/run-manager.ts:107
Functionclose
()
packages/persistence/src/db.ts:33
Methodclose
()
packages/persistence/src/db.ts:13
Methodconstructor
(provider: string)
packages/llm/src/registry.ts:21
Methodconstructor
(message: string)
packages/dataflows/src/errors.ts:7
Methodconstructor
( public vendor: string, public symbol: string, detail?: string, )
packages/dataflows/src/errors.ts:15
Methodconstructor
(public vendor: string)
packages/dataflows/src/errors.ts:27
Methodconstructor
(public vendor: string)
packages/dataflows/src/errors.ts:35
Methodconstructor
(private db: Db)
packages/persistence/src/refresh-tokens-repo.ts:26
Methodconstructor
(private db: Db)
packages/persistence/src/user-keys-repo.ts:11
Methodconstructor
(private store: JsonStore)
packages/persistence/src/memory-repo.ts:14
Methodconstructor
(private db: Db)
packages/persistence/src/user-settings-repo.ts:5
Methodconstructor
(private db: Db)
packages/persistence/src/sqlite-memory-repo.ts:20
Methodconstructor
(private store: JsonStore)
packages/persistence/src/runs-repo.ts:8
Methodconstructor
(private db: Db)
packages/persistence/src/sqlite-runs-repo.ts:37
Methodconstructor
(private db: Db)
packages/persistence/src/users-repo.ts:12
Methodconstructor
( private readonly runs: RunsService, private readonly engine: EngineService, private readonly sto
apps/api/src/runs/runs.controller.ts:39
Methodconstructor
( private reflector: Reflector, @Inject(AUTH_CONFIG) private cfg: AuthConfig, )
apps/api/src/auth/jwt-auth.guard.ts:16
Methodconstructor
( private store: StoreService, @Inject(AUTH_CONFIG) private cfg: AuthConfig, )
apps/api/src/auth/auth.service.ts:36
Methodconstructor
( @Inject(AUTH_CONFIG) private readonly cfg: AuthConfig, private readonly store: StoreService, )
apps/api/src/auth/bootstrap.service.ts:14
Methodconstructor
( private auth: AuthService, @Inject(AUTH_CONFIG) private cfg: AuthConfig, )
apps/api/src/auth/auth.controller.ts:24
Methodconstructor
( private readonly store: StoreService, private readonly engine: EngineService, )
apps/api/src/memory/memory.controller.ts:20
Methodconstructor
(storeDir: string)
apps/api/src/lib/settings-store.ts:27
Methodconstructor
(storeDir: string)
apps/api/src/lib/key-cipher.ts:13
Methodconstructor
(private storeDir: string)
apps/api/src/lib/key-store.ts:63
Methodconstructor
(private stream: StreamFn, private opts: RunManagerOptions = {})
apps/api/src/lib/run-manager.ts:59
Methodconstructor
(@Inject(STORE_DIR) storeDir: string)
apps/api/src/engine/store.service.ts:25
Methodconstructor
(private readonly store: StoreService)
apps/api/src/engine/settings.service.ts:8
Methodconstructor
( @Inject(STORE_DIR) storeDir: string, private readonly store: StoreService, )
apps/api/src/engine/keys.service.ts:12
Methodconstructor
( private readonly engine: EngineService, private readonly store: StoreService, )
apps/api/src/engine/runs.service.ts:15
Methodconstructor
( private readonly settings: SettingsService, private readonly keys: KeysService, )
apps/api/src/engine/engine.service.ts:42
Methodconstructor
( private readonly settings: SettingsService, private readonly engine: EngineService, )
apps/api/src/config/config.controller.ts:15
Methodconstructor
( private readonly keys: KeysService, private readonly engine: EngineService, )
apps/api/src/keys/keys.controller.ts:9
Methodcount
()
packages/persistence/src/users-repo.ts:31
Methodcreate
(t: { id: string; userId: string; tokenHash: string; expiresAt: number; createdAt: number;
packages/persistence/src/refresh-tokens-repo.ts:28
Methodcreate
(@CurrentUser() user: AuthUser, @Body() body: unknown)
apps/api/src/runs/runs.controller.ts:67
FunctioncreateFundamentalsAnalyst
(deps: AgentDeps)
packages/agents/src/analysts/fundamentals.ts:5
FunctioncreateMessage
(args)
packages/llm/src/anthropic.ts:55
FunctioncreateMessage
(args)
packages/llm/tests/native.test.ts:23
← previousnext →301–400 of 475, ranked by callers