MCPcopy Create free account

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

Functions475 in github.com/QuantiaAI/helm-agents

↓ 2 callersMethodresolve
(id: number, fields: ResolveFields)
packages/persistence/src/memory-repo.ts:49
↓ 2 callersMethodrevokeAllForUser
(userId: string)
packages/persistence/src/refresh-tokens-repo.ts:65
↓ 2 callersFunctionsig
(data: string, secret: string)
apps/api/src/auth/token.ts:12
↓ 2 callersFunctionsleep
(ms: number)
apps/web/src/pages/Analyze.tsx:141
↓ 2 callersFunctionsplitChain
(value: string)
packages/dataflows/src/router.ts:36
↓ 2 callersMethodstream
( @CurrentUser() user: AuthUser, @Param("id") id: string, @Res() res: Response, )
apps/api/src/runs/runs.controller.ts:107
↓ 2 callersFunctionstreamResponse
(chunks: string[])
apps/web/test/stream.test.ts:8
↓ 2 callersFunctionstreamWithRecovery
* Follow a run's stream, recovering from a dropped connection: a stream blip * does NOT mean the run failed. On any non-abort interruption (or a cl
apps/web/src/pages/Analyze.tsx:176
↓ 2 callersFunctiontitleCase
(s: string)
packages/shared/src/rating.ts:40
↓ 1 callersFunctionaddDays
(date: string, days: number)
packages/dataflows/src/returns.ts:75
↓ 1 callersFunctionagentState
(name: string)
apps/web/src/pages/Analyze.tsx:297
↓ 1 callersFunctionapiGetText
(path: string)
apps/web/src/api/client.ts:126
↓ 1 callersFunctionapiPut
(path: string, body: unknown)
apps/web/src/api/client.ts:88
↓ 1 callersFunctionassembleMarkdown
( ticker: string, tradeDate: string, rating: string | null, finalState: FinalState, )
apps/api/src/lib/report.ts:19
↓ 1 callersFunctionassetLabel
(state: AgentState)
packages/agents/src/context.ts:43
↓ 1 callersFunctionbandColor
(band: string)
apps/web/src/components/report-content.tsx:24
↓ 1 callersFunctionbootstrap
()
apps/api/src/main.ts:8
↓ 1 callersFunctionbuildLinks
()
apps/web/src/components/TokenizedStockCTA.tsx:43
↓ 1 callersFunctionbuildVendorRegistry
( optsOrFetch: VendorRegistryOptions | typeof fetch = {}, )
packages/dataflows/src/vendors/index.ts:19
↓ 1 callersFunctionchart
(symbolCloses: Record<string, Record<string, number>>)
packages/dataflows/tests/returns.test.ts:10
↓ 1 callersFunctioncoerce
(raw: string, type: "string" | "number" | "boolean")
packages/config/src/resolve.ts:36
↓ 1 callersFunctionconfiguredChain
( method: DataMethod, config: ResolvedConfig, )
packages/dataflows/src/router.ts:44
↓ 1 callersMethodconsume
(run: RunState)
apps/api/src/lib/run-manager.ts:138
↓ 1 callersFunctionconsumeStream
Shared event consumer. Returns true if it observed the terminal `done` * event; throws on an engine `error` event or a stream/connection failure.
apps/web/src/pages/Analyze.tsx:110
↓ 1 callersFunctioncreateConservativeDebator
(deps: AgentDeps)
packages/agents/src/risk-mgmt/conservative.ts:5
↓ 1 callersFunctioncreateDemoLlm
()
apps/api/src/lib/demo-llm.ts:53
↓ 1 callersFunctioncreateMarketAnalyst
(deps: AgentDeps)
packages/agents/src/analysts/market.ts:5
↓ 1 callersMethodcreateMessage
(args: AnthropicCreateArgs)
packages/llm/src/anthropic.ts:32
↓ 1 callersFunctioncreateNeutralDebator
(deps: AgentDeps)
packages/agents/src/risk-mgmt/neutral.ts:5
↓ 1 callersFunctioncreateOpenAiCompatibleClient
(opts: { provider: string; model: string; apiKey: string; baseUrl?: string; })
packages/llm/src/openai.ts:21
↓ 1 callersFunctioncreateRouter
( config: ResolvedConfig, registry: VendorRegistry, )
packages/dataflows/src/router.ts:95
↓ 1 callersFunctiondecrypt
(key: Buffer, sealed: Sealed)
apps/api/src/lib/key-store.ts:45
↓ 1 callersFunctiondemoOverrides
When DEMO_LLM=1, run the full pipeline against a deterministic stub LLM * (no external key) so the UI can be exercised end-to-end offline.
apps/api/src/engine/engine.service.ts:12
↓ 1 callersFunctiondocsRoot
()
apps/api/src/lib/docs.ts:14
↓ 1 callersFunctionencrypt
(key: Buffer, plaintext: string)
apps/api/src/lib/key-store.ts:37
↓ 1 callersMethodenvMap
Decrypted { envVar: key } map for building this user's engine.
apps/api/src/engine/keys.service.ts:40
↓ 1 callersMethodevict
Drop oldest terminated runs once we exceed the cap.
apps/api/src/lib/run-manager.ts:95
↓ 1 callersFunctionexampleFor
(t?: string)
packages/llm/src/structured-format.ts:64
↓ 1 callersFunctionfakeManager
()
apps/api/test/runs.e2e-spec.ts:18
↓ 1 callersFunctionfetchReddit
( ticker: string, fetchImpl: typeof fetch, limit: number, )
packages/dataflows/src/vendors/social.ts:35
↓ 1 callersFunctionfetchStocktwits
( ticker: string, fetchImpl: typeof fetch, limit: number, )
packages/dataflows/src/vendors/social.ts:65
↓ 1 callersFunctionfieldAgentMeta
(field?: string)
apps/web/src/lib/agents.ts:64
↓ 1 callersFunctionfindRepoRoot
(start: string)
packages/install-contract/tests/install-methods.test.ts:18
↓ 1 callersFunctionfmtDate
(ms: number)
apps/web/src/pages/History.tsx:11
↓ 1 callersFunctionfmtTime
(d: Date)
apps/web/src/pages/Health.tsx:6
↓ 1 callersFunctionfreeText
(input: InvokeInput)
apps/api/src/lib/demo-llm.ts:30
↓ 1 callersFunctiongen
()
apps/api/test/runs.e2e-spec.ts:28
↓ 1 callersFunctiongen
()
apps/api/test/stream-heartbeat.e2e-spec.ts:19
↓ 1 callersMethodgenerate
(args: GoogleGenerateArgs)
packages/llm/src/google.ts:24
↓ 1 callersMethodget
(id: number)
packages/persistence/src/sqlite-memory-repo.ts:42
↓ 1 callersMethodget
()
apps/api/src/lib/settings-store.ts:32
↓ 1 callersMethodget
(userId: string)
apps/api/src/engine/settings.service.ts:10
↓ 1 callersFunctiongetMasterKey
(storeDir: string)
apps/api/src/lib/key-store.ts:26
↓ 1 callersFunctionheartbeatMs
()
apps/api/src/runs/runs.controller.ts:35
↓ 1 callersFunctionhydrate
(r: RawRow | undefined)
packages/persistence/src/refresh-tokens-repo.ts:22
↓ 1 callersFunctioninitialLng
()
apps/web/src/i18n.ts:28
↓ 1 callersFunctionload
()
apps/web/src/pages/Settings.tsx:61
↓ 1 callersFunctionloadInviteLinks
()
apps/web/src/components/TokenizedStockCTA.tsx:19
↓ 1 callersFunctionloadModels
(provider: string)
apps/web/src/pages/Settings.tsx:43
↓ 1 callersFunctionlocaleToLangName
(locale: string)
apps/api/src/lib/locale.ts:21
↓ 1 callersFunctionlocaleToLangName
(locale: string)
apps/web/src/locale.ts:21
↓ 1 callersFunctionmakeAnthropicTransport
( apiKey: string, baseUrl?: string, )
packages/llm/src/anthropic.ts:49
↓ 1 callersFunctionmakeGoogleTransport
(apiKey: string)
packages/llm/src/google.ts:27
↓ 1 callersFunctionmasterKeyPath
(storeDir: string)
apps/api/src/lib/key-store.ts:22
↓ 1 callersFunctiononIface
(next: "openai" | "anthropic")
apps/web/src/pages/Settings.tsx:81
↓ 1 callersFunctionopenStore
(dir: string)
packages/persistence/src/db.ts:16
↓ 1 callersFunctionparseRssItems
Minimal RSS <item> extractor (no dependency on an XML parser).
packages/dataflows/src/vendors/social.ts:22
↓ 1 callersMethodpersist
()
apps/api/src/lib/key-store.ts:104
↓ 1 callersFunctionpickStructured
(input: InvokeInput)
apps/api/src/lib/demo-llm.ts:17
↓ 1 callersFunctionpollUntilTerminal
Poll run status until it terminates (fallback when the live stream can't be * held). Keeps the UI truthful without a misleading "provider" error.
apps/web/src/pages/Analyze.tsx:154
↓ 1 callersFunctionproviderLabel
(name: string)
apps/web/src/pages/Settings.tsx:143
↓ 1 callersFunctionreadDoc
(slug: string[])
apps/api/src/lib/docs.ts:37
↓ 1 callersFunctionrecordDecision
(snap: RunSnapshot, repo: SqliteMemoryRepo)
apps/api/src/lib/reflection.ts:15
↓ 1 callersMethodreflect
One-shot deep-thinking LLM call (used by the reflection feature).
packages/core/src/engine.ts:45
↓ 1 callersFunctionregister
(email: string, password: string)
apps/web/src/auth/AuthContext.tsx:72
↓ 1 callersFunctionrenderSentimentReport
(s: SentimentReport)
packages/shared/src/schemas.ts:92
↓ 1 callersFunctionresolvePending
(opts: ResolveOptions)
apps/api/src/lib/reflection.ts:53
↓ 1 callersFunctionresolveSeriesId
(indicator: string)
packages/dataflows/src/vendors/fred.ts:30
↓ 1 callersFunctionresumeRun
(runId: string)
apps/web/src/pages/Analyze.tsx:273
↓ 1 callersFunctionrunStatus
Localized, colored status for a run row (design HISTORY: 完成/出错).
apps/web/src/pages/History.tsx:16
↓ 1 callersFunctionsaveKey
(env: string)
apps/web/src/pages/Settings.tsx:119
↓ 1 callersMethodsetByEnv
(env: string, value: string)
apps/api/src/lib/key-store.ts:82
↓ 1 callersFunctionsettingsToRuntime
(settings: Settings)
apps/api/src/engine/engine.service.ts:19
↓ 1 callersFunctionslowManager
()
apps/api/test/stream-heartbeat.e2e-spec.ts:17
↓ 1 callersFunctionstripEdges
(word: string)
packages/shared/src/rating.ts:44
↓ 1 callersMethodsubscribe
Drain buffered events, then stream live until the run terminates.
apps/api/src/lib/run-manager.ts:182
↓ 1 callersFunctionswitchTo
(next: Locale)
apps/web/src/components/LocaleSwitcher.tsx:21
↓ 1 callersFunctiontoc
(md: string)
apps/web/src/pages/Doc.tsx:16
↓ 1 callersFunctiontoday
()
apps/web/src/pages/Analyze.tsx:46
↓ 1 callersFunctiontoggleAnalyst
(key: string)
apps/web/src/pages/Analyze.tsx:78
↓ 1 callersFunctiontryParse
(text: string, schema: unknown)
packages/llm/src/google.ts:57
↓ 1 callersFunctiontryParse
(input: unknown, schema: unknown)
packages/llm/src/anthropic.ts:61
↓ 1 callersFunctiontryParseStructured
(content: string, schema: unknown)
packages/llm/src/openai.ts:89
↓ 1 callersFunctionunescapeHtml
(s: string)
packages/dataflows/src/vendors/social.ts:12
↓ 1 callersFunctionuseInviteLinks
()
apps/web/src/components/TokenizedStockCTA.tsx:31
FunctionAnalyze
()
apps/web/src/pages/Analyze.tsx:50
FunctionApp
()
apps/web/src/App.tsx:16
FunctionAuthProvider
({ children }: { children: ReactNode })
apps/web/src/auth/AuthContext.tsx:32
FunctionBEAR_SYSTEM
(target: string)
packages/agents/src/prompts.ts:18
FunctionBULL_SYSTEM
(target: string)
packages/agents/src/prompts.ts:16
← previousnext →201–300 of 475, ranked by callers