MCPcopy Create free account

hub / github.com/ForestHubAI/edge-agents / functions

Functions2,454 in github.com/ForestHubAI/edge-agents

↓ 2 callersMethodpersist
persist writes one entry to its <uid>.json record. The full record is stored so the working copy is self-describing and can be read back at boot witho
go/engine/memory/manager.go:250
↓ 2 callersFunctionpluralize
(n: number)
ts/workflow-cli/cli/validate.ts:109
↓ 2 callersFunctionpromptMissing
( partial: Partial<DeployConfig>, outputDirDefault: string, req: DeployRequirements, workflowName: str
ts/workflow-cli/cli/deploy/prompts.ts:200
↓ 2 callersFunctionpruneArguments
(args: Record<string, unknown>, parameters: readonly Parameter[], isToolInput = false)
ts/workflow-core/src/parameter/Parameter.ts:192
↓ 2 callersFunctionreadStateFromStores
()
ts/workflow-builder/src/hooks/useWorkflowSerialization.ts:108
↓ 2 callersFunctionreadSysfsString
(path string)
go/engine/driver/adc_linux.go:95
↓ 2 callersFunctionreadTemplate
(name)
scripts/license-headers.mjs:40
↓ 2 callersMethodregister
(definition: MemoryDefinition)
ts/workflow-core/src/memory/MemoryRegistry.ts:24
↓ 2 callersFunctionrenameBindingAt
(key: string)
ts/workflow-builder/src/utils/graphOperations.ts:53
↓ 2 callersFunctionreplace
(index: number, next: MemoryRef)
ts/workflow-builder/src/inputs/ParameterEditor.tsx:374
↓ 2 callersMethodreplaceLine
replaceLine swaps the live request for offset. Build-time path — runtime callers should not reconfigure pins on the fly.
go/engine/driver/gpio_linux.go:106
↓ 2 callersFunctionresolveChannelTypes
(param: ChannelSelectParam, args: Record<string, unknown>)
ts/workflow-core/src/parameter/Parameter.ts:234
↓ 2 callersFunctionresolveExpressionType
( param: ExpressionParam, args: Record<string, unknown>, variables: Record<string, { dataType: DataType
ts/workflow-core/src/parameter/Parameter.ts:210
↓ 2 callersFunctionresolveMemoryTypes
(param: MemorySelectParam, args: Record<string, unknown>)
ts/workflow-core/src/parameter/Parameter.ts:239
↓ 2 callersFunctionresolveModelTypes
(param: ModelSelectParam, args: Record<string, unknown>)
ts/workflow-core/src/parameter/Parameter.ts:244
↓ 2 callersFunctionresolveStaticOutputDataType
(output: StaticOutput, args: Record<string, unknown>)
ts/workflow-core/src/parameter/OutputParameter.ts:55
↓ 2 callersMethodretrieve
retrieve runs the similarity query and concatenates the result chunks into a single context string separated by "\n---\n". No results → empty string.
go/engine/node/retriever.go:99
↓ 2 callersMethodsafeCharAt
(pos int)
go/engine/expr/parser.go:384
↓ 2 callersFunctionsecretsFileName
(name: string)
ts/workflow-cli/cli/deploy/generate.ts:39
↓ 2 callersFunctionseedDefaultArguments
(params: Parameter[])
ts/workflow-builder/src/utils/resourceHelpers.ts:16
↓ 2 callersMethodsend
(body []byte)
go/logging/httpwriter.go:63
↓ 2 callersFunctionserialize
(edge: Edge)
ts/workflow-core/src/edge/serialization.ts:15
↓ 2 callersFunctionserveFile
Write `file` to the response with a guessed content type. Returns false if it doesn't exist.
ts/workflow-cli/server/staticServer.ts:85
↓ 2 callersFunctionsubscribeAllCanvases
()
ts/workflow-builder/src/WorkflowBuilder.tsx:271
↓ 2 callersFunctiontoCoreCapabilities
toCoreCapabilities maps Mistral ModelCapabilities to llmproxy.ModelCapability slice.
go/llmproxy/provider/mistral/mapping.go:257
↓ 2 callersFunctiontoGenAISchema
toGenAISchema recursively converts a JSON Schema (map[string]any) to a genai.Schema.
go/llmproxy/provider/gemini/mapping.go:243
↓ 2 callersFunctiontruncate
truncate returns s shortened to maxLen runes with an ellipsis suffix when cut.
go/llmproxy/agent/runner.go:187
↓ 2 callersFunctiontryAccess
(p: string)
ts/workflow-cli/cli/open.ts:138
↓ 2 callersFunctionupdateMemory
(id: string, patch: { label?: string; arguments?: Record<string, unknown> })
ts/workflow-builder/src/utils/memoryOperations.ts:35
↓ 2 callersFunctionupdateModel
(id: string, patch: { label?: string; arguments?: Record<string, unknown> })
ts/workflow-builder/src/utils/modelOperations.ts:33
↓ 2 callersFunctionupdateNodeInStore
( store: CanvasStore, nodeId: string, updates: { arguments?: Record<string, unknown>; label?: st
ts/workflow-builder/src/utils/graphOperations.ts:188
↓ 2 callersFunctionuseResolvedTheme
()
ts/workflow-builder/src/hooks/useResolvedTheme.ts:15
↓ 2 callersFunctionvalidateFunctionOutputs
( outputs: readonly OutputAssignment[], availableVariables?: Record<string, Variable>, )
ts/workflow-core/src/diagnostics/diagnostics.ts:691
↓ 2 callersFunctionvalidateWorkflowState
(state: Workflow)
ts/workflow-core/src/diagnostics/diagnostics.ts:796
↓ 2 callersFunctionworkspaceDir
(container: string)
ts/workflow-core/src/deploy/spec.ts:38
↓ 2 callersFunctionwriteLocalRecord
writeLocalRecord seeds a <uid>.json record directly, simulating a warm volume left behind by a prior run.
go/engine/memory/manager_test.go:26
↓ 2 callersMethodwriter
writer builds the rotating writer, defaulting the bounds so a code-built sink with only a Path still stays bounded instead of lumberjack's keep-everyt
go/logging/config.go:88
↓ 1 callersMethodAddTransition
(port string, _ Transition)
go/engine/node.go:152
↓ 1 callersMethodAsADCChannel
AsADCChannel returns the union data inside the Channel as a ADCChannel
go/api/workflow/types.gen.go:1506
↓ 1 callersMethodAsAgentHandoffDoneEvent
AsAgentHandoffDoneEvent returns the union data inside the ConversationEvents_Data as a AgentHandoffDoneEvent
go/llmproxy/provider/mistral/types.gen.go:7636
↓ 1 callersMethodAsAgentHandoffStartedEvent
AsAgentHandoffStartedEvent returns the union data inside the ConversationEvents_Data as a AgentHandoffStartedEvent
go/llmproxy/provider/mistral/types.gen.go:7608
↓ 1 callersMethodAsAgentNode
AsAgentNode returns the union data inside the Node as a AgentNode
go/api/workflow/types.gen.go:1923
↓ 1 callersMethodAsAlarmNode
AsAlarmNode returns the union data inside the Node as a AlarmNode
go/api/workflow/types.gen.go:2203
↓ 1 callersMethodAsAssistantMessage
AsAssistantMessage returns the union data inside the AgentsCompletionRequest_Messages_Item as a AssistantMessage
go/llmproxy/provider/mistral/types.gen.go:5631
↓ 1 callersMethodAsAssistantMessage
AsAssistantMessage returns the union data inside the ChatCompletionRequest_Messages_Item as a AssistantMessage
go/llmproxy/provider/mistral/types.gen.go:6090
↓ 1 callersMethodAsAssistantMessage
AsAssistantMessage returns the union data inside the ChatModerationRequest_Input_0_Item as a AssistantMessage
go/llmproxy/provider/mistral/types.gen.go:6363
↓ 1 callersMethodAsAssistantMessage
AsAssistantMessage returns the union data inside the ChatModerationRequest_Input_1_Item as a AssistantMessage
go/llmproxy/provider/mistral/types.gen.go:6512
↓ 1 callersMethodAsAssistantMessage
AsAssistantMessage returns the union data inside the InstructRequest_Messages_Item as a AssistantMessage
go/llmproxy/provider/mistral/types.gen.go:9276
↓ 1 callersMethodAsAssistantMessageContent0
AsAssistantMessageContent0 returns the union data inside the AssistantMessage_Content as a AssistantMessageContent0
go/llmproxy/provider/mistral/types.gen.go:5848
↓ 1 callersMethodAsAudioChunk
AsAudioChunk returns the union data inside the ContentChunk as a AudioChunk
go/llmproxy/provider/mistral/types.gen.go:7313
↓ 1 callersMethodAsBaseModelCard
AsBaseModelCard returns the union data inside the ModelList_Data_Item as a BaseModelCard
go/llmproxy/provider/mistral/types.gen.go:10401
↓ 1 callersMethodAsClassifierJobOut
AsClassifierJobOut returns the union data inside the JobsOut_Data_Item as a ClassifierJobOut
go/llmproxy/provider/mistral/types.gen.go:9577
↓ 1 callersMethodAsCodeInterpreterTool
AsCodeInterpreterTool returns the union data inside the Agent_Tools_Item as a CodeInterpreterTool
go/llmproxy/provider/mistral/types.gen.go:5032
↓ 1 callersMethodAsCodeInterpreterTool
AsCodeInterpreterTool returns the union data inside the AgentCreationRequest_Tools_Item as a CodeInterpreterTool
go/llmproxy/provider/mistral/types.gen.go:5241
↓ 1 callersMethodAsCodeInterpreterTool
AsCodeInterpreterTool returns the union data inside the AgentUpdateRequest_Tools_Item as a CodeInterpreterTool
go/llmproxy/provider/mistral/types.gen.go:5450
↓ 1 callersMethodAsCodeInterpreterTool
AsCodeInterpreterTool returns the union data inside the ConversationRequest_Tools_Item as a CodeInterpreterTool
go/llmproxy/provider/mistral/types.gen.go:8025
↓ 1 callersMethodAsCodeInterpreterTool
AsCodeInterpreterTool returns the union data inside the ConversationRequestBase_Tools_Item as a CodeInterpreterTool
go/llmproxy/provider/mistral/types.gen.go:8234
↓ 1 callersMethodAsCodeInterpreterTool
AsCodeInterpreterTool returns the union data inside the ConversationStreamRequest_Tools_Item as a CodeInterpreterTool
go/llmproxy/provider/mistral/types.gen.go:8557
↓ 1 callersMethodAsCodeInterpreterTool
AsCodeInterpreterTool returns the union data inside the ModelConversation_Tools_Item as a CodeInterpreterTool
go/llmproxy/provider/mistral/types.gen.go:10276
↓ 1 callersMethodAsCompletionJobOut
AsCompletionJobOut returns the union data inside the JobsOut_Data_Item as a CompletionJobOut
go/llmproxy/provider/mistral/types.gen.go:9549
↓ 1 callersMethodAsDACChannel
AsDACChannel returns the union data inside the Channel as a DACChannel
go/api/workflow/types.gen.go:1562
↓ 1 callersMethodAsDebugErrorEvent
AsDebugErrorEvent returns the union data inside the DebugEvent as a DebugErrorEvent
go/api/debugapi/types.gen.go:186
↓ 1 callersMethodAsDebugMessageEvent
AsDebugMessageEvent returns the union data inside the DebugEvent as a DebugMessageEvent
go/api/debugapi/types.gen.go:158
↓ 1 callersMethodAsDebugReadyEvent
AsDebugReadyEvent returns the union data inside the DebugEvent as a DebugReadyEvent
go/api/debugapi/types.gen.go:130
↓ 1 callersMethodAsDelayNode
AsDelayNode returns the union data inside the Node as a DelayNode
go/api/workflow/types.gen.go:2147
↓ 1 callersMethodAsDocumentLibraryTool
AsDocumentLibraryTool returns the union data inside the Agent_Tools_Item as a DocumentLibraryTool
go/llmproxy/provider/mistral/types.gen.go:5088
↓ 1 callersMethodAsDocumentLibraryTool
AsDocumentLibraryTool returns the union data inside the AgentCreationRequest_Tools_Item as a DocumentLibraryTool
go/llmproxy/provider/mistral/types.gen.go:5297
↓ 1 callersMethodAsDocumentLibraryTool
AsDocumentLibraryTool returns the union data inside the AgentUpdateRequest_Tools_Item as a DocumentLibraryTool
go/llmproxy/provider/mistral/types.gen.go:5506
↓ 1 callersMethodAsDocumentLibraryTool
AsDocumentLibraryTool returns the union data inside the ConversationRequest_Tools_Item as a DocumentLibraryTool
go/llmproxy/provider/mistral/types.gen.go:8081
↓ 1 callersMethodAsDocumentLibraryTool
AsDocumentLibraryTool returns the union data inside the ConversationRequestBase_Tools_Item as a DocumentLibraryTool
go/llmproxy/provider/mistral/types.gen.go:8290
↓ 1 callersMethodAsDocumentLibraryTool
AsDocumentLibraryTool returns the union data inside the ConversationStreamRequest_Tools_Item as a DocumentLibraryTool
go/llmproxy/provider/mistral/types.gen.go:8613
↓ 1 callersMethodAsDocumentLibraryTool
AsDocumentLibraryTool returns the union data inside the ModelConversation_Tools_Item as a DocumentLibraryTool
go/llmproxy/provider/mistral/types.gen.go:10332
↓ 1 callersMethodAsDocumentURLChunk
AsDocumentURLChunk returns the union data inside the ContentChunk as a DocumentURLChunk
go/llmproxy/provider/mistral/types.gen.go:7201
↓ 1 callersMethodAsExternalTool
AsExternalTool returns the union data inside the Tool as a ExternalTool
go/api/llmapi/types.gen.go:459
↓ 1 callersMethodAsFTModelCard
AsFTModelCard returns the union data inside the ModelList_Data_Item as a FTModelCard
go/llmproxy/provider/mistral/types.gen.go:10429
↓ 1 callersMethodAsFileChunk
AsFileChunk returns the union data inside the ContentChunk as a FileChunk
go/llmproxy/provider/mistral/types.gen.go:7257
↓ 1 callersMethodAsFunctionCallEvent
AsFunctionCallEvent returns the union data inside the ConversationEvents_Data as a FunctionCallEvent
go/llmproxy/provider/mistral/types.gen.go:7580
↓ 1 callersMethodAsFunctionCallNode
AsFunctionCallNode returns the union data inside the Node as a FunctionCallNode
go/api/workflow/types.gen.go:2091
↓ 1 callersMethodAsFunctionTool
AsFunctionTool returns the union data inside the Agent_Tools_Item as a FunctionTool
go/llmproxy/provider/mistral/types.gen.go:4948
↓ 1 callersMethodAsFunctionTool
AsFunctionTool returns the union data inside the AgentCreationRequest_Tools_Item as a FunctionTool
go/llmproxy/provider/mistral/types.gen.go:5157
↓ 1 callersMethodAsFunctionTool
AsFunctionTool returns the union data inside the AgentUpdateRequest_Tools_Item as a FunctionTool
go/llmproxy/provider/mistral/types.gen.go:5366
↓ 1 callersMethodAsFunctionTool
AsFunctionTool returns the union data inside the ConversationRequest_Tools_Item as a FunctionTool
go/llmproxy/provider/mistral/types.gen.go:7941
↓ 1 callersMethodAsFunctionTool
AsFunctionTool returns the union data inside the ConversationRequestBase_Tools_Item as a FunctionTool
go/llmproxy/provider/mistral/types.gen.go:8150
↓ 1 callersMethodAsFunctionTool
AsFunctionTool returns the union data inside the ConversationStreamRequest_Tools_Item as a FunctionTool
go/llmproxy/provider/mistral/types.gen.go:8473
↓ 1 callersMethodAsFunctionTool
AsFunctionTool returns the union data inside the ModelConversation_Tools_Item as a FunctionTool
go/llmproxy/provider/mistral/types.gen.go:10192
↓ 1 callersMethodAsGPIOINChannel
AsGPIOINChannel returns the union data inside the Channel as a GPIOINChannel
go/api/workflow/types.gen.go:1450
↓ 1 callersMethodAsGPIOOUTChannel
AsGPIOOUTChannel returns the union data inside the Channel as a GPIOOUTChannel
go/api/workflow/types.gen.go:1478
↓ 1 callersMethodAsGithubRepositoryIn
AsGithubRepositoryIn returns the union data inside the JobIn_Repositories_Item as a GithubRepositoryIn
go/llmproxy/provider/mistral/types.gen.go:9490
↓ 1 callersMethodAsGithubRepositoryOut
AsGithubRepositoryOut returns the union data inside the CompletionDetailedJobOut_Repositories_Item as a GithubRepositoryOut
go/llmproxy/provider/mistral/types.gen.go:6968
↓ 1 callersMethodAsGithubRepositoryOut
AsGithubRepositoryOut returns the union data inside the CompletionJobOut_Repositories_Item as a GithubRepositoryOut
go/llmproxy/provider/mistral/types.gen.go:7086
↓ 1 callersMethodAsIfNode
AsIfNode returns the union data inside the Node as a IfNode
go/api/workflow/types.gen.go:1951
↓ 1 callersMethodAsImageGenerationTool
AsImageGenerationTool returns the union data inside the Agent_Tools_Item as a ImageGenerationTool
go/llmproxy/provider/mistral/types.gen.go:5060
↓ 1 callersMethodAsImageGenerationTool
AsImageGenerationTool returns the union data inside the AgentCreationRequest_Tools_Item as a ImageGenerationTool
go/llmproxy/provider/mistral/types.gen.go:5269
↓ 1 callersMethodAsImageGenerationTool
AsImageGenerationTool returns the union data inside the AgentUpdateRequest_Tools_Item as a ImageGenerationTool
go/llmproxy/provider/mistral/types.gen.go:5478
↓ 1 callersMethodAsImageGenerationTool
AsImageGenerationTool returns the union data inside the ConversationRequest_Tools_Item as a ImageGenerationTool
go/llmproxy/provider/mistral/types.gen.go:8053
↓ 1 callersMethodAsImageGenerationTool
AsImageGenerationTool returns the union data inside the ConversationRequestBase_Tools_Item as a ImageGenerationTool
go/llmproxy/provider/mistral/types.gen.go:8262
↓ 1 callersMethodAsImageGenerationTool
AsImageGenerationTool returns the union data inside the ConversationStreamRequest_Tools_Item as a ImageGenerationTool
go/llmproxy/provider/mistral/types.gen.go:8585
↓ 1 callersMethodAsImageGenerationTool
AsImageGenerationTool returns the union data inside the ModelConversation_Tools_Item as a ImageGenerationTool
go/llmproxy/provider/mistral/types.gen.go:10304
↓ 1 callersMethodAsImageURLChunk
AsImageURLChunk returns the union data inside the ContentChunk as a ImageURLChunk
go/llmproxy/provider/mistral/types.gen.go:7173
↓ 1 callersMethodAsInput1
AsInput1 returns the union data inside the Input as a Input1
go/api/llmapi/types.gen.go:335
← previousnext →401–500 of 2,454, ranked by callers