MCPcopy Create free account

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

Functions475 in github.com/QuantiaAI/helm-agents

↓ 4 callersFunctioncreateYfinanceVendor
( fetchImpl: typeof fetch = globalThis.fetch, )
packages/dataflows/src/vendors/yfinance.ts:49
↓ 4 callersFunctionhashRefreshToken
(token: string)
apps/api/src/auth/token.ts:57
↓ 4 callersFunctionhydrateDone
Apply a completed run's final state to the UI (used by stream done, * resume, and recovery).
apps/web/src/pages/Analyze.tsx:86
↓ 4 callersFunctionisCustomOnly
(provider: string)
packages/llm/src/model-catalog.ts:107
↓ 4 callersFunctionisOpenAiCompatible
(provider: string)
packages/llm/src/registry.ts:85
↓ 4 callersMethodlist
(limit = 50)
packages/persistence/src/runs-repo.ts:33
↓ 4 callersFunctionlistProviders
()
packages/llm/src/registry.ts:77
↓ 4 callersFunctionopenDb
(dir: string)
packages/persistence/src/sqlite.ts:94
↓ 4 callersMethodrecent
(ticker: string | undefined, limit: number)
packages/persistence/src/memory-repo.ts:36
↓ 4 callersMethodreconcileInterrupted
* Mark every persisted "running" row as interrupted. Runs execute only in the * in-memory RunManager (which persists the terminal status); a freshl
packages/persistence/src/runs-repo.ts:46
↓ 4 callersFunctionrecordingLlm
Stub LLM that records the system prompt it received.
packages/core/tests/engine.test.ts:117
↓ 4 callersFunctionrenderProvider
()
apps/web/test/auth-context.test.tsx:32
↓ 4 callersFunctionrequireKey
()
packages/dataflows/src/vendors/alpha_vantage.ts:28
↓ 4 callersMethodresolve
( @CurrentUser() user: AuthUser, @Query("ticker") ticker?: string, )
apps/api/src/memory/memory.controller.ts:37
↓ 4 callersFunctionresolveBenchmark
( ticker: string, benchmarkMap: Record<string, string>, defaultBenchmark = "SPY", )
packages/dataflows/src/returns.ts:18
↓ 4 callersMethodrevokeIfActive
Atomically revoke a token only if it is currently active. Returns true iff * this call is the one that revoked it (the rotation "winner"); a false
packages/persistence/src/refresh-tokens-repo.ts:58
↓ 4 callersFunctionrun
(key: string, label: string, fn: () => void)
apps/api/src/health/checks.ts:20
↓ 4 callersFunctionslugify
(text: string)
apps/web/src/components/markdown.tsx:25
↓ 4 callersMethodsnapshot
(run: RunState)
apps/api/src/lib/run-manager.ts:119
↓ 4 callersFunctionstructuredInstruction
(structured: z.ZodType)
packages/llm/src/structured-format.ts:46
↓ 4 callersFunctionstubLlm
Stub LLM: free-text "ok"; parses structured output via canned candidates.
packages/workflow/tests/graph.test.ts:9
↓ 4 callersMethodwake
(run: RunState)
apps/api/src/lib/run-manager.ts:171
↓ 3 callersFunctionauthHeaders
(extra?: HeadersInit)
apps/web/src/api/client.ts:21
↓ 3 callersFunctionbuildGraph
(deps: AgentDeps, opts: BuildGraphOptions = {})
packages/workflow/src/graph.ts:77
↓ 3 callersFunctioncreateAlphaVantageVendor
( apiKey: string | undefined, fetchImpl: typeof fetch = globalThis.fetch, )
packages/dataflows/src/vendors/alpha_vantage.ts:24
↓ 3 callersFunctioncreateAnthropicClient
(opts: { model: string; apiKey?: string; baseUrl?: string; transport?: AnthropicTransport; })
packages/llm/src/anthropic.ts:73
↓ 3 callersFunctioncreateBullResearcher
(deps: AgentDeps)
packages/agents/src/researchers/bull.ts:5
↓ 3 callersFunctioncreateFredVendor
( apiKey: string | undefined, fetchImpl: typeof fetch = globalThis.fetch, )
packages/dataflows/src/vendors/fred.ts:36
↓ 3 callersFunctioncreateGoogleClient
(opts: { model: string; apiKey?: string; transport?: GoogleTransport; })
packages/llm/src/google.ts:71
↓ 3 callersFunctioncreateResearchManager
(deps: AgentDeps)
packages/agents/src/managers/research-manager.ts:18
↓ 3 callersFunctioncreateRiskDebator
( deps: AgentDeps, opts: { speaker: "Aggressive" | "Conservative" | "Neutral"; system: string; }
packages/agents/src/risk-mgmt/shared.ts:17
↓ 3 callersFunctioncreateTrader
(deps: AgentDeps)
packages/agents/src/trader/trader.ts:19
↓ 3 callersMethoddelete
(userId: string, env: string)
packages/persistence/src/user-keys-repo.ts:30
↓ 3 callersFunctiondrain
()
apps/web/test/stream.test.ts:22
↓ 3 callersFunctionfetchChart
( symbol: string, fetchImpl: typeof fetch, range = "5y", )
packages/dataflows/src/vendors/yfinance.ts:23
↓ 3 callersMethodfindById
(id: string)
packages/persistence/src/users-repo.ts:27
↓ 3 callersFunctionfirstString
(obj: Record<string, unknown>, re: RegExp)
apps/web/src/lib/report-format.ts:73
↓ 3 callersFunctionfresh
()
packages/persistence/tests/user-scoped-repos.test.ts:10
↓ 3 callersFunctionfresh
()
packages/persistence/tests/repos.test.ts:9
↓ 3 callersFunctiongen
Async generator that yields events, optionally throwing after N of them.
apps/web/test/analyze.test.tsx:23
↓ 3 callersFunctiongetCapabilities
(model: string)
packages/llm/src/capabilities.ts:47
↓ 3 callersMethodinvalidate
Drop a user's cached engine so their next run picks up new settings/keys.
apps/api/src/engine/engine.service.ts:72
↓ 3 callersMethodissue
(user: { id: string; email: string })
apps/api/src/auth/auth.service.ts:41
↓ 3 callersMethodlist
(@CurrentUser() user: AuthUser)
apps/api/src/runs/runs.controller.ts:60
↓ 3 callersMethodread
(name: string)
packages/persistence/src/db.ts:11
↓ 3 callersFunctionrenderGuard
()
apps/web/test/require-auth.test.tsx:24
↓ 3 callersFunctionrenderTraderProposal
(t: TraderProposal)
packages/shared/src/schemas.ts:68
↓ 3 callersMethodrevoke
(tokenHash: string)
packages/persistence/src/refresh-tokens-repo.ts:51
↓ 3 callersFunctionrunHealthChecks
(storeDir: string)
apps/api/src/health/checks.ts:37
↓ 3 callersMethodsetRefreshCookie
(res: Response, token: string)
apps/api/src/auth/auth.controller.ts:29
↓ 3 callersFunctionsignAccessToken
( payload: { sub: string; email: string }, secret: string, ttlSec: number, now = nowSec(), )
apps/api/src/auth/token.ts:15
↓ 3 callersMethodstreamEvents
(input: AnalyzeInput, signal?: AbortSignal)
packages/core/src/engine.ts:43
↓ 3 callersFunctionstreamRun
( runId: string, signal: AbortSignal, )
apps/web/src/api/client.ts:141
↓ 3 callersFunctiontextOf
(children: React.ReactNode)
apps/web/src/components/markdown.tsx:33
↓ 2 callersFunctionagentMeta
(name: string)
apps/web/src/lib/agents.ts:45
↓ 2 callersFunctionapiPost
(path: string, body?: unknown)
apps/web/src/api/client.ts:92
↓ 2 callersFunctionauthErrorMessage
(err: unknown, t: TFunction)
apps/web/src/lib/auth-error.ts:8
↓ 2 callersFunctionauthRequest
(path: string, body?: unknown)
apps/web/src/api/client.ts:104
↓ 2 callersFunctionauthenticate
(path: string, email: string, password: string)
apps/web/src/auth/AuthContext.tsx:62
↓ 2 callersFunctionbuildApp
(dir: string)
apps/api/test/isolation.e2e-spec.ts:13
↓ 2 callersFunctionclamp
(v: number)
apps/web/src/pages/Settings.tsx:445
↓ 2 callersFunctioncloseOn
(series: Series[], date: string)
packages/dataflows/src/returns.ts:59
↓ 2 callersFunctioncloses
(result: ChartResult)
packages/dataflows/src/vendors/yfinance.ts:44
↓ 2 callersFunctioncompile
(selected?: AnalystKey[], outputLanguage?: string)
packages/core/src/engine.ts:77
↓ 2 callersFunctioncomputeReturns
( symbol: string, fromDate: string, holdDays: number, benchmark: string, fetchImpl: typeof fetch = g
packages/dataflows/src/returns.ts:81
↓ 2 callersFunctioncopyText
Copy `value` to the clipboard; resolves false where the Clipboard API is * unavailable (older browsers / headless test envs).
apps/web/src/components/TokenizedStockCTA.tsx:61
↓ 2 callersFunctioncreateAggressiveDebator
(deps: AgentDeps)
packages/agents/src/risk-mgmt/aggressive.ts:5
↓ 2 callersFunctioncreateBearResearcher
(deps: AgentDeps)
packages/agents/src/researchers/bear.ts:5
↓ 2 callersFunctioncreatePolymarketVendor
( fetchImpl: typeof fetch = globalThis.fetch, )
packages/dataflows/src/vendors/polymarket.ts:33
↓ 2 callersFunctioncreateResearcher
( deps: AgentDeps, opts: { side: "Bull" | "Bear"; system: (target: string) => string; }, )
packages/agents/src/researchers/shared.ts:13
↓ 2 callersFunctioncreateSentimentAnalyst
(deps: AgentDeps)
packages/agents/src/analysts/sentiment.ts:6
↓ 2 callersFunctioncreateSocialVendor
( fetchImpl: typeof fetch = globalThis.fetch, )
packages/dataflows/src/vendors/social.ts:86
↓ 2 callersMethoddecrypt
(blob: string)
apps/api/src/lib/key-cipher.ts:35
↓ 2 callersFunctiondefaultStoreDir
()
apps/api/src/health/checks.ts:16
↓ 2 callersMethodencrypt
(plaintext: string)
apps/api/src/lib/key-cipher.ts:24
↓ 2 callersFunctionextractStrings
(patch: Record<string, unknown>)
apps/web/src/pages/Analyze.tsx:539
↓ 2 callersFunctionfetchSeries
( symbol: string, fetchImpl: typeof fetch, )
packages/dataflows/src/returns.ts:36
↓ 2 callersFunctiongenerateRefreshToken
()
apps/api/src/auth/token.ts:52
↓ 2 callersFunctionisValidLocale
(x: string)
apps/api/src/lib/locale.ts:17
↓ 2 callersFunctionkeys
(obj: unknown, prefix = "")
apps/web/test/messages.test.ts:11
↓ 2 callersMethodlistMasked
Provider key status (masked — only providers that actually use a key).
apps/api/src/lib/key-store.ts:72
↓ 2 callersFunctionlistSettingsProviders
()
packages/llm/src/registry.ts:99
↓ 2 callersFunctionloadStatus
GET the run's true state; null if the API itself is unreachable.
apps/web/src/pages/Analyze.tsx:144
↓ 2 callersFunctionlogin
(email: string, password: string)
apps/web/src/auth/AuthContext.tsx:69
↓ 2 callersFunctionlogout
()
apps/web/src/auth/AuthContext.tsx:75
↓ 2 callersFunctionmakeState
(input: AnalyzeInput)
packages/core/src/engine.ts:85
↓ 2 callersFunctionmsg
(e: unknown)
apps/api/src/runs/runs.controller.ts:28
↓ 2 callersFunctionnormEmail
(email: unknown)
apps/api/src/auth/auth.service.ts:30
↓ 2 callersFunctionnowSec
()
apps/api/src/auth/token.ts:13
↓ 2 callersFunctiononProvider
(provider: string)
apps/web/src/pages/Settings.tsx:87
↓ 2 callersFunctionparseAnalyzeBody
(body: unknown)
apps/api/src/lib/validate.ts:12
↓ 2 callersFunctionparseJsonList
(value: unknown)
packages/dataflows/src/vendors/polymarket.ts:20
↓ 2 callersFunctionpathOf
(name: string)
packages/persistence/src/db.ts:18
↓ 2 callersFunctionpctChange
(series: Series[], from: string, to: string)
packages/dataflows/src/returns.ts:68
↓ 2 callersFunctionposInt
(raw: string | undefined, fallback: number)
apps/api/src/auth/auth.config.ts:19
↓ 2 callersMethodpruneExpired
Delete expired rows. Keeps revoked-but-unexpired rows so reuse detection * can still see them. Call periodically (e.g. at startup).
packages/persistence/src/refresh-tokens-repo.ts:71
↓ 2 callersFunctionreadCookie
(req: Request, name: string)
apps/api/src/auth/auth.controller.ts:11
↓ 2 callersFunctionrenderApp
(path: string)
apps/web/test/locale.routing.test.tsx:9
↓ 2 callersFunctionrenderPmDecision
(d: PortfolioDecision)
packages/shared/src/schemas.ts:77
↓ 2 callersFunctionrenderResearchPlan
(p: ResearchPlan)
packages/shared/src/schemas.ts:56
← previousnext →101–200 of 475, ranked by callers