Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuantiaAI/helm-agents
/ functions
Functions
475 in github.com/QuantiaAI/helm-agents
⨍
Functions
475
◇
Types & classes
186
↓ 4 callers
Function
createYfinanceVendor
( fetchImpl: typeof fetch = globalThis.fetch, )
packages/dataflows/src/vendors/yfinance.ts:49
↓ 4 callers
Function
hashRefreshToken
(token: string)
apps/api/src/auth/token.ts:57
↓ 4 callers
Function
hydrateDone
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 callers
Function
isCustomOnly
(provider: string)
packages/llm/src/model-catalog.ts:107
↓ 4 callers
Function
isOpenAiCompatible
(provider: string)
packages/llm/src/registry.ts:85
↓ 4 callers
Method
list
(limit = 50)
packages/persistence/src/runs-repo.ts:33
↓ 4 callers
Function
listProviders
()
packages/llm/src/registry.ts:77
↓ 4 callers
Function
openDb
(dir: string)
packages/persistence/src/sqlite.ts:94
↓ 4 callers
Method
recent
(ticker: string | undefined, limit: number)
packages/persistence/src/memory-repo.ts:36
↓ 4 callers
Method
reconcileInterrupted
* 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 callers
Function
recordingLlm
Stub LLM that records the system prompt it received.
packages/core/tests/engine.test.ts:117
↓ 4 callers
Function
renderProvider
()
apps/web/test/auth-context.test.tsx:32
↓ 4 callers
Function
requireKey
()
packages/dataflows/src/vendors/alpha_vantage.ts:28
↓ 4 callers
Method
resolve
( @CurrentUser() user: AuthUser, @Query("ticker") ticker?: string, )
apps/api/src/memory/memory.controller.ts:37
↓ 4 callers
Function
resolveBenchmark
( ticker: string, benchmarkMap: Record<string, string>, defaultBenchmark = "SPY", )
packages/dataflows/src/returns.ts:18
↓ 4 callers
Method
revokeIfActive
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 callers
Function
run
(key: string, label: string, fn: () => void)
apps/api/src/health/checks.ts:20
↓ 4 callers
Function
slugify
(text: string)
apps/web/src/components/markdown.tsx:25
↓ 4 callers
Method
snapshot
(run: RunState)
apps/api/src/lib/run-manager.ts:119
↓ 4 callers
Function
structuredInstruction
(structured: z.ZodType)
packages/llm/src/structured-format.ts:46
↓ 4 callers
Function
stubLlm
Stub LLM: free-text "ok"; parses structured output via canned candidates.
packages/workflow/tests/graph.test.ts:9
↓ 4 callers
Method
wake
(run: RunState)
apps/api/src/lib/run-manager.ts:171
↓ 3 callers
Function
authHeaders
(extra?: HeadersInit)
apps/web/src/api/client.ts:21
↓ 3 callers
Function
buildGraph
(deps: AgentDeps, opts: BuildGraphOptions = {})
packages/workflow/src/graph.ts:77
↓ 3 callers
Function
createAlphaVantageVendor
( apiKey: string | undefined, fetchImpl: typeof fetch = globalThis.fetch, )
packages/dataflows/src/vendors/alpha_vantage.ts:24
↓ 3 callers
Function
createAnthropicClient
(opts: { model: string; apiKey?: string; baseUrl?: string; transport?: AnthropicTransport; })
packages/llm/src/anthropic.ts:73
↓ 3 callers
Function
createBullResearcher
(deps: AgentDeps)
packages/agents/src/researchers/bull.ts:5
↓ 3 callers
Function
createFredVendor
( apiKey: string | undefined, fetchImpl: typeof fetch = globalThis.fetch, )
packages/dataflows/src/vendors/fred.ts:36
↓ 3 callers
Function
createGoogleClient
(opts: { model: string; apiKey?: string; transport?: GoogleTransport; })
packages/llm/src/google.ts:71
↓ 3 callers
Function
createResearchManager
(deps: AgentDeps)
packages/agents/src/managers/research-manager.ts:18
↓ 3 callers
Function
createRiskDebator
( deps: AgentDeps, opts: { speaker: "Aggressive" | "Conservative" | "Neutral"; system: string; }
packages/agents/src/risk-mgmt/shared.ts:17
↓ 3 callers
Function
createTrader
(deps: AgentDeps)
packages/agents/src/trader/trader.ts:19
↓ 3 callers
Method
delete
(userId: string, env: string)
packages/persistence/src/user-keys-repo.ts:30
↓ 3 callers
Function
drain
()
apps/web/test/stream.test.ts:22
↓ 3 callers
Function
fetchChart
( symbol: string, fetchImpl: typeof fetch, range = "5y", )
packages/dataflows/src/vendors/yfinance.ts:23
↓ 3 callers
Method
findById
(id: string)
packages/persistence/src/users-repo.ts:27
↓ 3 callers
Function
firstString
(obj: Record<string, unknown>, re: RegExp)
apps/web/src/lib/report-format.ts:73
↓ 3 callers
Function
fresh
()
packages/persistence/tests/user-scoped-repos.test.ts:10
↓ 3 callers
Function
fresh
()
packages/persistence/tests/repos.test.ts:9
↓ 3 callers
Function
gen
Async generator that yields events, optionally throwing after N of them.
apps/web/test/analyze.test.tsx:23
↓ 3 callers
Function
getCapabilities
(model: string)
packages/llm/src/capabilities.ts:47
↓ 3 callers
Method
invalidate
Drop a user's cached engine so their next run picks up new settings/keys.
apps/api/src/engine/engine.service.ts:72
↓ 3 callers
Method
issue
(user: { id: string; email: string })
apps/api/src/auth/auth.service.ts:41
↓ 3 callers
Method
list
(@CurrentUser() user: AuthUser)
apps/api/src/runs/runs.controller.ts:60
↓ 3 callers
Method
read
(name: string)
packages/persistence/src/db.ts:11
↓ 3 callers
Function
renderGuard
()
apps/web/test/require-auth.test.tsx:24
↓ 3 callers
Function
renderTraderProposal
(t: TraderProposal)
packages/shared/src/schemas.ts:68
↓ 3 callers
Method
revoke
(tokenHash: string)
packages/persistence/src/refresh-tokens-repo.ts:51
↓ 3 callers
Function
runHealthChecks
(storeDir: string)
apps/api/src/health/checks.ts:37
↓ 3 callers
Method
setRefreshCookie
(res: Response, token: string)
apps/api/src/auth/auth.controller.ts:29
↓ 3 callers
Function
signAccessToken
( payload: { sub: string; email: string }, secret: string, ttlSec: number, now = nowSec(), )
apps/api/src/auth/token.ts:15
↓ 3 callers
Method
streamEvents
(input: AnalyzeInput, signal?: AbortSignal)
packages/core/src/engine.ts:43
↓ 3 callers
Function
streamRun
( runId: string, signal: AbortSignal, )
apps/web/src/api/client.ts:141
↓ 3 callers
Function
textOf
(children: React.ReactNode)
apps/web/src/components/markdown.tsx:33
↓ 2 callers
Function
agentMeta
(name: string)
apps/web/src/lib/agents.ts:45
↓ 2 callers
Function
apiPost
(path: string, body?: unknown)
apps/web/src/api/client.ts:92
↓ 2 callers
Function
authErrorMessage
(err: unknown, t: TFunction)
apps/web/src/lib/auth-error.ts:8
↓ 2 callers
Function
authRequest
(path: string, body?: unknown)
apps/web/src/api/client.ts:104
↓ 2 callers
Function
authenticate
(path: string, email: string, password: string)
apps/web/src/auth/AuthContext.tsx:62
↓ 2 callers
Function
buildApp
(dir: string)
apps/api/test/isolation.e2e-spec.ts:13
↓ 2 callers
Function
clamp
(v: number)
apps/web/src/pages/Settings.tsx:445
↓ 2 callers
Function
closeOn
(series: Series[], date: string)
packages/dataflows/src/returns.ts:59
↓ 2 callers
Function
closes
(result: ChartResult)
packages/dataflows/src/vendors/yfinance.ts:44
↓ 2 callers
Function
compile
(selected?: AnalystKey[], outputLanguage?: string)
packages/core/src/engine.ts:77
↓ 2 callers
Function
computeReturns
( symbol: string, fromDate: string, holdDays: number, benchmark: string, fetchImpl: typeof fetch = g
packages/dataflows/src/returns.ts:81
↓ 2 callers
Function
copyText
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 callers
Function
createAggressiveDebator
(deps: AgentDeps)
packages/agents/src/risk-mgmt/aggressive.ts:5
↓ 2 callers
Function
createBearResearcher
(deps: AgentDeps)
packages/agents/src/researchers/bear.ts:5
↓ 2 callers
Function
createPolymarketVendor
( fetchImpl: typeof fetch = globalThis.fetch, )
packages/dataflows/src/vendors/polymarket.ts:33
↓ 2 callers
Function
createResearcher
( deps: AgentDeps, opts: { side: "Bull" | "Bear"; system: (target: string) => string; }, )
packages/agents/src/researchers/shared.ts:13
↓ 2 callers
Function
createSentimentAnalyst
(deps: AgentDeps)
packages/agents/src/analysts/sentiment.ts:6
↓ 2 callers
Function
createSocialVendor
( fetchImpl: typeof fetch = globalThis.fetch, )
packages/dataflows/src/vendors/social.ts:86
↓ 2 callers
Method
decrypt
(blob: string)
apps/api/src/lib/key-cipher.ts:35
↓ 2 callers
Function
defaultStoreDir
()
apps/api/src/health/checks.ts:16
↓ 2 callers
Method
encrypt
(plaintext: string)
apps/api/src/lib/key-cipher.ts:24
↓ 2 callers
Function
extractStrings
(patch: Record<string, unknown>)
apps/web/src/pages/Analyze.tsx:539
↓ 2 callers
Function
fetchSeries
( symbol: string, fetchImpl: typeof fetch, )
packages/dataflows/src/returns.ts:36
↓ 2 callers
Function
generateRefreshToken
()
apps/api/src/auth/token.ts:52
↓ 2 callers
Function
isValidLocale
(x: string)
apps/api/src/lib/locale.ts:17
↓ 2 callers
Function
keys
(obj: unknown, prefix = "")
apps/web/test/messages.test.ts:11
↓ 2 callers
Method
listMasked
Provider key status (masked — only providers that actually use a key).
apps/api/src/lib/key-store.ts:72
↓ 2 callers
Function
listSettingsProviders
()
packages/llm/src/registry.ts:99
↓ 2 callers
Function
loadStatus
GET the run's true state; null if the API itself is unreachable.
apps/web/src/pages/Analyze.tsx:144
↓ 2 callers
Function
login
(email: string, password: string)
apps/web/src/auth/AuthContext.tsx:69
↓ 2 callers
Function
logout
()
apps/web/src/auth/AuthContext.tsx:75
↓ 2 callers
Function
makeState
(input: AnalyzeInput)
packages/core/src/engine.ts:85
↓ 2 callers
Function
msg
(e: unknown)
apps/api/src/runs/runs.controller.ts:28
↓ 2 callers
Function
normEmail
(email: unknown)
apps/api/src/auth/auth.service.ts:30
↓ 2 callers
Function
nowSec
()
apps/api/src/auth/token.ts:13
↓ 2 callers
Function
onProvider
(provider: string)
apps/web/src/pages/Settings.tsx:87
↓ 2 callers
Function
parseAnalyzeBody
(body: unknown)
apps/api/src/lib/validate.ts:12
↓ 2 callers
Function
parseJsonList
(value: unknown)
packages/dataflows/src/vendors/polymarket.ts:20
↓ 2 callers
Function
pathOf
(name: string)
packages/persistence/src/db.ts:18
↓ 2 callers
Function
pctChange
(series: Series[], from: string, to: string)
packages/dataflows/src/returns.ts:68
↓ 2 callers
Function
posInt
(raw: string | undefined, fallback: number)
apps/api/src/auth/auth.config.ts:19
↓ 2 callers
Method
pruneExpired
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 callers
Function
readCookie
(req: Request, name: string)
apps/api/src/auth/auth.controller.ts:11
↓ 2 callers
Function
renderApp
(path: string)
apps/web/test/locale.routing.test.tsx:9
↓ 2 callers
Function
renderPmDecision
(d: PortfolioDecision)
packages/shared/src/schemas.ts:77
↓ 2 callers
Function
renderResearchPlan
(p: ResearchPlan)
packages/shared/src/schemas.ts:56
← previous
next →
101–200 of 475, ranked by callers