MCPcopy Create free account

hub / github.com/Rheosoph/flow-like / types & classes

Types & classes7,057 in github.com/Rheosoph/flow-like

↓ 6,914 callersClassSome
templates/wasm-node-python/componentize_py_types.py:6
↓ 5,846 callersClassOk
templates/wasm-node-python/componentize_py_types.py:11
↓ 2,190 callersClassErr
templates/wasm-node-python/componentize_py_types.py:16
↓ 499 callersClassJson
libs/wasm-sdk/wasm-sdk-csharp/Json.cs:6
↓ 81 callersClassInput
Declares an input data pin via class annotation. Usage:: class MyNode(WasmNode): value: float = Input(default=0.0, title="Va
libs/wasm-sdk/wasm-sdk-python/flow_like_wasm_sdk/types.py:459
↓ 68 callersClassOutput
Declares an output data pin via class annotation. Usage:: class MyNode(WasmNode): result: float = Output(title="Result")
libs/wasm-sdk/wasm-sdk-python/flow_like_wasm_sdk/types.py:484
↓ 32 callersClassFlowPath
libs/wasm-sdk/wasm-sdk-rust/src/interop.rs:11
↓ 23 callersClassMockHostBridge
libs/wasm-sdk/wasm-sdk-csharp/Host.cs:31
↓ 20 callersEnumConfigError
apps/backend/local/runtime/src/config.rs:38
↓ 19 callersEnumLiteral
packages/ast/src/model.rs:274
↓ 16 callersClassMockHostBridge
Host bridge for local testing with captured logs and streams.
libs/wasm-sdk/wasm-sdk-python/flow_like_wasm_sdk/host.py:121
↓ 14 callersClassPlanStep
packages/core/src/flow/copilot/types.rs:140
↓ 11 callersClassExecOutput
Declares an exec output pin via class annotation. Usage:: class MyNode(WasmNode): on_true: Exec = ExecOutput() o
libs/wasm-sdk/wasm-sdk-python/flow_like_wasm_sdk/types.py:515
↓ 10 callersClassProgress
packages/api/src/routes/admin/bit/upsert_bit.rs:29
↓ 9 callersClassNode
packages/core/src/flow/node.rs:158
↓ 9 callersClassToolCall
packages/model-provider/src/history.rs:45
↓ 8 callersClassAIMessage
libs/wasm-sdk/wasm-sdk-python/flow_like_wasm_sdk/_langchain_stubs.py:44
↓ 8 callersClassAddNode
templates/wasm-node-assemblyscript/examples/math_nodes.ts:17
↓ 8 callersEnumError
packages/storage/src/async_duckdb/error.rs:4
↓ 8 callersStructExecutionInput
libs/wasm-sdk/wasm-sdk-go/types.go:280
↓ 8 callersClassHumanMessage
libs/wasm-sdk/wasm-sdk-python/flow_like_wasm_sdk/_langchain_stubs.py:36
↓ 8 callersClassModelNode
Processes a config model
templates/wasm-node-python/tests/test_base_model.py:27
↓ 8 callersClassNodeDefinition
libs/wasm-sdk/wasm-sdk-python/flow_like_wasm_sdk/types.py:292
↓ 8 callersClassNodeScores
libs/wasm-sdk/wasm-sdk-python/flow_like_wasm_sdk/types.py:78
↓ 7 callersClassApp
A registered Flow-Like application.
libs/platform/python/flow_like/_types.py:178
↓ 7 callersClassBit
libs/wasm-sdk/wasm-sdk-rust/src/interop.rs:170
↓ 7 callersStructContext
libs/wasm-sdk/wasm-sdk-go/context.go:8
↓ 7 callersClassLayer
packages/core/src/flow/board.rs:69
↓ 7 callersClassMemory
libs/wasm-sdk/wasm-sdk-java/src/main/java/com/flowlike/sdk/Memory.java:6
↓ 7 callersClassMockHostBridge
libs/wasm-sdk/wasm-sdk-typescript/src/host.ts:50
↓ 7 callersClassState
packages/api/src/state.rs:65
↓ 6 callersClassFlowLikeChatModel
libs/platform/nodejs/src/langchain.ts:46
↓ 6 callersClassFlowPathToolError
libs/wasm-sdk/wasm-sdk-rust/src/rig_provider.rs:953
↓ 6 callersClassReverse
Reverses the characters in a string
templates/wasm-node-python/examples/string_nodes.py:49
↓ 6 callersClassStream
Reader abstraction over `wasi:http/types#incoming-body`.
templates/wasm-node-python/poll_loop.py:49
↓ 6 callersClassWeatherMockHost
Mock host that simulates LLM tool-use and HTTP weather APIs.
templates/wasm-node-python/tests/test_nodes.py:252
↓ 5 callersClassApiKey
packages/api/src/middleware/jwt.rs:141
↓ 5 callersClassFlowLikeEmbeddings
libs/platform/nodejs/src/langchain.ts:110
↓ 5 callersClassGreetingConfig
templates/wasm-node-rust/src/lib.rs:119
↓ 5 callersStructNodeDefinition
libs/wasm-sdk/wasm-sdk-go/types.go:194
↓ 5 callersClassPathBinding
packages/core/src/a2ui/component.rs:20
↓ 5 callersClassPiiMaskError
packages/catalog/processing/src/pii/pii_mask_ai.rs:54
↓ 5 callersClassWidget
packages/core/src/a2ui/widget.rs:15
↓ 4 callersClassAsyncInvokeResult
Result of an asynchronous board invocation, containing the run ID and poll token.
libs/platform/python/flow_like/_types.py:14
↓ 4 callersClassAuthenticationError
Raised when authentication credentials are invalid or malformed.
libs/platform/python/flow_like/_errors.py:12
↓ 4 callersClassBoard
A Flow-Like board (workflow definition).
libs/platform/python/flow_like/_types.py:256
↓ 4 callersClassCachedEmbeddingModel
libs/wasm-sdk/wasm-sdk-rust/src/interop.rs:496
↓ 4 callersClassCall
packages/ast/src/model.rs:254
↓ 4 callersClassConnection
packages/core/src/flow/copilot/types.rs:132
↓ 4 callersClassQueryResult
Result of a database query, containing the returned rows.
libs/platform/python/flow_like/_types.py:162
↓ 4 callersClassSSEEvent
A parsed Server-Sent Event with optional event type, data, id, and retry interval.
libs/platform/python/flow_like/_types.py:43
↓ 3 callersClassAudio
packages/model-provider/src/response.rs:66
↓ 3 callersClassConfig
apps/backend/local/runtime/src/config.rs:4
↓ 3 callersClassConfigurationError
Raised when SDK configuration is missing or contradictory.
libs/platform/python/flow_like/_errors.py:18
↓ 3 callersStructContext
templates/wasm-node-go/context.go:25
↓ 3 callersClassDownload
packages/core/src/utils/download_manager.rs:13
↓ 3 callersClassExecInput
Declares an exec input pin via class annotation. Usage:: class MyNode(WasmNode): trigger: Exec = ExecInput()
libs/wasm-sdk/wasm-sdk-python/flow_like_wasm_sdk/types.py:501
↓ 3 callersInterfaceExecutor
packages/sinks/src/traits.rs:87
↓ 3 callersClassFlowPath
Reference to a file/directory in a host-resolved object store. Serialisation format:: {"path": "uploads/doc.pdf", "store_ref": "local",
libs/wasm-sdk/wasm-sdk-python/flow_like_wasm_sdk/interop.py:38
↓ 3 callersClassGradient
packages/core/src/a2ui/style.rs:110
↓ 3 callersClassHostBridge
Interface for host function calls. Replaced at runtime by actual WASM host imports.
libs/wasm-sdk/wasm-sdk-python/flow_like_wasm_sdk/host.py:6
↓ 3 callersClassLanceConnectionInfo
Connection parameters for a LanceDB database, including URI and storage options.
libs/platform/python/flow_like/_types.py:145
↓ 3 callersInterfaceMessage
packages/ui/components/spotlight/spotlight-flowpilot.tsx:19
↓ 3 callersStructNodeDefinition
── Node Definition ─────────────────────────────────────────────────────
templates/wasm-node-go/types.go:12
↓ 3 callersInterfacePAT
packages/ui/components/pat-management.tsx:43
↓ 3 callersClassPackageNodes
libs/wasm-sdk/wasm-sdk-python/flow_like_wasm_sdk/types.py:347
↓ 3 callersClassSystemMessage
libs/wasm-sdk/wasm-sdk-python/flow_like_wasm_sdk/_langchain_stubs.py:40
↓ 3 callersClassToolCallData
libs/wasm-sdk/wasm-sdk-rust/src/interop.rs:270
↓ 2 callersClassApp
packages/core/src/app.rs:110
↓ 2 callersClassChatCompletionResult
Result of a chat completion request, including choices and token usage.
libs/platform/python/flow_like/_types.py:223
↓ 2 callersClassChatGeneration
libs/wasm-sdk/wasm-sdk-python/flow_like_wasm_sdk/_langchain_stubs.py:64
↓ 2 callersClassChatMessage
A single message in a chat conversation. Supports both simple text and multimodal (parts-based) content. Usage:: msg = ChatMessage.
libs/wasm-sdk/wasm-sdk-python/flow_like_wasm_sdk/interop.py:519
↓ 2 callersClassChatMessage
A single message in a chat conversation, with a role and text content.
libs/platform/python/flow_like/_types.py:205
↓ 2 callersClassChatResult
libs/wasm-sdk/wasm-sdk-python/flow_like_wasm_sdk/_langchain_stubs.py:70
↓ 2 callersClassComment
packages/core/src/flow/board.rs:1496
↓ 2 callersClassContext
Execution context providing typed input access, output setting, logging, and streaming.
libs/wasm-sdk/wasm-sdk-python/flow_like_wasm_sdk/context.py:37
↓ 2 callersClassCountResult
Result of a count query against a database table.
libs/platform/python/flow_like/_types.py:170
↓ 2 callersClassEmbeddingResult
Result of an embedding request, containing vectors and token usage.
libs/platform/python/flow_like/_types.py:232
↓ 2 callersClassExecutionInput
libs/wasm-sdk/wasm-sdk-python/flow_like_wasm_sdk/types.py:362
↓ 2 callersClassExecutionResult
libs/wasm-sdk/wasm-sdk-kotlin/src/wasmWasiMain/kotlin/sdk/Types.kt:130
↓ 2 callersClassExtractionError
packages/catalog/data/src/data/excel/try_extract_tables_ai.rs:85
↓ 2 callersClassFileInfo
Metadata for a file stored in a remote bucket.
libs/platform/python/flow_like/_types.py:53
↓ 2 callersClassFlowImage
Reference to a host-side in-memory image. The actual pixel data lives in the host's cache; this is just a handle. Serialisation format::
libs/wasm-sdk/wasm-sdk-python/flow_like_wasm_sdk/interop.py:167
↓ 2 callersClassHealthStatus
Health-check response from the Flow-Like API.
libs/platform/python/flow_like/_types.py:187
↓ 2 callersClassHttpRequest
packages/catalog/web/src/web/api.rs:43
↓ 2 callersClassListStrings
Node with list[str] input/output.
templates/wasm-node-python/tests/test_collections.py:33
↓ 2 callersClassMerge
packages/catalog/data/src/data/excel/try_extract_tables.rs:457
↓ 2 callersClassNestedModelNode
Processes a nested model
templates/wasm-node-python/tests/test_base_model.py:41
↓ 2 callersClassNodeDBConnection
libs/wasm-sdk/wasm-sdk-rust/src/interop.rs:527
↓ 2 callersClassPinDefinition
libs/wasm-sdk/wasm-sdk-kotlin/src/wasmWasiMain/kotlin/sdk/Types.kt:52
↓ 2 callersClassPollResult
Result of polling for run events, with a done flag indicating completion.
libs/platform/python/flow_like/_types.py:34
↓ 2 callersClassPrerunBoardResponse
Pre-run analysis of a board, listing required variables, OAuth needs, and execution mode.
libs/platform/python/flow_like/_types.py:272
↓ 2 callersClassPresignResult
A presigned URL for direct file upload or download, with optional headers.
libs/platform/python/flow_like/_types.py:63
↓ 2 callersClassQueryLogsToolError
packages/core/src/flow/copilot/tools.rs:43
↓ 2 callersClassReasoning
packages/catalog/data/src/events/chat_event.rs:632
↓ 2 callersClassRunStatus
Status of a board run, including completion state and optional result or error.
libs/platform/python/flow_like/_types.py:23
↓ 2 callersClassSubmitError
packages/catalog/processing/src/ai_keyword_extraction.rs:41
↓ 2 callersClassTableSchema
Schema definition for a database table, including its name and column descriptors.
libs/platform/python/flow_like/_types.py:153
↓ 2 callersClassToolMessage
libs/wasm-sdk/wasm-sdk-python/flow_like_wasm_sdk/_langchain_stubs.py:53
↓ 2 callersClassUpsertBoardResponse
Response from creating or updating a board.
libs/platform/python/flow_like/_types.py:264
next →1–100 of 7,057, ranked by callers