Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
841b365
backend updated
deon-sanchez Dec 12, 2025
76e271b
Merge branch 'main' of https://github.com/langflow-ai/langflow into l…
deon-sanchez Dec 16, 2025
cd81575
[autofix.ci] apply automated fixes
autofix-ci[bot] Dec 16, 2025
114591e
updated to use provider env variable
deon-sanchez Dec 16, 2025
cf8d0c9
Merge branch 'lfoss-3056' of https://github.com/langflow-ai/langflow …
deon-sanchez Dec 16, 2025
53f365d
[autofix.ci] apply automated fixes
autofix-ci[bot] Dec 16, 2025
3c3fc1e
added doc url link
deon-sanchez Dec 16, 2025
8a2f85f
Merge branch 'lfoss-3056' of https://github.com/langflow-ai/langflow …
deon-sanchez Dec 16, 2025
f6666e1
added doc prop
deon-sanchez Dec 16, 2025
f32664a
Merge branch 'main' of https://github.com/langflow-ai/langflow into l…
deon-sanchez Dec 16, 2025
f845cd2
merge main
deon-sanchez Dec 17, 2025
cab466e
fixed disabled empty state
deon-sanchez Dec 17, 2025
25e9aab
[autofix.ci] apply automated fixes
autofix-ci[bot] Dec 17, 2025
7a75235
updated be components with new pattern
deon-sanchez Dec 17, 2025
197113f
fixed conflicts
deon-sanchez Dec 17, 2025
bd7adeb
[autofix.ci] apply automated fixes
autofix-ci[bot] Dec 17, 2025
2d43c6e
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] Dec 17, 2025
ba86269
[autofix.ci] apply automated fixes (attempt 3/3)
autofix-ci[bot] Dec 17, 2025
0dc9bd1
updated templates
deon-sanchez Dec 17, 2025
8757085
Merge branch 'lfoss-3056' of https://github.com/langflow-ai/langflow …
deon-sanchez Dec 17, 2025
0f22c83
[autofix.ci] apply automated fixes
autofix-ci[bot] Dec 17, 2025
d17c9ed
filter based upon provider and models
deon-sanchez Dec 17, 2025
f32901c
Merge branch 'lfoss-3056' of https://github.com/langflow-ai/langflow …
deon-sanchez Dec 17, 2025
72f56a8
updated provider mapping and cache clearing logic
deon-sanchez Dec 17, 2025
1b371ca
narrowed exception handling to OSError and ValueError
deon-sanchez Dec 17, 2025
c149b66
Merge branch 'main' of https://github.com/langflow-ai/langflow into l…
deon-sanchez Dec 17, 2025
5093169
removed agentic flows creation and moved agentic initialization after…
deon-sanchez Dec 18, 2025
b63c348
[autofix.ci] apply automated fixes
autofix-ci[bot] Dec 18, 2025
f304bfe
fix: Update model provider filtering and embedding model detection
deon-sanchez Dec 18, 2025
ecb222d
Merge branch 'lfoss-3056' of https://github.com/langflow-ai/langflow …
deon-sanchez Dec 18, 2025
17de889
removed console.log
deon-sanchez Dec 18, 2025
8402040
[autofix.ci] apply automated fixes
autofix-ci[bot] Dec 18, 2025
6d23009
updated models showed
deon-sanchez Dec 18, 2025
088d139
Merge branch 'lfoss-3056' of https://github.com/langflow-ai/langflow …
deon-sanchez Dec 18, 2025
d1d1cc1
[autofix.ci] apply automated fixes
autofix-ci[bot] Dec 18, 2025
130ec8d
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] Dec 18, 2025
ea13598
[autofix.ci] apply automated fixes (attempt 3/3)
autofix-ci[bot] Dec 18, 2025
32552eb
refactor: Simplify embedding model detection logic and add constant f…
deon-sanchez Dec 18, 2025
9d2fe3b
Merge branch 'lfoss-3056' of https://github.com/langflow-ai/langflow …
deon-sanchez Dec 18, 2025
a7ada62
Merge branch 'main' into lfoss-3056
deon-sanchez Dec 18, 2025
4f3918e
Merge branch 'main' of https://github.com/langflow-ai/langflow into l…
deon-sanchez Dec 19, 2025
fffa68d
merge templates
deon-sanchez Dec 29, 2025
b7323be
merge updated templates
deon-sanchez Dec 29, 2025
25de840
Merge branch 'main' of https://github.com/langflow-ai/langflow into l…
deon-sanchez Dec 29, 2025
23699ef
[autofix.ci] apply automated fixes
autofix-ci[bot] Dec 29, 2025
be513a2
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] Dec 29, 2025
9f5561f
[autofix.ci] apply automated fixes (attempt 3/3)
autofix-ci[bot] Dec 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
…foss-3056
  • Loading branch information
