MCPcopy Create free account

hub / github.com/ForestHubAI/edge-agents / types & classes

Types & classes941 in github.com/ForestHubAI/edge-agents

↓ 13 callersStructinput
go/engine/node/websearchtool.go:57
↓ 8 callersTypeAliasInputString
InputString represents a simple string input. Can be used directly or as an item in InputItems.
go/llmproxy/input.go:14
↓ 1 callersTypeAliasModelID
ModelID represents a model ID
go/llmproxy/model.go:11
Class
ts/workflow-core/src/deploy/spec.ts:71
Class
ts/workflow-core/src/memory/MemoryRegistry.ts:13
Class
ts/workflow-core/src/model/ModelRegistry.ts:12
Class
ts/workflow-core/src/node/NodeRegistry.ts:28
StructADC
ADC is an analog input channel.
go/engine/channel/adc.go:12
StructADCChannel
ADCChannel defines model for ADCChannel.
go/api/workflow/types.gen.go:750
TypeAliasADCChannelType
ADCChannelType defines model for ADCChannel.Type.
go/api/workflow/types.gen.go:757
StructADCConfig
go/engine/types.go:104
StructADCConfig
ADCConfig defines model for ADCConfig.
go/api/engineapi/types.gen.go:45
InterfaceADCDriver
ADCDriver handles analog inputs. Channels do not need per-channel acquisition.
go/engine/driver/driver.go:44
StructAPIError
APIError represents a standard error response from the API.
go/util/httpclient/client.go:58
InterfaceAddAction
ts/workflow-builder/src/panels/ResourceListPanel.tsx:17
InterfaceAddButtonProps
ts/workflow-builder/src/components/ui/add-button.tsx:10
StructAgent
Agent defines model for Agent.
go/llmproxy/provider/mistral/types.gen.go:2194
StructAgent
Agent represents an LLM agent with a set of tools and instructions. It encapsulates the agent's identity, behavior guidelines, and available functiona
go/llmproxy/agent/agent.go:18
StructAgent
Agent executes an LLM agent via llmproxy.
go/engine/node/agent.go:39
StructAgentConversation
AgentConversation defines model for AgentConversation.
go/llmproxy/provider/mistral/types.gen.go:2223
TypeAliasAgentConversationObject
AgentConversationObject defines model for AgentConversation.Object.
go/llmproxy/provider/mistral/types.gen.go:2238
StructAgentCreationRequest
AgentCreationRequest defines model for AgentCreationRequest.
go/llmproxy/provider/mistral/types.gen.go:2241
StructAgentCreationRequest_Tools_Item
AgentCreationRequest_Tools_Item defines model for AgentCreationRequest.tools.Item.
go/llmproxy/provider/mistral/types.gen.go:2257
StructAgentHandoffDoneEvent
AgentHandoffDoneEvent defines model for AgentHandoffDoneEvent.
go/llmproxy/provider/mistral/types.gen.go:2262
TypeAliasAgentHandoffDoneEventType
AgentHandoffDoneEventType defines model for AgentHandoffDoneEvent.Type.
go/llmproxy/provider/mistral/types.gen.go:2272
StructAgentHandoffEntry
AgentHandoffEntry defines model for AgentHandoffEntry.
go/llmproxy/provider/mistral/types.gen.go:2275
TypeAliasAgentHandoffEntryObject
AgentHandoffEntryObject defines model for AgentHandoffEntry.Object.
go/llmproxy/provider/mistral/types.gen.go:2288
TypeAliasAgentHandoffEntryType
AgentHandoffEntryType defines model for AgentHandoffEntry.Type.
go/llmproxy/provider/mistral/types.gen.go:2291
StructAgentHandoffStartedEvent
AgentHandoffStartedEvent defines model for AgentHandoffStartedEvent.
go/llmproxy/provider/mistral/types.gen.go:2294
TypeAliasAgentHandoffStartedEventType
AgentHandoffStartedEventType defines model for AgentHandoffStartedEvent.Type.
go/llmproxy/provider/mistral/types.gen.go:2304
InterfaceAgentNode
ts/workflow-core/src/node/AgentNode.ts:12
StructAgentNode
AgentNode defines model for AgentNode.
go/api/workflow/types.gen.go:760
TypeAliasAgentNodeType
AgentNodeType defines model for AgentNode.Type.
go/api/workflow/types.gen.go:788
TypeAliasAgentObject
AgentObject defines model for Agent.Object.
go/llmproxy/provider/mistral/types.gen.go:2215
StructAgentUpdateRequest
AgentUpdateRequest defines model for AgentUpdateRequest.
go/llmproxy/provider/mistral/types.gen.go:2307
StructAgentUpdateRequest_Tools_Item
AgentUpdateRequest_Tools_Item defines model for AgentUpdateRequest.tools.Item.
go/llmproxy/provider/mistral/types.gen.go:2323
StructAgent_Tools_Item
Agent_Tools_Item defines model for Agent.tools.Item.
go/llmproxy/provider/mistral/types.gen.go:2218
StructAgentsCompletionRequest
AgentsCompletionRequest defines model for AgentsCompletionRequest.
go/llmproxy/provider/mistral/types.gen.go:2328
StructAgentsCompletionRequest_Messages_Item
AgentsCompletionRequest_Messages_Item defines model for AgentsCompletionRequest.messages.Item.
go/llmproxy/provider/mistral/types.gen.go:2368
StructAgentsCompletionRequest_Stop
AgentsCompletionRequest_Stop Stop generation if this token is detected. Or if one of these tokens is detected when providing an array
go/llmproxy/provider/mistral/types.gen.go:2379
StructAgentsCompletionRequest_ToolChoice
AgentsCompletionRequest_ToolChoice defines model for AgentsCompletionRequest.ToolChoice.
go/llmproxy/provider/mistral/types.gen.go:2384
StructAlarm
Alarm fires at a specific local time of day, optionally restricted to a set of weekdays. Empty Days means every day.
go/engine/node/trigger/alarm.go:20
InterfaceAlarmNode
ts/workflow-core/src/node/TriggerNode.ts:34
StructAlarmNode
AlarmNode defines model for AlarmNode.
go/api/workflow/types.gen.go:791
TypeAliasAlarmNodeType
AlarmNodeType defines model for AlarmNode.Type.
go/api/workflow/types.gen.go:806
TypeAliasApiEndpoint
ApiEndpoint defines model for ApiEndpoint.
go/llmproxy/provider/mistral/types.gen.go:2389
StructArchiveFTModelOut
ArchiveFTModelOut defines model for ArchiveFTModelOut.
go/llmproxy/provider/mistral/types.gen.go:2392
TypeAliasArchiveFTModelOutObject
ArchiveFTModelOutObject defines model for ArchiveFTModelOut.Object.
go/llmproxy/provider/mistral/types.gen.go:2399
StructAssistantMessage
AssistantMessage defines model for AssistantMessage.
go/llmproxy/provider/mistral/types.gen.go:2402
TypeAliasAssistantMessageRole
AssistantMessageRole defines model for AssistantMessage.Role.
go/llmproxy/provider/mistral/types.gen.go:2423
StructAssistantMessage_Content
AssistantMessage_Content defines model for AssistantMessage.Content.
go/llmproxy/provider/mistral/types.gen.go:2418
StructAudioChunk
AudioChunk defines model for AudioChunk.
go/llmproxy/provider/mistral/types.gen.go:2426
TypeAliasAudioChunkType
AudioChunkType defines model for AudioChunk.Type.
go/llmproxy/provider/mistral/types.gen.go:2443
StructAudioChunk_InputAudio
AudioChunk_InputAudio defines model for AudioChunk.InputAudio.
go/llmproxy/provider/mistral/types.gen.go:2438
StructAudioTranscriptionRequest
AudioTranscriptionRequest defines model for AudioTranscriptionRequest.
go/llmproxy/provider/mistral/types.gen.go:2446
StructAudioTranscriptionRequestStream
AudioTranscriptionRequestStream defines model for AudioTranscriptionRequestStream.
go/llmproxy/provider/mistral/types.gen.go:2477
TypeAliasAudioTranscriptionRequestStreamStream
AudioTranscriptionRequestStreamStream defines model for AudioTranscriptionRequestStream.Stream.
go/llmproxy/provider/mistral/types.gen.go:2506
InterfaceBadgeProps
ts/workflow-builder/src/components/ui/badge.tsx:30
StructBaseModelCard
BaseModelCard defines model for BaseModelCard.
go/llmproxy/provider/mistral/types.gen.go:2509
TypeAliasBaseModelCardType
BaseModelCardType defines model for BaseModelCard.Type.
go/llmproxy/provider/mistral/types.gen.go:2526
InterfaceBaseNodeProps
ts/workflow-builder/src/graph/BaseNode.tsx:42
InterfaceBasicParam
ts/workflow-core/src/parameter/Parameter.ts:39
StructBatchError
BatchError defines model for BatchError.
go/llmproxy/provider/mistral/types.gen.go:2529
StructBatchJobIn
BatchJobIn defines model for BatchJobIn.
go/llmproxy/provider/mistral/types.gen.go:2535
StructBatchJobOut
BatchJobOut defines model for BatchJobOut.
go/llmproxy/provider/mistral/types.gen.go:2554
TypeAliasBatchJobOutObject
BatchJobOutObject defines model for BatchJobOut.Object.
go/llmproxy/provider/mistral/types.gen.go:2576
TypeAliasBatchJobStatus
BatchJobStatus defines model for BatchJobStatus.
go/llmproxy/provider/mistral/types.gen.go:2579
StructBatchJobsOut
BatchJobsOut defines model for BatchJobsOut.
go/llmproxy/provider/mistral/types.gen.go:2582
TypeAliasBatchJobsOutObject
BatchJobsOutObject defines model for BatchJobsOut.Object.
go/llmproxy/provider/mistral/types.gen.go:2589
TypeAliasBias
Bias is the internal pull-resistor configuration of a GPIO input. "none" is a real electrical state (floating), not a sentinel for "unset".
go/engine/driver/driver.go:23
InterfaceBoolParam
ts/workflow-core/src/parameter/Parameter.ts:50
StructBranchingNode
BranchingNode is a base for a node that can decide between multiple state transitions per port (e.g. LLM agent)
go/engine/node.go:124
StructBroadcaster
Broadcaster is the fanout primitive for channels that emit events to trigger nodes. broadcast pushes non-blockingly and drops on full so a slow subscr
go/engine/channel/channel.go:30
InterfaceBuilderLayoutProps
ts/workflow-builder/src/BuilderLayout.tsx:42
InterfaceBuilderSidebarProps
ts/workflow-builder/src/panels/BuilderSidebar.tsx:35
TypeAliasBuiltInConnectors
BuiltInConnectors defines model for BuiltInConnectors.
go/llmproxy/provider/mistral/types.gen.go:2592
InterfaceButtonProps
ts/workflow-builder/src/components/ui/button.tsx:43
InterfaceCanvas
ts/workflow-core/src/workflow/Workflow.ts:40
InterfaceCanvasEditorProps
ts/workflow-builder/src/CanvasEditor.tsx:30
InterfaceCanvasProps
ts/workflow-builder/src/Canvas.tsx:33
InterfaceCanvasState
ts/workflow-builder/src/stores/canvasStore.ts:71
InterfaceCanvasTab
ts/workflow-builder/src/hooks/useCanvasTabs.ts:10
InterfaceCanvasTabsToolbarProps
ts/workflow-builder/src/CanvasTabsToolbar.tsx:12
InterfaceCanvasValidationResult
ts/workflow-core/src/diagnostics/diagnostics.ts:751
StructCard
Card is the metadata used to render an entry in the auto-injected memory index in the LLM agent's system prompt. Size is in bytes; the LLM treats it a
go/engine/memory/manager.go:46
InterfaceChannel
ts/workflow-core/src/channel/Channel.ts:9
InterfaceChannel
Channel is the contract that all channel types must satisfy.
go/engine/channel/channel.go:13
StructChannel
Channel defines model for Channel.
go/api/workflow/types.gen.go:809
InterfaceChannelConfigPanelProps
ts/workflow-builder/src/panels/ChannelConfigPanel.tsx:12
InterfaceChannelDefinition
ts/workflow-core/src/channel/ChannelDefinition.ts:28
InterfaceChannelSelectParam
ts/workflow-core/src/parameter/Parameter.ts:100
StructChatClassificationRequest
ChatClassificationRequest defines model for ChatClassificationRequest.
go/llmproxy/provider/mistral/types.gen.go:2595
StructChatClassificationRequestInputs
ChatClassificationRequestInputs Chat to classify
go/llmproxy/provider/mistral/types.gen.go:2602
StructChatCompletionChoice
ChatCompletionChoice defines model for ChatCompletionChoice.
go/llmproxy/provider/mistral/types.gen.go:2610
TypeAliasChatCompletionChoiceFinishReason
ChatCompletionChoiceFinishReason defines model for ChatCompletionChoice.FinishReason.
go/llmproxy/provider/mistral/types.gen.go:2617
StructChatCompletionRequest
ChatCompletionRequest represents a chat completion request.
go/llmproxy/provider/selfhosted/types.go:13
StructChatCompletionRequest
ChatCompletionRequest defines model for ChatCompletionRequest.
go/llmproxy/provider/mistral/types.gen.go:2620
StructChatCompletionRequest_Messages_Item
ChatCompletionRequest_Messages_Item defines model for ChatCompletionRequest.messages.Item.
go/llmproxy/provider/mistral/types.gen.go:2675
StructChatCompletionRequest_Stop
ChatCompletionRequest_Stop Stop generation if this token is detected. Or if one of these tokens is detected when providing an array
go/llmproxy/provider/mistral/types.gen.go:2686
StructChatCompletionRequest_ToolChoice
ChatCompletionRequest_ToolChoice Controls which (if any) tool is called by the model. `none` means the model will not call any tool and instead genera
go/llmproxy/provider/mistral/types.gen.go:2691
next →1–100 of 941, ranked by callers