Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ForestHubAI/edge-agents
/ functions
Functions
2,454 in github.com/ForestHubAI/edge-agents
⨍
Functions
2,454
◇
Types & classes
941
↓ 1 callers
Function
buildNativeWebSearch
buildNativeWebSearch builds the Anthropic-side native web_search tool param from the per-provider config.
go/llmproxy/provider/anthropic/mapping.go:243
↓ 1 callers
Function
buildNativeWebSearch
buildNativeWebSearch builds the OpenAI-side native web_search tool param from the per-provider config.
go/llmproxy/provider/openai/mapping.go:247
↓ 1 callers
Method
buildTools
buildTools collects every function tool contributed by the attached providers.
go/engine/node/agent.go:283
↓ 1 callers
Function
changeDataType
(dt: DataType)
ts/workflow-builder/src/panels/NodeConfigPanel.tsx:488
↓ 1 callers
Function
changeMode
(newMode: "emit" | "assign")
ts/workflow-builder/src/panels/NodeConfigPanel.tsx:479
↓ 1 callers
Function
changeName
(name: string)
ts/workflow-builder/src/panels/NodeConfigPanel.tsx:487
↓ 1 callers
Function
checkSchemaCommand
(filePath?: string)
ts/workflow-cli/cli/check-schema.ts:74
↓ 1 callers
Method
clearWaiter
(ch chan string)
go/engine/driver/serial_impl.go:231
↓ 1 callers
Function
compileDeployComponentValidator
()
ts/workflow-cli/cli/deploy/components.ts:57
↓ 1 callers
Function
compileWorkflowValidator
()
ts/workflow-cli/cli/check-schema.ts:24
↓ 1 callers
Function
containsWeekday
(xs []time.Weekday, w time.Weekday)
go/engine/node/trigger/alarm.go:132
↓ 1 callers
Function
convertSchema
convertSchema does the recursive conversion, carrying root $defs for $ref resolution.
go/llmproxy/provider/gemini/mapping.go:250
↓ 1 callers
Function
decodePayload
decodePayload parses bare JSON into a Value of the declared type. String type accepts either a JSON string or a raw byte sequence (for non-JSON payloa
go/engine/node/trigger/onmqttmessage.go:89
↓ 1 callers
Function
deleteCanvasStore
(canvasId: string)
ts/workflow-builder/src/stores/canvasStore.ts:233
↓ 1 callers
Function
deleteChannel
(id: string)
ts/workflow-builder/src/utils/channelOperations.ts:80
↓ 1 callers
Function
deleteDeclaredVariable
(canvasId: string, uid: string)
ts/workflow-builder/src/utils/variableOperations.ts:67
↓ 1 callers
Function
deleteFunction
(id: string)
ts/workflow-builder/src/utils/functionOperations.ts:74
↓ 1 callers
Function
deleteMemory
(id: string)
ts/workflow-builder/src/utils/memoryOperations.ts:51
↓ 1 callers
Function
deleteModel
(id: string)
ts/workflow-builder/src/utils/modelOperations.ts:49
↓ 1 callers
Function
deployCommand
(workflowPath: string | undefined, args: string[])
ts/workflow-cli/cli/deploy/index.ts:258
↓ 1 callers
Function
deriveFunctionRegistry
* Derive the function registry from a snapshot's canvases. Mirrors * `computeAllFunctions()` in useFunctionRegistry exactly: every non-main * canvas
ts/workflow-core/src/diagnostics/diagnostics.ts:781
↓ 1 callers
Function
describeParams
(e: ErrorObject)
ts/workflow-cli/cli/check-schema.ts:121
↓ 1 callers
Function
deserialize
(apiNode: ApiNode, resolveFunctionInfo?: ResolveFunctionInfo)
ts/workflow-core/src/node/serialization.ts:324
↓ 1 callers
Function
deserializeNodeData
Build the NodeData payload from an API Node (no position).
ts/workflow-core/src/node/serialization.ts:329
↓ 1 callers
Function
dismiss
()
ts/workflow-builder/src/hooks/use-toast.ts:96
↓ 1 callers
Method
dispatch
dispatch delivers one line — to the in-flight Read if any, otherwise to onLine.
go/engine/driver/serial_impl.go:218
↓ 1 callers
Function
displayValue
(expr: ResolvedExpr)
ts/workflow-builder/src/utils/paramDisplay.ts:68
↓ 1 callers
Function
emit
()
ts/workflow-builder/src/WorkflowBuilder.tsx:313
↓ 1 callers
Function
emptyExpression
(dataType: DataType)
ts/workflow-builder/src/utils/functionOperations.ts:30
↓ 1 callers
Function
endColors
* Source/target stroke colors per edge type. Plain control and tool edges use * the neutral edge base on both ends. Edges that touch an Agent pick up
ts/workflow-builder/src/graph/CustomEdge.tsx:27
↓ 1 callers
Function
ensureStrictness
(rawJSONSchema any, path []string, root map[string]any)
go/llmproxy/schemautil/schemautil.go:149
↓ 1 callers
Function
ensureUid
(v: NodeOutput | ApiVariable)
ts/workflow-core/src/variable/operations.ts:63
↓ 1 callers
Function
evalCodeExpr
evalCodeExpr handles non-string expressions (arithmetic, comparison, boolean).
go/engine/expr/expression.go:112
↓ 1 callers
Function
evalStringExpr
evalStringExpr handles string-type expressions with interpolation.
go/engine/expr/expression.go:65
↓ 1 callers
Function
executeFunctionTools
executeFunctionTools runs the given function tool calls using the tools available to the current agent.
go/llmproxy/agent/runner.go:195
↓ 1 callers
Function
extractAnswer
extractAnswer extracts the text content from a response choice.
go/llmproxy/provider/selfhosted/mapping.go:134
↓ 1 callers
Function
extractAnswer
extractAnswer extracts the assistant's answer from the model output.
go/llmproxy/provider/mistral/mapping.go:179
↓ 1 callers
Function
extractCitations
extractCitations pulls per-segment grounding supports out of the response. Populated when Gemini's native Google Search grounding ran.
go/llmproxy/provider/gemini/mapping.go:212
↓ 1 callers
Function
extractContent
extractContent walks the response content blocks and pulls out the assistant text, any external tool call requests, and citations attached to text blo
go/llmproxy/provider/anthropic/mapping.go:207
↓ 1 callers
Function
extractTextAndCitations
extractTextAndCitations walks the response output items, concatenating assistant text and collecting any URL citations attached as annotations. Citati
go/llmproxy/provider/openai/mapping.go:215
↓ 1 callers
Function
extractTextFromHTML
extractTextFromHTML strips <script>, <style>, and all other tags, then collapses whitespace into readable text. Not a full HTML parser — regex-based,
go/engine/node/webfetch.go:167
↓ 1 callers
Function
extractToolCalls
extractToolCalls extracts external function tool call requests.
go/llmproxy/provider/gemini/mapping.go:191
↓ 1 callers
Function
extractToolCalls
extractToolCalls converts response tool calls to llmproxy.ToolCallRequest. Arguments may arrive as either a JSON string or a JSON object depending on
go/llmproxy/provider/selfhosted/mapping.go:144
↓ 1 callers
Function
extractToolCalls
extractToolCalls extracts tool calls from the model output.
go/llmproxy/provider/mistral/mapping.go:189
↓ 1 callers
Function
extractToolCalls
extractToolCalls extracts external tool call requests from the model output. Internal tool invocations (e.g. native web_search) are not returned here
go/llmproxy/provider/openai/mapping.go:198
↓ 1 callers
Method
fetch
fetch validates the URL, applies SSRF pre-checks, performs the GET, reads up to webFetchMaxBytes, extracts text from HTML payloads, and truncates the
go/engine/node/webfetch.go:113
↓ 1 callers
Function
fileBridge
(options: FileBridgeOptions = {})
ts/workflow-cli/plugins/filebridge.ts:24
↓ 1 callers
Function
formatParamDisplay
( param: Parameter, value: unknown, variables: Record<string, Variable>, channelLabels?: Record<string
ts/workflow-builder/src/utils/paramDisplay.ts:19
↓ 1 callers
Function
fromAnthropicResponse
fromAnthropicResponse converts an Anthropic Message to llmproxy.ChatResponse.
go/llmproxy/provider/anthropic/mapping.go:180
↓ 1 callers
Function
fromGeminiResponse
fromGeminiResponse converts a Gemini GenerateContentResponse to llmproxy.ChatResponse.
go/llmproxy/provider/gemini/mapping.go:144
↓ 1 callers
Function
functionToolCallRequestToAssistantMessage
functionToolCallRequestToAssistantMessage converts a FunctionToolCallRequest to an AssistantMessage.
go/llmproxy/provider/mistral/mapping.go:138
↓ 1 callers
Function
genId
()
ts/workflow-builder/src/hooks/use-toast.ts:28
↓ 1 callers
Method
getAllCategories
()
ts/workflow-core/src/node/NodeRegistry.ts:72
↓ 1 callers
Method
getByCategory
(category: NodeCategory)
ts/workflow-core/src/node/NodeRegistry.ts:81
↓ 1 callers
Function
getCompatibleNodeDefs
( originNodeId: string, originHandleId: string, nodes: Node<NodeData>[], edges: Edge[], allNodeDefs:
ts/workflow-builder/src/utils/connectionRules.ts:65
↓ 1 callers
Function
getCursorNodeId
(phase: DebugSessionPhase)
ts/workflow-builder/src/panels/DebugExternalIOPanel.tsx:181
↓ 1 callers
Function
getEdgeDescription
(t: TFunction, def: { description: string }, portType: string)
ts/workflow-builder/src/utils/translation.ts:30
↓ 1 callers
Function
getEdgePath
()
ts/workflow-builder/src/graph/CustomEdge.tsx:96
↓ 1 callers
Function
getExpressionPlaceholder
(dataType: DataType)
ts/workflow-builder/src/inputs/ParameterEditor.tsx:83
↓ 1 callers
Function
getHandleStyle
()
ts/workflow-builder/src/graph/PortHandle.tsx:39
↓ 1 callers
Function
getInput
(node: NodeData)
ts/workflow-core/src/node/methods.ts:246
↓ 1 callers
Function
getLabelPositionClass
()
ts/workflow-builder/src/graph/PortHandle.tsx:91
↓ 1 callers
Function
getLabelStyle
()
ts/workflow-builder/src/graph/PortHandle.tsx:106
↓ 1 callers
Function
getParamDescription
(t: TFunction, translationPrefix: string, param: Parameter)
ts/workflow-builder/src/utils/translation.ts:25
↓ 1 callers
Function
getParameterIcon
(type: string)
ts/workflow-builder/src/panels/NodeLibrary.tsx:25
↓ 1 callers
Function
getParameterTypeLabel
(type: string, t: TFunction)
ts/workflow-builder/src/panels/NodeLibrary.tsx:44
↓ 1 callers
Function
getPlusPositionClass
()
ts/workflow-builder/src/graph/PortHandle.tsx:116
↓ 1 callers
Function
getStoredLanguage
()
ts/workflow-cli/src/i18n/index.ts:19
↓ 1 callers
Function
getTabLabel
(tabId: SidebarTab)
ts/workflow-builder/src/panels/BuilderSidebar.tsx:186
↓ 1 callers
Function
getVariableEntries
Build the list of editable variables from the main canvas store.
ts/workflow-builder/src/panels/DebugContextPanel.tsx:20
↓ 1 callers
Function
handleParamChange
(paramId: string, value: unknown)
ts/workflow-builder/src/panels/ChannelConfigPanel.tsx:27
↓ 1 callers
Function
handleTabClick
(tabId: SidebarTab)
ts/workflow-builder/src/panels/BuilderSidebar.tsx:151
↓ 1 callers
Function
handler
(e: Event)
ts/workflow-builder/src/CanvasEditor.tsx:77
↓ 1 callers
Function
hasControlFlowEdge
Check whether a node already has control-flow edges (for mutual exclusion).
ts/workflow-builder/src/utils/connectionRules.ts:24
↓ 1 callers
Function
headerLines
(file)
scripts/license-headers.mjs:53
↓ 1 callers
Function
includeOptions
includeOptions maps llmproxy.Options to GenerateContentConfig fields.
go/llmproxy/provider/gemini/mapping.go:119
↓ 1 callers
Function
includeOptions
includeOptions maps llmproxy.Options to the local ChatCompletionRequest fields.
go/llmproxy/provider/selfhosted/mapping.go:115
↓ 1 callers
Function
includeOptions
includeOptions maps api.Options to a Mistral ChatRequest
go/llmproxy/provider/mistral/mapping.go:158
↓ 1 callers
Function
includeOptions
includeOptions maps llmproxy.Options to MessageNewParams fields. MaxTokens is handled in toAnthropicRequest; FrequencyPenalty, PresencePenalty, Seed a
go/llmproxy/provider/anthropic/mapping.go:138
↓ 1 callers
Function
includeOptions
includeOptions maps api.Options to responses.ResponseNewParams
go/llmproxy/provider/openai/mapping.go:184
↓ 1 callers
Function
inferBinaryType
* Infer the result type of a binary operation
ts/workflow-core/src/expression/parser.ts:182
↓ 1 callers
Function
inferCallType
* Infer the result type of a cast function call, e.g. int(expr), str(expr). * Any type can be cast to any other type — it's the user's explicit inten
ts/workflow-core/src/expression/parser.ts:300
↓ 1 callers
Function
inferLiteralType
* Infer the type of a literal value
ts/workflow-core/src/expression/parser.ts:163
↓ 1 callers
Function
inferUnaryType
* Infer the result type of a unary operation
ts/workflow-core/src/expression/parser.ts:253
↓ 1 callers
Method
initialize
()
ts/workflow-core/src/memory/MemoryRegistry.ts:17
↓ 1 callers
Method
initialize
()
ts/workflow-core/src/model/ModelRegistry.ts:16
↓ 1 callers
Function
inputItemToAPI
(item llmproxy.InputItem)
go/mapping/llm.go:427
↓ 1 callers
Function
inputToAPI
(in llmproxy.Input)
go/mapping/llm.go:402
↓ 1 callers
Function
isCategoryExpanded
(category: NodeCategory)
ts/workflow-builder/src/panels/NodeLibrary.tsx:159
↓ 1 callers
Function
isCompatible
* Check if a type can be implicitly converted to another. * - int ↔ float: both directions (truncation for float→int, common in embedded) * - any →
ts/workflow-core/src/expression/parser.ts:338
↓ 1 callers
Function
isObviousPrivateHost
isObviousPrivateHost performs a fast, no-DNS check for hosts that should never be fetched. The real guard is safeDialContext, which re-resolves at con
go/engine/node/webfetch.go:195
↓ 1 callers
Function
isUint
(v: string)
ts/workflow-cli/cli/deploy/prompts.ts:37
↓ 1 callers
Function
isValidConnection
( sourceId: string | null, targetId: string | null, sourceHandleId: string | null | undefined, targetH
ts/workflow-builder/src/utils/connectionRules.ts:96
↓ 1 callers
Function
isYamlContract
(f)
scripts/license-headers.mjs:28
↓ 1 callers
Function
listEntryOutputId
Stable synthetic outputId used to key list-entry diagnostics (matches diagnostics.ts).
ts/workflow-builder/src/panels/NodeConfigPanel.tsx:251
↓ 1 callers
Function
llamaOf
(spec: Spec, modelId: string)
ts/workflow-core/src/deploy/spec.test.ts:25
↓ 1 callers
Function
loadEngineConfig
loadEngineConfig reads the engine's single boot config file (the EngineConfig wire shape: workflow + bindings + device manifest). The path is the cont
go/cmd/engine/main.go:190
↓ 1 callers
Function
loadEngineSecrets
loadEngineSecrets reads the mounted secret store (a JSON map of secret id -> opaque value) and maps it into the domain secrets the api->domain mapping
go/cmd/engine/main.go:207
↓ 1 callers
Function
loadFlagComponents
(dirs: string[])
ts/workflow-cli/cli/deploy/index.ts:223
↓ 1 callers
Function
locateViteBin
(appRoot: string)
ts/workflow-cli/cli/open.ts:130
← previous
next →
701–800 of 2,454, ranked by callers