MCPcopy Create free account

hub / github.com/WeAreAigur/client / functions

Functions128 in github.com/WeAreAigur/client

↓ 30 callersMethodnode
( nodeDefinition: NodeDef, getUserInput: (data: { nodes: NodeDefinitions; prev: PrevNode extends Con
packages/client/src/builder.ts:13
↓ 9 callersMethodoutput
( getUserInput: (data: { nodes: NodeDefinitions; prev: PrevNode extends ConcreteNode<any, any, any>
packages/client/src/builder.ts:84
↓ 8 callersMethodinvoke
( input: Input, opts?: { pipelineInstanceId?: string; userId?: string; } )
packages/client/src/Pipeline.ts:40
↓ 5 callersFunctioncreateClient
(opts: AigurConfiguration)
packages/client/src/Aigur.ts:10
↓ 5 callersFunctiongetUserId
()
apps/docs/services/user.ts:1
↓ 4 callersMethodcreateDynamicPlaceholders
(source: number | 'input' | 'memory')
packages/client/src/builder.ts:71
↓ 4 callersFunctionmakeid
(length: number = 16)
packages/client/src/makeid.ts:1
↓ 4 callersMethodnotifyEvent
(opts: { type: EventType; context: PipelineContext<Input, Output, MemoryData>; data?: Record<any, any>;
packages/client/src/Pipeline.ts:300
↓ 3 callersFunctionhandleInputAsObject
(input: Record<string, any>)
packages/client/src/getConcreteNodeInput.ts:14
↓ 3 callersMethodinvokeStream
( endpoint: string, input: Input, cb: (chunk: string) => void, opts?: { userId?: string; } )
packages/client/src/Pipeline.ts:108
↓ 3 callersMethodtriggerListeners
(listeners: Map<string, (...args: any[]) => void>, ...args: any[])
packages/client/src/Pipeline.ts:294
↓ 2 callersFunctionOpenAIStream
(response: Response)
packages/client/src/nodes/text/prediction/openaiStream.ts:3
↓ 2 callersFunctionconvertNode
( index: number, node: any, isFirst: boolean, isLast: boolean, isHorizontal: boolean, pipeline: Pi
apps/docs/components/Pipeline/convertNodes.tsx:33
↓ 2 callersFunctiongetContextReferences
( value: string )
packages/client/src/getConcreteNodeInput.ts:62
↓ 2 callersMethodgetMemoryId
(userId?: string)
packages/client/src/Pipeline.ts:70
↓ 2 callersFunctionhandleInputAsSingleValue
(value: any)
packages/client/src/getConcreteNodeInput.ts:22
↓ 2 callersFunctioninvokePipeline
(audio: string)
apps/docs/components/VoiceToImage/VoiceToImage.tsx:30
↓ 2 callersFunctionplaceholdersToConcreteValues
( inputPlaceholders: Record<string, any>, values: Record<string, NodeContext<any, any>> )
packages/client/src/getConcreteNodeInput.ts:3
↓ 2 callersFunctionscrollToBottom
()
apps/docs/components/Chat/Chat.tsx:67
↓ 2 callersFunctionturboTransformer
( val: any )
packages/client/src/nodes/text/prediction/gpt3.ts:28
↓ 1 callersFunctionOpenAIStream
( payload: | z.input<typeof inputSchema> | (Omit<z.input<typeof inputSchema>, 'prompt'> & { messages:
packages/client/src/nodes/text/prediction/gpt3.stream.ts:46
↓ 1 callersFunctionconvertNodes
( nodes: any[], edges: Edge<any>[], isHorizontal: boolean = false, pipeline: Pipeline<any, any, any> )
apps/docs/components/Pipeline/convertNodes.tsx:7
↓ 1 callersFunctioncreateAblyNotifier
( ablyPublishKey: string, ablySubscribeKey: string, channel: string )
packages/ably/src/ably.ts:21
↓ 1 callersFunctioncreateContext
(opts: { pipelineInstanceId: string; input: Input; userId: string; memory: MemoryData | null; })
packages/client/src/PipelineContext.ts:3
↓ 1 callersFunctioncreateUpstashRedisMemory
()
packages/memory-upstash-redis/src/upstash-redis.ts:3
↓ 1 callersFunctiondelay
(time: number)
packages/client/src/delay.ts:1
↓ 1 callersFunctionescapeRegExp
(string: string)
packages/client/src/getConcreteNodeInput.ts:57
↓ 1 callersFunctiongetButtonLabel
()
apps/docs/components/SummarizeAndRead/PlayAudio.tsx:26
↓ 1 callersFunctiongetExamples
(amountOfKeys: number)
packages/client/src/nodes/text/modify/enhanceWithKeywords.ts:23
↓ 1 callersMethodgetNodes
()
packages/client/src/builder.ts:108
↓ 1 callersFunctioninvokePipeline
(image: string)
apps/docs/components/ImageToPoem/ImageToPoem.tsx:26
↓ 1 callersMethodinvokeRemote
( endpoint: string, input: Input, opts?: { userId?: string; } )
packages/client/src/Pipeline.ts:81
↓ 1 callersMethodlistenToEvents
()
packages/client/src/Pipeline.ts:274
↓ 1 callersMethodloadMemory
(userId?: string)
packages/client/src/Pipeline.ts:74
↓ 1 callersFunctionmakeid
(length: number = 16)
packages/supabase/src/storageUpload.ts:43
↓ 1 callersFunctionmakeid
(length: number = 16)
apps/docs/services/user.ts:11
↓ 1 callersMethodonFinish
(cb: (event: PipelineStatusEvent) => void)
packages/client/src/Pipeline.ts:186
↓ 1 callersMethodonProgress
(cb: (args: PipelineProgressEvent) => void)
packages/client/src/Pipeline.ts:170
↓ 1 callersMethodonStart
(cb: (event: PipelineStatusEvent) => void)
packages/client/src/Pipeline.ts:178
↓ 1 callersMethodprocessPipeline
( context: PipelineContext<Input, Output, MemoryData> )
packages/client/src/Pipeline.ts:194
↓ 1 callersFunctionreadStreamUntilEnd
(stream: ReadableStream)
packages/client/src/retrieveMemoryData.ts:33
↓ 1 callersFunctionretrieveConcreteMemoryData
( context: PipelineContext<any, any, any>, node: ConcreteNode<any, any, any> )
packages/client/src/retrieveMemoryData.ts:7
↓ 1 callersMethodsaveMemory
( context: PipelineContext<Input, Output, MemoryData>, memoryToSavePromise: Promise<Partial<MemoryData> |
packages/client/src/Pipeline.ts:58
↓ 1 callersFunctionstartRecording
()
apps/docs/hooks/useRecord.ts:9
↓ 1 callersFunctionstopRecording
()
apps/docs/hooks/useRecord.ts:33
↓ 1 callersFunctionuploadFileToStorage
(file: ArrayBuffer, name: string, bucket: string)
packages/supabase/src/storageUpload.ts:34
↓ 1 callersFunctionupperFirst
(str: string)
apps/docs/components/Pipeline/PipelineNode.tsx:21
↓ 1 callersFunctionuseRecord
()
apps/docs/hooks/useRecord.ts:3
↓ 1 callersFunctionvalidateInput
(schema: AnyZodObject)
packages/validate/src/validateInput.ts:4
↓ 1 callersFunctionvercelEdgeFunction
(pipelines: Record<string, Pipeline<any, any, any>>)
packages/client/src/vercelEdgeFunction.ts:4
↓ 1 callersFunctionvercelGenericEdge
( pipelines: Record<string, Pipeline<any, any, any>>, req: any )
packages/client/src/vercelGenericEdge.ts:3
FunctionApp
({ Component, pageProps }: AppProps)
apps/docs/pages/_app.tsx:9
FunctionChat
(props: SummarizeAndReadProps)
apps/docs/components/Chat/Chat.tsx:18
FunctionChatPipelineView
(props: ChatPipelineViewProps)
apps/docs/components/Chat/ChatPipelineView.tsx:9
FunctionEqualizer
(props: EqualizerProps)
apps/docs/components/VoiceToImage/Equalizer/Equalizer.tsx:5
FunctionImageToPoem
(props: ImageToPoemProps)
apps/docs/components/ImageToPoem/ImageToPoem.tsx:15
FunctionImageToPoemPipelineView
(props: ImageToPoemPipelineViewProps)
apps/docs/components/ImageToPoem/ImageToPoemPipelineView.tsx:9
FunctionImageUpload
(props: ImageUploadProps)
apps/docs/components/ImageToPoem/ImageUpload.tsx:13
FunctionJokeForm
(props: JokeFormProps)
apps/docs/components/JokeForm.tsx:8
FunctionPipelineEditor
(props: PipelineEditorProps)
apps/docs/components/Pipeline/PipelineEditor.tsx:26
FunctionPipelineNode
(props: PipelineNodeProps)
apps/docs/components/Pipeline/PipelineNode.tsx:28
FunctionPlayAudio
(props: PlayAudioProps)
apps/docs/components/SummarizeAndRead/PlayAudio.tsx:9
FunctionSummarizeAndRead
(props: SummarizeAndReadProps)
apps/docs/components/SummarizeAndRead/SummarizeAndRead.tsx:27
FunctionSummarizeAndReadPipelineView
(props: SummarizeAndReadPipelineViewProps)
apps/docs/components/SummarizeAndRead/SummarizeAndReadPipelineView.tsx:9
FunctionTabs
(props: TabsProps)
apps/docs/components/Tabs.tsx:14
FunctionTranscriptLineView
(props: { transcriptLine: TranscriptLine })
apps/docs/components/Chat/Chat.tsx:137
FunctionVoiceRecorder
(props: VoiceRecorderProps)
apps/docs/components/VoiceToImage/VoiceRecorder.tsx:8
FunctionVoiceToImage
(props: VoiceToImageProps)
apps/docs/components/VoiceToImage/VoiceToImage.tsx:17
FunctionVoiceToImagePipelineView
(props: VoiceToImagePipelineViewProps)
apps/docs/components/VoiceToImage/VoiceToImagePipelineView.tsx:9
FunctionaudioClassification
( input: z.input<typeof inputSchema>, APIKeys: APIKeys )
packages/client/src/nodes/huggingface/audioClassification.ts:32
FunctionautomaticSpeechRecognition
( input: z.input<typeof inputSchema>, APIKeys: APIKeys )
packages/client/src/nodes/huggingface/automaticSpeechRecognition.ts:22
FunctioncleanContextVars
( input: z.input<typeof inputSchema> )
packages/client/src/nodes/text/modify/cleanContextVars.ts:11
FunctionclearMemory
(id: string)
packages/memory-upstash-redis/src/upstash-redis.ts:16
Methodconstructor
(private nodes: NodeDefinitions)
packages/client/src/builder.ts:11
Methodconstructor
( public readonly conf: PipelineConf<Input, Output, MemoryData>, public readonly flow: FlowBuilder<Input,
packages/client/src/Pipeline.ts:32
Functionconversational
( input: z.input<typeof inputSchema>, APIKeys: APIKeys )
packages/client/src/nodes/huggingface/conversational.ts:68
FunctiondalleBase64TextToImage
( input: z.input<typeof inputSchema>, apiKeys: APIKeys )
packages/client/src/nodes/image/textToImage/dalleBase64.ts:15
FunctiondalleUrlTextToImage
( input: z.input<typeof inputSchema>, apiKeys: APIKeys )
packages/client/src/nodes/image/textToImage/dalleUrl.ts:15
FunctionenhanceWithKeywords
( input: z.input<typeof inputSchema> )
packages/client/src/nodes/text/modify/enhanceWithKeywords.ts:31
FunctioneventListener
(pipelineInstanceId: string, cb: (event: PipelineEvent) => void)
packages/ably/src/ably.ts:49
FunctioneventPublisher
(pipelineInstanceId: string, event: PipelineEvent)
packages/ably/src/ably.ts:31
FunctionfeatureExtraction
( input: z.input<typeof inputSchema>, APIKeys: APIKeys )
packages/client/src/nodes/huggingface/featureExtraction.ts:26
FunctionfillMask
( input: z.input<typeof inputSchema>, APIKeys: APIKeys )
packages/client/src/nodes/huggingface/fillMask.ts:37
FunctiongoogleImageLabeling
( input: z.input<typeof inputSchema>, apiKeys: APIKeys )
packages/client/src/nodes/image/labeling/googleImageLabeling.ts:15
FunctiongoogleTextToSpeech
( input: z.input<typeof inputSchema>, apiKeys: APIKeys )
packages/client/src/nodes/voice/textToSpeech/googleTextToSpeech.ts:79
Functiongpt3Prediction
( input: z.input<typeof inputSchema>, apiKeys: APIKeys )
packages/client/src/nodes/text/prediction/gpt3.ts:55
Functiongpt3PredictionStream
( input: z.input<typeof inputSchema>, apiKeys: APIKeys )
packages/client/src/nodes/text/prediction/gpt3.stream.ts:24
Functiongpt3TurboPrediction
( input: z.input<typeof inputSchema>, apiKeys: APIKeys )
packages/client/src/nodes/text/prediction/gpt3-turbo.ts:27
Functiongpt3TurboPredictionStream
( input: z.input<typeof inputSchema>, apiKeys: APIKeys )
packages/client/src/nodes/text/prediction/gpt3-turbo.stream.ts:17
Functiongpt4Prediction
( input: z.input<typeof inputSchema>, apiKeys: APIKeys )
packages/client/src/nodes/text/prediction/gpt4.ts:27
Functiongpt4PredictionStream
( input: z.input<typeof inputSchema>, apiKeys: APIKeys )
packages/client/src/nodes/text/prediction/gpt4.stream.ts:17
Functionhandler
(req: NextRequest)
apps/docs/pages/api/pipelines/[id].ts:9
Functionhf
( cb: (h: HfInference) => T, options?: Options )
packages/client/src/nodes/huggingface/huggingface.ts:5
FunctionimageClassification
( input: z.input<typeof inputSchema>, APIKeys: APIKeys )
packages/client/src/nodes/huggingface/imageClassification.ts:32
FunctionimageSegmentation
( input: z.input<typeof inputSchema>, APIKeys: APIKeys )
packages/client/src/nodes/huggingface/imageSegmentation.ts:36
FunctionisBase64
(str: string)
packages/client/src/nodes/base64.ts:1
FunctionloadMemory
(id: string)
packages/memory-upstash-redis/src/upstash-redis.ts:12
Functionmakeid
(length: number = 16)
packages/ably/src/ably.ts:56
FunctionobjectDetection
( input: z.input<typeof inputSchema>, APIKeys: APIKeys )
packages/client/src/nodes/huggingface/objectDetection.ts:41
FunctiononParse
(event: ParsedEvent | ReconnectInterval)
packages/client/src/nodes/text/prediction/gpt3.stream.ts:59
next →1–100 of 128, ranked by callers