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
Function
createNewsAnalyst
(deps: AgentDeps)
packages/agents/src/analysts/news.ts:5
Function
debateCond
(s: GraphStateType)
packages/workflow/src/graph.ts:111
Method
detail
(@CurrentUser() user: AuthUser, @Param("id") id: string)
apps/api/src/runs/runs.controller.ts:75
Function
generate
(args)
packages/llm/src/google.ts:30
Function
generate
(args)
packages/llm/tests/native.test.ts:103
Method
get
(userId: string, env: string)
packages/persistence/src/user-keys-repo.ts:23
Method
get
(userId: string)
packages/persistence/src/user-settings-repo.ts:7
Method
get
(id: string)
packages/persistence/src/runs-repo.ts:29
Method
get
Get by id (ownership is checked by the caller via .userId).
packages/persistence/src/sqlite-runs-repo.ts:58
Method
get
(id: string)
apps/api/src/lib/run-manager.ts:177
Method
get
(@Param("path") path: string | string[], @Res() res: Response)
apps/api/src/docs/docs.controller.ts:11
Method
get
(@CurrentUser() user: AuthUser)
apps/api/src/config/config.controller.ts:22
Function
getAccessToken
()
apps/web/src/api/client.ts:17
Function
getApiKeyEnv
(provider: string)
packages/llm/src/api-key-env.ts:37
Function
getFundamentals
(symbol: string)
packages/dataflows/src/vendors/yfinance.ts:78
Function
getIndicators
(symbol: string)
packages/dataflows/src/vendors/yfinance.ts:65
Function
getIndicators
(symbol: string, indicator = "RSI")
packages/dataflows/src/vendors/alpha_vantage.ts:46
Function
getMacroIndicators
(indicator = "policy_rate")
packages/dataflows/src/vendors/fred.ts:40
Function
getNews
(symbol: string, _date?: string, limit = 10)
packages/dataflows/src/vendors/alpha_vantage.ts:61
Function
getPredictionMarkets
(_topic?: string, limit = 8)
packages/dataflows/src/vendors/polymarket.ts:36
Function
getSocialSentiment
(ticker: string)
packages/dataflows/src/vendors/social.ts:89
Function
getStockData
(symbol: string)
packages/dataflows/src/vendors/yfinance.ts:52
Function
getStockData
(symbol: string)
packages/dataflows/src/vendors/alpha_vantage.ts:33
Method
hasProviderKey
Returns true if the provider's key is stored.
apps/api/src/lib/key-store.ts:99
Method
health
()
apps/api/src/health/health.controller.ts:10
Function
invoke
(input: InvokeInput)
packages/llm/src/openai.ts:40
Function
invoke
(input: InvokeInput)
packages/llm/src/google.ts:80
Function
invoke
(input: InvokeInput)
packages/llm/src/anthropic.ts:84
Function
invoke
(input: InvokeInput)
packages/core/tests/engine.test.ts:16
Function
invoke
(input: InvokeInput)
packages/agents/tests/agents.test.ts:30
Function
invoke
(input: InvokeInput)
packages/workflow/tests/graph.test.ts:18
Function
invoke
(input: InvokeInput)
apps/api/src/lib/demo-llm.ts:57
Method
list
(userId: string)
packages/persistence/src/user-keys-repo.ts:34
Method
list
(userId: string, limit = 50)
packages/persistence/src/sqlite-runs-repo.ts:62
Method
list
(@CurrentUser() user: AuthUser)
apps/api/src/keys/keys.controller.ts:16
Method
listMasked
Provider key status for a user (masked — never returns secret material).
apps/api/src/engine/keys.service.ts:20
Method
login
(emailRaw: unknown, password: unknown)
apps/api/src/auth/auth.service.ts:77
Method
login
(@Body() body: { email?: string; password?: string }, @Res({ passthrough: true }) res: Response)
apps/api/src/auth/auth.controller.ts:51
Method
logout
(refreshToken: unknown)
apps/api/src/auth/auth.service.ts:110
Method
logout
(@Req() req: Request, @Body() body: { refreshToken?: string }, @Res({ passthrough: true }) res: Response)
apps/api/src/auth/auth.controller.ts:70
Method
me
(userId: string)
apps/api/src/auth/auth.service.ts:116
Method
me
(@CurrentUser() user: AuthUser)
apps/api/src/auth/auth.controller.ts:77
Method
models
( @Query("provider") provider?: string, @Query("mode") mode?: string, )
apps/api/src/models/models.controller.ts:13
Function
onCopyCode
()
apps/web/src/components/TokenizedStockCTA.tsx:142
Function
onCopyLink
()
apps/web/src/components/TokenizedStockCTA.tsx:148
Function
onLogout
()
apps/web/src/components/Layout.tsx:29
Method
onModuleInit
()
apps/api/src/auth/bootstrap.service.ts:19
Function
onSubmit
(e: FormEvent)
apps/web/src/pages/Login.tsx:20
Function
onSubmit
(e: FormEvent)
apps/web/src/pages/Register.tsx:20
Method
pending
(userId: string, ticker?: string)
packages/persistence/src/sqlite-memory-repo.ts:56
Function
propagate
(input)
packages/core/src/engine.ts:95
Function
read
(name: string)
packages/persistence/src/db.ts:21
Method
recent
(userId: string, ticker: string | undefined, limit: number)
packages/persistence/src/sqlite-memory-repo.ts:48
Method
recent
(@CurrentUser() user: AuthUser, @Query("ticker") ticker?: string)
apps/api/src/memory/memory.controller.ts:27
Method
reconcileInterrupted
Mark all "running" rows interrupted on startup (global; no live runs exist).
packages/persistence/src/sqlite-runs-repo.ts:69
Function
reflect
(prompt: string)
packages/core/src/engine.ts:104
Method
refresh
(refreshToken: unknown)
apps/api/src/auth/auth.service.ts:91
Method
refresh
(@Req() req: Request, @Body() body: { refreshToken?: string }, @Res({ passthrough: true }) res: Response)
apps/api/src/auth/auth.controller.ts:60
Method
register
(emailRaw: unknown, password: unknown)
apps/api/src/auth/auth.service.ts:58
Method
register
(@Body() body: { email?: string; password?: string }, @Res({ passthrough: true }) res: Response)
apps/api/src/auth/auth.controller.ts:42
Method
report
(@CurrentUser() user: AuthUser, @Param("id") id: string, @Res() res: Response)
apps/api/src/runs/runs.controller.ts:153
Method
resolve
( id: number, fields: { reflection: string; returnPct: number; alpha: number }, now: number, )
packages/persistence/src/sqlite-memory-repo.ts:64
Function
riskCond
(s: GraphStateType)
packages/workflow/src/graph.ts:129
Function
run
()
apps/web/src/pages/Analyze.tsx:216
Function
saveSettings
()
apps/web/src/pages/Settings.tsx:98
Method
set
(userId: string, settings: Record<string, unknown>, now: number)
packages/persistence/src/user-settings-repo.ts:19
Method
setByEnv
(userId: string, env: string, value: string)
apps/api/src/engine/keys.service.ts:31
Function
start
(c)
apps/web/test/stream.test.ts:10
Function
streamEvents
(input, signal)
packages/core/src/engine.ts:109
Function
ts
(date: string)
packages/dataflows/tests/returns.test.ts:6
Method
update
(userId: string, patch: Settings)
apps/api/src/engine/settings.service.ts:14
Method
update
(@CurrentUser() user: AuthUser, @Body() body: Settings)
apps/api/src/config/config.controller.ts:45
Method
update
( @CurrentUser() user: AuthUser, @Body() body: { env?: unknown; value?: unknown }, )
apps/api/src/keys/keys.controller.ts:22
Method
upsert
(r: RunUpsert)
packages/persistence/src/sqlite-runs-repo.ts:39
Function
write
(name: string, rows: T[])
packages/persistence/src/db.ts:30
← previous
401–475 of 475, ranked by callers