MCPcopy Create free account

hub / github.com/ZhangJinHaHaHa/AgentLens / functions

Functions1,409 in github.com/ZhangJinHaHaHa/AgentLens

↓ 4 callersFunctionreadEnvString
(value: string | boolean | undefined)
frontend/src/config/appConfig.ts:138
↓ 4 callersFunctionreadJsonFile
(filePath: string)
sandbox/src/listener/persistentListenerState.ts:58
↓ 4 callersMethodreadSlashRetryQueue
()
sandbox/src/cli/listener.ts:85
↓ 4 callersMethodreleaseLock
()
sandbox/src/cli/listener.ts:95
↓ 4 callersFunctionrequireConfigValue
(value: string, label: string)
sandbox/src/report/tencentCosReportStore.ts:33
↓ 4 callersFunctionrequireResponseString
(value: unknown, field: string)
sandbox/src/attestation/commandProviderBackend.ts:45
↓ 4 callersFunctionrequireString
(value: unknown, field: string)
sandbox/src/attestation/commandTeeProvider.ts:31
↓ 4 callersFunctionrequireString
(value: unknown, field: string)
sandbox/src/attestation/realTeeHttpProvider.ts:21
↓ 4 callersFunctionrequireString
(value: unknown, field: string)
sandbox/src/attestation/httpAttestationClient.ts:21
↓ 4 callersMethodresolveAppealOnChain
(request: ResolveAppealOnChainRequest)
sandbox/src/appeal/appealChainWriter.ts:31
↓ 4 callersFunctionresolveListenerStateDir
(stateDir?: string)
sandbox/src/listener/listenerStatePaths.ts:9
↓ 4 callersFunctionrunAgentRegistryVerifyCli
( argv: string[], env: ListenerEnv, dependencies: AgentRegistryCliDependencies = {} )
sandbox/src/cli/agentRegistry.ts:585
↓ 4 callersFunctionrunAttestationApiCli
( env: NodeJS.ProcessEnv | Record<string, string | undefined>, dependencies: AttestationApiCliDependencies
sandbox/src/cli/attestationApi.ts:30
↓ 4 callersFunctionrunAttestationVerifyCli
( argv: string[], env: ListenerEnv, dependencies: AttestationVerifyCliDependencies = {} )
sandbox/src/cli/attestationVerify.ts:56
↓ 4 callersFunctionrunDockerCommand
( args: string[], commandRunner: CommandRunner, failureMessage: string )
sandbox/src/docker/dockerRunner.ts:56
↓ 4 callersFunctionrunRegisterCommand
(options: RegisterCommandOptions)
sandbox/src/cdk/commands/registerCommand.ts:31
↓ 4 callersFunctionsameHex
(left: string, right: string)
sandbox/src/listener/retryWritebackQueue.ts:63
↓ 4 callersFunctionscoreAuditResult
(result: LocalAuditResult)
sandbox/src/audit/scoreAuditResult.ts:15
↓ 4 callersFunctionserializeAgentProfile
(profile: AgentProfileOnChain)
sandbox/src/cli/agentRegistry.ts:281
↓ 4 callersFunctionstakeAgent
( options: CdkRegistryWriterOptions, agentName: string, manifestUrl: string, stakeValue: bigint )
sandbox/src/cdk/chain/cdkRegistryWriter.ts:25
↓ 4 callersFunctionstorePersistedAuditReport
( options: StorePersistedAuditReportOptions, deps: RemoteReportStorageDeps )
sandbox/src/report/storePersistedAuditReport.ts:48
↓ 4 callersFunctionstripHexPrefix
(value: string)
sandbox/src/listener/pollAuditRequestedLogs.ts:29
↓ 4 callersFunctiontoWritebackReceiptLike
(value: unknown)
sandbox/src/cli/listener.ts:177
↓ 4 callersFunctiontruncateAddress
(address: string, leading = 6, trailing = 4)
frontend/src/lib/format.ts:14
↓ 4 callersFunctionuseCatalog
({ config, nativeAgents, skipNative }: UseCatalogOptions)
frontend/src/hooks/useCatalog.ts:26
↓ 4 callersFunctionwriteJson
( response: HealthCheckResponseLike, statusCode: number, body: unknown )
sandbox/src/health/healthCheckServer.ts:87
↓ 4 callersFunctionwriteJsonFileAtomic
(filePath: string, value: unknown)
sandbox/src/listener/persistentListenerState.ts:71
↓ 4 callersMethodwriteStatus
(status: ListenerServiceStatus)
sandbox/src/cli/listener.ts:94
↓ 4 callersFunctionwriteStoredCompareIds
(ids: readonly string[])
frontend/src/hooks/useCompareSelection.ts:21
↓ 3 callersFunctionaverageScore
(evaluations: AnswerEvaluation[])
sandbox/src/audit/securityBoundaryScore.ts:92
↓ 3 callersFunctionbuildAgentBuyerCardSummary
(entry: AgentCatalogEntry)
frontend/src/domain/agentBuyerCard.ts:156
↓ 3 callersFunctionbuildAuditEvidenceEvent
(input: { eventKey: string; tokenId: string; sequence: number; stage: AuditEvidenceStage; timestamp:
sandbox/src/evidence/buildAuditEvidenceEvent.ts:74
↓ 3 callersFunctionbuildAuditRecordedReceipt
(tokenId: bigint, auditId: number)
sandbox/tests/cli/listener.test.ts:87
↓ 3 callersFunctionbuildEvaluationPrompt
( questions: AuditQuestionMeta[], agentResponse: string, actions: AuditAction[] )
sandbox/src/audit/evaluationPromptTemplate.ts:7
↓ 3 callersFunctionbuildHandler
(deps: AppealReviewApiDependencies)
sandbox/src/appeal/appealReviewApi.ts:128
↓ 3 callersFunctionbuildLocalAuditResult
( overrides: Partial<LocalAuditResult> = {} )
sandbox/tests/audit/scoreAuditResult.test.ts:7
↓ 3 callersFunctionbuildMockFetch
(responseBody: unknown, captured: CapturedRequest[])
sandbox/tests/attestation/realTeeHttpProvider.test.ts:12
↓ 3 callersFunctionbuildProcessed
(event: AuditRequestedEvent)
sandbox/tests/listener/runAuditRequestedListener.test.ts:44
↓ 3 callersFunctioncheckDockerAvailability
(options: { commandRunner?: CommandRunner; } = {})
sandbox/src/docker/checkDockerAvailability.ts:33
↓ 3 callersFunctioncheckEnumLiterals
(fileLabel, body)
frontend/scripts/validateCatalog.mjs:103
↓ 3 callersFunctioncheckI18nLiterals
* Extract every `{ zh: "...", en: "..." }` literal that has BOTH or just one * key, and complain when only one is present. We rely on a forgiving reg
frontend/scripts/validateCatalog.mjs:60
↓ 3 callersFunctioncollectNetworkActivity
( containerId: string, options: { snapshotProvider?: NetworkSnapshotProvider; commandRunner?: Comm
sandbox/src/monitor/networkMonitor.ts:169
↓ 3 callersFunctioncomputeAuditAttestationHash
(bundleJson: string)
sandbox/src/attestation/buildAuditAttestation.ts:34
↓ 3 callersFunctioncountOverlap
(values: readonly string[], targets: readonly string[])
frontend/src/domain/needMatchRank.ts:136
↓ 3 callersFunctioncreateAgentAuditRegistryClient
( config: AppConfig, options: CreateAgentAuditRegistryClientOptions = {} )
frontend/src/lib/agentAuditRegistryClient.ts:96
↓ 3 callersFunctioncreateAttestationApiCheck
( apiUrl: string, fetchImpl: typeof fetch = fetch )
sandbox/src/health/dependencyChecker.ts:64
↓ 3 callersFunctioncreateMockAttestationProvider
()
sandbox/tests/e2e/fullPipeline.test.ts:78
↓ 3 callersFunctioncreateNoopAttestationQuoteValidator
()
sandbox/src/attestation/attestationQuoteValidator.ts:28
↓ 3 callersFunctioncreatePromptSession
(options: PromptUserOptions = {})
sandbox/src/cdk/util/promptUser.ts:14
↓ 3 callersFunctioncreateRealTeeHttpProvider
(config: RealTeeHttpProviderConfig)
sandbox/src/attestation/realTeeHttpProvider.ts:29
↓ 3 callersFunctioncreateRequestDouble
({ method, url, headers = {}, body = "" }: { method: string; url: string; headers?: Record<strin
sandbox/tests/attestation/attestationApiServer.test.ts:102
↓ 3 callersFunctioncreateResponseDouble
()
sandbox/tests/attestation/attestationApiServer.test.ts:117
↓ 3 callersFunctionderiveHex
(seed)
sandbox/examples/tee-command-provider/attest.mjs:42
↓ 3 callersFunctionderiveHex
(seed)
sandbox/fixtures/mock-attestation-command.mjs:18
↓ 3 callersMethodend
(body: string)
sandbox/src/attestation/attestationApiServer.ts:15
↓ 3 callersMethodend
(body: string)
sandbox/src/health/healthCheckServer.ts:18
↓ 3 callersFunctionevaluateNetworkActivity
( activity: NetworkActivity, policy: EgressPolicy )
sandbox/src/network/egressPolicy.ts:69
↓ 3 callersFunctionextractAgentIds
(body)
frontend/scripts/validateCatalog.mjs:88
↓ 3 callersFunctionextractMiniMaxContent
(data)
frontend/scripts/llmNeedProxy.mjs:59
↓ 3 callersFunctionfiltersAreEmpty
(filters: CatalogFilters)
frontend/src/domain/filters.ts:134
↓ 3 callersFunctionfindGaugeValue
(metrics: MetricsSnapshot, name: string)
sandbox/src/metrics/alertRules.ts:8
↓ 3 callersMethodfindLatestAppeal
(tokenId: string, auditId: string)
sandbox/src/appeal/appealIntakeServer.ts:13
↓ 3 callersFunctiongenerateDemoCommandAttestation
( _input: AttestationRequest, options: { quoteFormat?: string } = {} )
sandbox/src/attestation/commandProviderBackend.ts:28
↓ 3 callersFunctiongenerateRealCommandAttestation
( input: AttestationRequest, options: { command: string; args?: string[]; runCommand?: (input:
sandbox/src/attestation/commandProviderBackend.ts:91
↓ 3 callersFunctiongetAcceptanceExitCode
(result: EgressAcceptanceResult)
sandbox/src/cli/acceptanceCommand.ts:39
↓ 3 callersMethodgetAppealRecord
(tokenId: bigint, appealId: number)
frontend/src/lib/agentAuditRegistryClient.ts:89
↓ 3 callersMethodgetAverageScores
(tokenId: bigint)
frontend/src/lib/agentAuditRegistryClient.ts:90
↓ 3 callersFunctiongetLatestBlockNumber
(options: GetLatestBlockNumberOptions)
sandbox/src/listener/pollAuditRequestedLogs.ts:165
↓ 3 callersMethodgetPricing
(tokenId: bigint)
frontend/src/lib/marketplaceClient.ts:12
↓ 3 callersMethodgetRatingDistribution
(tokenId: bigint)
frontend/src/lib/reviewClient.ts:24
↓ 3 callersMethodgetReviewCount
(tokenId: bigint)
frontend/src/lib/reviewClient.ts:22
↓ 3 callersFunctionhandleMetricsRequest
( request: MetricsRequestLike, response: MetricsResponseLike, collector: MetricsCollector )
sandbox/src/metrics/metricsCollector.ts:112
↓ 3 callersFunctionisMissingContainerError
(result: CommandResult)
sandbox/src/docker/dockerRunner.ts:70
↓ 3 callersFunctionisNonEmptyString
(value: unknown)
sandbox/src/manifest/schema.ts:21
↓ 3 callersFunctionisNotFoundError
(error: unknown)
sandbox/src/appeal/appealReviewApi.ts:159
↓ 3 callersMethodlistByStatus
(status: AppealReviewStatus)
sandbox/src/appeal/appealReviewStore.ts:18
↓ 3 callersFunctionloadRecord
( store: AppealReviewHandlerStore, appealId: string )
sandbox/src/appeal/appealReviewHandler.ts:45
↓ 3 callersFunctionnormalizeAccounts
(value: unknown)
frontend/src/hooks/useWallet.tsx:161
↓ 3 callersFunctionpadArray
(arr: number[], length: number)
sandbox/src/zk/generateAuditScoreProof.ts:40
↓ 3 callersFunctionparseAgentRegistryGetReportArgs
(argv: string[])
sandbox/src/cli/agentRegistry.ts:192
↓ 3 callersFunctionparseAgentRegistryHistoryArgs
(argv: string[])
sandbox/src/cli/agentRegistry.ts:210
↓ 3 callersFunctionparseAgentRegistrySearchArgs
(argv: string[])
sandbox/src/cli/agentRegistry.ts:234
↓ 3 callersFunctionparseAppealIdFromPath
( url: string, suffix: string )
sandbox/src/appeal/appealReviewApi.ts:47
↓ 3 callersFunctionparseAuditRequestedLog
(log: RawRpcLog)
sandbox/src/listener/pollAuditRequestedLogs.ts:124
↓ 3 callersFunctionparseHexNumber
(value: string)
sandbox/src/listener/pollAuditRequestedLogs.ts:37
↓ 3 callersFunctionparseMiniMaxJsonContent
(content)
frontend/scripts/llmNeedProxy.mjs:72
↓ 3 callersFunctionparseNeedLocally
(input: NeedParserClientInput)
frontend/src/lib/needParserClient.ts:79
↓ 3 callersFunctionparseOptionalInteger
(value: string | undefined, variableName: string)
sandbox/src/listener/createListenerRuntime.ts:96
↓ 3 callersFunctionparseProcNetSnapshot
(snapshotText: string)
sandbox/src/monitor/networkMonitor.ts:105
↓ 3 callersFunctionparseRequiredString
(value: string | undefined, variableName: string)
sandbox/src/appeal/appealCompensation.ts:51
↓ 3 callersFunctionprobeEgress
( containerId: string, targetUrl: string, options: { commandRunner?: CommandRunner } = {} )
sandbox/src/network/egressProbe.ts:53
↓ 3 callersMethodputObject
( params: { Bucket: string; Region: string; Key: string; Body: Buffer; Conte
sandbox/src/report/tencentCosReportStore.ts:19
↓ 3 callersFunctionread
* @param {string} relativePath * @returns {string}
frontend/scripts/validateCatalog.mjs:44
↓ 3 callersFunctionreadAgentProfile
( options: ReadRegistryOptions, tokenId: bigint )
sandbox/src/cdk/chain/cdkRegistryReader.ts:94
↓ 3 callersMethodreadAuditExecutionRetryQueue
()
sandbox/src/listener/persistentListenerState.ts:39
↓ 3 callersMethodreadCursor
()
sandbox/src/cli/listener.ts:75
↓ 3 callersFunctionreadErrorMessage
(response: Response)
frontend/src/lib/appealClient.ts:155
↓ 3 callersFunctionreadJsonBody
(request: ReviewRequestLike)
sandbox/src/appeal/appealReviewApi.ts:75
↓ 3 callersFunctionreadJsonPayload
(response: Response)
frontend/src/lib/appealClient.ts:160
↓ 3 callersFunctionreadNumber
(value: unknown)
sandbox/src/listener/listenerTaskStatusState.ts:75
← previousnext →301–400 of 1,409, ranked by callers