Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AgentEvaluation/NHD
/ functions
Functions
247 in github.com/AgentEvaluation/NHD
⨍
Functions
247
◇
Types & classes
130
Method
getMessageHistory
()
src/lib/langchain/memory/conversationMemory.ts:63
Method
getMetricById
(metricId: string)
src/services/db/metricsService.ts:24
Method
getMetrics
()
src/services/db/metricsService.ts:28
Function
getModelConfigHeaders
()
src/utils/model-config-checker.ts:8
Method
getTestRuns
()
src/services/db/testRunService.ts:171
Function
handleClose
()
src/components/config/WarningDialog.tsx:34
Function
handleExecuteTest
(testId: string)
src/components/tools/test-runs/TestRunsDashboard.tsx:27
Function
handleFileChange
(e: React.ChangeEvent<HTMLInputElement>)
src/components/tools/ScenarioFileUpload.tsx:56
Function
handleFileUpload
(variation: TestVariation)
src/components/tools/TestCaseVariations.tsx:221
Function
handleKeyPress
(e: KeyboardEvent)
src/app/tools/test-cases/page.tsx:62
Function
handleProceed
()
src/components/tools/ScenarioFileUpload.tsx:161
Function
handleSaveConfig
()
src/components/config/ApiKeyConfig.tsx:59
Function
handleUnhandledRejection
(event: PromiseRejectionEvent)
src/components/common/ErrorBoundary.tsx:95
Function
handleWizardComplete
(config: any)
src/app/tools/page.tsx:20
Function
isFeatureEnabled
(feature: keyof typeof FEATURES)
src/config/features.ts:31
Method
isTestComplete
* Check if a response indicates the test is complete
src/services/agents/claude/conversationHandler.ts:45
Function
isValidEvaluation
(evaluation: any)
src/app/api/tools/generate-tests/route.ts:56
Function
loadAgent
(agentId: string)
src/hooks/useAgentConfig.ts:64
Function
mapToUIPersona
(dbPersona: any)
src/lib/utils.ts:17
Method
memoryKeys
()
src/lib/langchain/memory/conversationMemory.ts:22
Method
processMessage
* Process a single conversation message * Handles API request, response parsing, and database operations
src/services/agents/claude/conversationProcessor.ts:25
Method
put
* Make a PUT request
src/lib/api-client.ts:126
Method
reconstructMemoryFromDb
(conversationId: string, memory: any)
src/services/db/conversationService.ts:98
Method
render
()
src/components/common/ErrorBoundary.tsx:45
Function
requireEnterprise
(featureName: string)
src/config/features.ts:36
Method
reset
()
src/services/agents/types.ts:6
Function
resetState
()
src/hooks/useTestExecution.ts:83
Function
safeAsync
( promise: Promise<T> )
src/lib/errors.ts:147
Function
saveEdit
()
src/components/tools/TestCaseVariations.tsx:130
Function
saveTest
()
src/hooks/useAgentConfig.ts:131
Function
selectAllCases
()
src/components/tools/TestCaseVariations.tsx:181
Function
sendTestRequest
()
src/components/tools/AgentConfigWizard.tsx:87
Method
setContext
(context: ConversationContext)
src/lib/langchain/memory/conversationMemory.ts:59
Function
testManually
()
src/hooks/useAgentConfig.ts:102
Function
toast
({ ...props }: Toast)
src/hooks/use-toast.tsx:142
Function
toggleSelectCase
(id: string)
src/app/tools/test-cases/page.tsx:99
Function
update
(props: ToasterToast)
src/hooks/use-toast.tsx:145
Method
updateMetric
()
src/services/db/metricsService.ts:41
Method
updatePersona
(personaId: string, data: any)
src/services/db/personaService.ts:81
Function
updateRun
(updatedRun: TestRun)
src/hooks/useTestRuns.ts:34
Function
useLocalStorage
(key: string, initialValue: T)
src/hooks/useLocalStorage.ts:4
Function
useSafeApiCalls
()
src/utils/error-handlers.ts:91
Function
validateEvaluateAgentRequest
(data: unknown)
src/lib/validations.ts:38
Method
validateFullConversation
( fullConversation: string, scenario: string, expectedOutput: string, metrics?: any[]
src/services/agents/claude/validationService.ts:83
Function
validateGenerateTestsRequest
(data: unknown)
src/lib/validations.ts:34
Function
validateRequest
(schema: z.ZodSchema<T>, data: unknown)
src/lib/validations/api.ts:78
Function
withErrorHandling
( fn: (...args: Args) => Promise<T>, errorContext: ReturnType<typeof useErrorContext>, options: { se
src/utils/error-handlers.ts:10
← previous
201–247 of 247, ranked by callers