deon-sanchez committed Dec 29, 2025
commit 25de8402a79eb579c9de04b52e5d121d878b15be
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@
"dataType": "ChatInput",
"id": "ChatInput-ybSRx",
"name": "message",
"output_types": [
"Message"
]
"output_types": ["Message"]
},
"targetHandle": {
"fieldName": "input_value",
"id": "LanguageModelComponent-LsJMR",
"inputTypes": [
"Message"
],
"inputTypes": ["Message"],
"type": "str"
}
},
Expand All @@ -37,16 +33,12 @@
"dataType": "Prompt",
"id": "Prompt-xvuxC",
"name": "prompt",
"output_types": [
"Message"
]
"output_types": ["Message"]
},
"targetHandle": {
"fieldName": "system_message",
"id": "LanguageModelComponent-LsJMR",
"inputTypes": [
"Message"
],
"inputTypes": ["Message"],
"type": "str"
}
},
Expand All @@ -65,18 +57,12 @@
"dataType": "LanguageModelComponent",
"id": "LanguageModelComponent-LsJMR",
"name": "text_output",
"output_types": [
"Message"
]
"output_types": ["Message"]
},
"targetHandle": {
"fieldName": "input_value",
"id": "ChatOutput-hJNhd",
"inputTypes": [
"Data",
"DataFrame",
"Message"
],
"inputTypes": ["Data", "DataFrame", "Message"],
"type": "str"
}
},
Expand All @@ -95,9 +81,7 @@
"display_name": "Chat Input",
"id": "ChatInput-ybSRx",
"node": {
"base_classes": [
"Message"
],
"base_classes": ["Message"],
"beta": false,
"conditional_paths": [],
"custom_fields": {},
Expand Down Expand Up @@ -141,9 +125,7 @@
"name": "message",
"selected": "Message",
"tool_mode": true,
"types": [
"Message"
],
"types": ["Message"],
"value": "__UNDEFINED__"
}
],
Expand Down Expand Up @@ -174,9 +156,7 @@
"display_name": "Context ID",
"dynamic": false,
"info": "The context ID of the chat. Adds an extra layer to the local memory.",
"input_types": [
"Message"
],
"input_types": ["Message"],
"list": false,
"list_add_label": "Add More",
"load_from_db": false,
Expand Down Expand Up @@ -258,10 +238,7 @@
"dynamic": false,
"info": "Type of sender.",
"name": "sender",
"options": [
"Machine",
"User"
],
"options": ["Machine", "User"],
"placeholder": "",
"required": false,
"show": true,
Expand All @@ -275,9 +252,7 @@
"display_name": "Sender Name",
"dynamic": false,
"info": "Name of the sender.",
"input_types": [
"Message"
],
"input_types": ["Message"],
"list": false,
"load_from_db": false,
"name": "sender_name",
Expand All @@ -295,9 +270,7 @@
"display_name": "Session ID",
"dynamic": false,
"info": "The session ID of the chat. If empty, the current session ID parameter will be used.",
"input_types": [
"Message"
],
"input_types": ["Message"],
"list": false,
"load_from_db": false,
"name": "session_id",
Expand Down Expand Up @@ -355,9 +328,7 @@
"display_name": "Prompt",
"id": "Prompt-xvuxC",
"node": {
"base_classes": [
"Message"
],
"base_classes": ["Message"],
"beta": false,
"conditional_paths": [],
"custom_fields": {
Expand All @@ -367,9 +338,7 @@
"display_name": "Prompt",
"documentation": "",
"edited": false,
"field_order": [
"template"
],
"field_order": ["template"],
"frozen": false,
"icon": "braces",
"legacy": false,
Expand All @@ -389,9 +358,7 @@
"name": "prompt",
"selected": "Message",
"tool_mode": true,
"types": [
"Message"
],
"types": ["Message"],
"value": "__UNDEFINED__"
}
],
Expand Down Expand Up @@ -440,9 +407,7 @@
"display_name": "Tool Placeholder",
"dynamic": false,
"info": "A placeholder input for tool mode.",
"input_types": [
"Message"
],
"input_types": ["Message"],
"list": false,
"load_from_db": false,
"name": "tool_placeholder",
Expand Down Expand Up @@ -557,9 +522,7 @@
"data": {
"id": "ChatOutput-hJNhd",
"node": {
"base_classes": [
"Message"
],
"base_classes": ["Message"],
"beta": false,
"conditional_paths": [],
"custom_fields": {},
Expand Down Expand Up @@ -614,9 +577,7 @@
"name": "message",
"selected": "Message",
"tool_mode": true,
"types": [
"Message"
],
"types": ["Message"],
"value": "__UNDEFINED__"
}
],
Expand Down Expand Up @@ -665,9 +626,7 @@
"display_name": "Context ID",
"dynamic": false,
"info": "The context ID of the chat. Adds an extra layer to the local memory.",
"input_types": [
"Message"
],
"input_types": ["Message"],
"list": false,
"list_add_label": "Add More",
"load_from_db": false,
Expand All @@ -688,9 +647,7 @@
"display_name": "Data Template",
"dynamic": false,
"info": "Template to convert Data to Text. If left empty, it will be dynamically set to the Data's text key.",
"input_types": [
"Message"
],
"input_types": ["Message"],
"list": false,
"load_from_db": false,
"name": "data_template",
Expand All @@ -710,11 +667,7 @@
"display_name": "Inputs",
"dynamic": false,
"info": "Message to be passed as output.",
"input_types": [
"Data",
"DataFrame",
"Message"
],
"input_types": ["Data", "DataFrame", "Message"],
"list": false,
"load_from_db": false,
"name": "input_value",
Expand All @@ -735,10 +688,7 @@
"dynamic": false,
"info": "Type of sender.",
"name": "sender",
"options": [
"Machine",
"User"
],
"options": ["Machine", "User"],
"placeholder": "",
"required": false,
"show": true,
Expand All @@ -754,9 +704,7 @@
"display_name": "Sender Name",
"dynamic": false,
"info": "Name of the sender.",
"input_types": [
"Message"
],
"input_types": ["Message"],
"list": false,
"load_from_db": false,
"name": "sender_name",
Expand All @@ -776,9 +724,7 @@
"display_name": "Session ID",
"dynamic": false,
"info": "The session ID of the chat. If empty, the current session ID parameter will be used.",
"input_types": [
"Message"
],
"input_types": ["Message"],
"list": false,
"load_from_db": false,
"name": "session_id",
Expand Down Expand Up @@ -836,10 +782,7 @@
"data": {
"id": "LanguageModelComponent-LsJMR",
"node": {
"base_classes": [
"LanguageModel",
"Message"
],
"base_classes": ["LanguageModel", "Message"],
"beta": false,
"conditional_paths": [],
"custom_fields": {},
Expand Down Expand Up @@ -897,9 +840,7 @@
"required_inputs": null,
"selected": "Message",
"tool_mode": true,
"types": [
"Message"
],
"types": ["Message"],
"value": "__UNDEFINED__"
},
{
Expand All @@ -914,9 +855,7 @@
"required_inputs": null,
"selected": "LanguageModel",
"tool_mode": true,
"types": [
"LanguageModel"
],
"types": ["LanguageModel"],
"value": "__UNDEFINED__"
}
],
Expand Down Expand Up @@ -1006,9 +945,7 @@
"display_name": "Input",
"dynamic": false,
"info": "The input text to send to the model",
"input_types": [
"Message"
],
"input_types": ["Message"],
"list": false,
"list_add_label": "Add More",
"load_from_db": false,
Expand Down Expand Up @@ -1043,9 +980,7 @@
}
},
"info": "Select your model provider",
"input_types": [
"LanguageModel"
],
"input_types": ["LanguageModel"],
"list": false,
"list_add_label": "Add More",
"model_type": "language",
Expand All @@ -1070,9 +1005,7 @@
"display_name": "Ollama API URL",
"dynamic": false,
"info": "Endpoint of the Ollama API (Ollama only). Defaults to http://localhost:11434",
"input_types": [
"Message"
],
"input_types": ["Message"],
"list": false,
"list_add_label": "Add More",
"load_from_db": false,
Expand Down Expand Up @@ -1139,9 +1072,7 @@
"display_name": "System Message",
"dynamic": false,
"info": "A system message that helps set the behavior of the assistant",
"input_types": [
"Message"
],
"input_types": ["Message"],
"list": false,
"list_add_label": "Add More",
"load_from_db": false,
Expand Down Expand Up @@ -1222,7 +1153,5 @@
"is_component": false,
"last_tested_version": "1.7.0",
"name": "Basic Prompting",
"tags": [
"chatbots"
]
}
"tags": ["chatbots"]
}
Loading
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.