langflow-base-nightly 1.7.0.dev55__py3-none-any.whl → 1.7.0.dev56__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. langflow/initial_setup/starter_projects/Basic Prompt Chaining.json +31 -1088
  2. langflow/initial_setup/starter_projects/Basic Prompting.json +196 -135
  3. langflow/initial_setup/starter_projects/Blog Writer.json +141 -84
  4. langflow/initial_setup/starter_projects/Custom Component Generator.json +133 -73
  5. langflow/initial_setup/starter_projects/Document Q&A.json +136 -81
  6. langflow/initial_setup/starter_projects/Financial Report Parser.json +12 -365
  7. langflow/initial_setup/starter_projects/Hybrid Search RAG.json +19 -729
  8. langflow/initial_setup/starter_projects/Image Sentiment Analysis.json +688 -733
  9. langflow/initial_setup/starter_projects/Instagram Copywriter.json +322 -203
  10. langflow/initial_setup/starter_projects/Invoice Summarizer.json +47 -21
  11. langflow/initial_setup/starter_projects/Market Research.json +63 -394
  12. langflow/initial_setup/starter_projects/Meeting Summary.json +266 -168
  13. langflow/initial_setup/starter_projects/Memory Chatbot.json +136 -81
  14. langflow/initial_setup/starter_projects/News Aggregator.json +49 -24
  15. langflow/initial_setup/starter_projects/Nvidia Remix.json +48 -23
  16. langflow/initial_setup/starter_projects/Pok/303/251dex Agent.json" +49 -23
  17. langflow/initial_setup/starter_projects/Portfolio Website Code Generator.json +113 -418
  18. langflow/initial_setup/starter_projects/Price Deal Finder.json +48 -22
  19. langflow/initial_setup/starter_projects/Research Agent.json +319 -181
  20. langflow/initial_setup/starter_projects/Research Translation Loop.json +636 -615
  21. langflow/initial_setup/starter_projects/SEO Keyword Generator.json +145 -89
  22. langflow/initial_setup/starter_projects/SaaS Pricing.json +48 -22
  23. langflow/initial_setup/starter_projects/Search agent.json +47 -21
  24. langflow/initial_setup/starter_projects/Sequential Tasks Agents.json +147 -54
  25. langflow/initial_setup/starter_projects/Simple Agent.json +47 -16
  26. langflow/initial_setup/starter_projects/Social Media Agent.json +47 -16
  27. langflow/initial_setup/starter_projects/Text Sentiment Analysis.json +398 -251
  28. langflow/initial_setup/starter_projects/Travel Planning Agents.json +146 -53
  29. langflow/initial_setup/starter_projects/Twitter Thread Generator.json +137 -81
  30. langflow/initial_setup/starter_projects/Vector Store RAG.json +133 -82
  31. langflow/initial_setup/starter_projects/Youtube Analysis.json +182 -106
  32. langflow/services/storage/local.py +13 -8
  33. langflow/services/storage/s3.py +0 -6
  34. {langflow_base_nightly-1.7.0.dev55.dist-info → langflow_base_nightly-1.7.0.dev56.dist-info}/METADATA +2 -2
  35. {langflow_base_nightly-1.7.0.dev55.dist-info → langflow_base_nightly-1.7.0.dev56.dist-info}/RECORD +37 -37
  36. {langflow_base_nightly-1.7.0.dev55.dist-info → langflow_base_nightly-1.7.0.dev56.dist-info}/WHEEL +0 -0
  37. {langflow_base_nightly-1.7.0.dev55.dist-info → langflow_base_nightly-1.7.0.dev56.dist-info}/entry_points.txt +0 -0
@@ -328,23 +328,17 @@
328
328
  "conditional_paths": [],
329
329
  "custom_fields": {},
330
330
  "description": "Define the agent's instructions, then enter a task to complete using tools.",
331
- "display_name": "Finance Agent",
332
- "documentation": "",
331
+ "display_name": "Agent",
332
+ "documentation": "https://docs.langflow.org/agents",
333
333
  "edited": false,
334
334
  "field_order": [
335
- "agent_llm",
336
- "max_tokens",
337
- "model_kwargs",
338
- "json_mode",
339
- "model_name",
340
- "openai_api_base",
335
+ "model",
341
336
  "api_key",
342
- "temperature",
343
- "seed",
344
- "max_retries",
345
- "timeout",
346
337
  "system_prompt",
338
+ "context_id",
347
339
  "n_messages",
340
+ "format_instructions",
341
+ "output_schema",
348
342
  "tools",
349
343
  "input_value",
350
344
  "handle_parsing_errors",
@@ -355,6 +349,7 @@
355
349
  ],
356
350
  "frozen": false,
357
351
  "icon": "bot",
352
+ "last_updated": "2025-12-11T21:41:48.407Z",
358
353
  "legacy": false,
359
354
  "metadata": {
360
355
  "code_hash": "1834a4d901fa",
@@ -404,21 +399,25 @@
404
399
  "display_name": "Current Date",
405
400
  "dynamic": false,
406
401
  "info": "If true, will add a tool to the agent that returns the current date.",
402
+ "input_types": [],
407
403
  "list": false,
408
404
  "list_add_label": "Add More",
409
405
  "name": "add_current_date_tool",
406
+ "override_skip": false,
410
407
  "placeholder": "",
411
408
  "required": false,
412
409
  "show": true,
413
410
  "title_case": false,
414
411
  "tool_mode": false,
415
412
  "trace_as_metadata": true,
413
+ "track_in_telemetry": true,
416
414
  "type": "bool",
417
415
  "value": true
418
416
  },
419
417
  "agent_description": {
420
418
  "_input_type": "MultilineInput",
421
419
  "advanced": true,
420
+ "ai_enabled": false,
422
421
  "copy_field": false,
423
422
  "display_name": "Agent Description [Deprecated]",
424
423
  "dynamic": false,
@@ -431,6 +430,7 @@
431
430
  "load_from_db": false,
432
431
  "multiline": true,
433
432
  "name": "agent_description",
433
+ "override_skip": false,
434
434
  "placeholder": "",
435
435
  "required": false,
436
436
  "show": true,
@@ -438,26 +438,29 @@
438
438
  "tool_mode": false,
439
439
  "trace_as_input": true,
440
440
  "trace_as_metadata": true,
441
+ "track_in_telemetry": false,
441
442
  "type": "str",
442
443
  "value": "A helpful assistant with access to the following tools:"
443
444
  },
444
445
  "api_key": {
445
446
  "_input_type": "SecretStrInput",
446
- "advanced": false,
447
+ "advanced": true,
447
448
  "display_name": "API Key",
448
449
  "dynamic": false,
449
450
  "info": "Model Provider API key",
450
451
  "input_types": [],
451
- "load_from_db": true,
452
+ "load_from_db": false,
452
453
  "name": "api_key",
454
+ "override_skip": false,
453
455
  "password": true,
454
456
  "placeholder": "",
455
457
  "real_time_refresh": true,
456
458
  "required": false,
457
459
  "show": true,
458
460
  "title_case": false,
461
+ "track_in_telemetry": false,
459
462
  "type": "str",
460
- "value": "OPENAI_API_KEY"
463
+ "value": ""
461
464
  },
462
465
  "code": {
463
466
  "advanced": true,
@@ -490,6 +493,7 @@
490
493
  "list_add_label": "Add More",
491
494
  "load_from_db": false,
492
495
  "name": "context_id",
496
+ "override_skip": false,
493
497
  "placeholder": "",
494
498
  "required": false,
495
499
  "show": true,
@@ -497,12 +501,14 @@
497
501
  "tool_mode": false,
498
502
  "trace_as_input": true,
499
503
  "trace_as_metadata": true,
504
+ "track_in_telemetry": false,
500
505
  "type": "str",
501
506
  "value": ""
502
507
  },
503
508
  "format_instructions": {
504
509
  "_input_type": "MultilineInput",
505
510
  "advanced": true,
511
+ "ai_enabled": false,
506
512
  "copy_field": false,
507
513
  "display_name": "Output Format Instructions",
508
514
  "dynamic": false,
@@ -515,6 +521,7 @@
515
521
  "load_from_db": false,
516
522
  "multiline": true,
517
523
  "name": "format_instructions",
524
+ "override_skip": false,
518
525
  "placeholder": "",
519
526
  "required": false,
520
527
  "show": true,
@@ -522,6 +529,7 @@
522
529
  "tool_mode": false,
523
530
  "trace_as_input": true,
524
531
  "trace_as_metadata": true,
532
+ "track_in_telemetry": false,
525
533
  "type": "str",
526
534
  "value": "You are an AI that extracts structured JSON objects from unstructured text. Use a predefined schema with expected types (str, int, float, bool, dict). Extract ALL relevant instances that match the schema - if multiple patterns exist, capture them all. Fill missing or ambiguous values with defaults: null for missing values. Remove exact duplicates but keep variations that have different field values. Always return valid JSON in the expected format, never throw errors. If multiple objects can be extracted, return them all in the structured format."
527
535
  },
@@ -531,20 +539,23 @@
531
539
  "display_name": "Handle Parse Errors",
532
540
  "dynamic": false,
533
541
  "info": "Should the Agent fix errors when reading user input for better processing?",
542
+ "input_types": [],
534
543
  "list": false,
535
544
  "list_add_label": "Add More",
536
545
  "name": "handle_parsing_errors",
546
+ "override_skip": false,
537
547
  "placeholder": "",
538
548
  "required": false,
539
549
  "show": true,
540
550
  "title_case": false,
541
551
  "tool_mode": false,
542
552
  "trace_as_metadata": true,
553
+ "track_in_telemetry": true,
543
554
  "type": "bool",
544
555
  "value": true
545
556
  },
546
557
  "input_value": {
547
- "_input_type": "MessageTextInput",
558
+ "_input_type": "MessageInput",
548
559
  "advanced": false,
549
560
  "display_name": "Input",
550
561
  "dynamic": false,
@@ -556,6 +567,7 @@
556
567
  "list_add_label": "Add More",
557
568
  "load_from_db": false,
558
569
  "name": "input_value",
570
+ "override_skip": false,
559
571
  "placeholder": "",
560
572
  "required": false,
561
573
  "show": true,
@@ -563,6 +575,7 @@
563
575
  "tool_mode": true,
564
576
  "trace_as_input": true,
565
577
  "trace_as_metadata": true,
578
+ "track_in_telemetry": false,
566
579
  "type": "str",
567
580
  "value": ""
568
581
  },
@@ -572,15 +585,18 @@
572
585
  "display_name": "Max Iterations",
573
586
  "dynamic": false,
574
587
  "info": "The maximum number of attempts the agent can make to complete its task before it stops.",
588
+ "input_types": [],
575
589
  "list": false,
576
590
  "list_add_label": "Add More",
577
591
  "name": "max_iterations",
592
+ "override_skip": false,
578
593
  "placeholder": "",
579
594
  "required": false,
580
595
  "show": true,
581
596
  "title_case": false,
582
597
  "tool_mode": false,
583
598
  "trace_as_metadata": true,
599
+ "track_in_telemetry": true,
584
600
  "type": "int",
585
601
  "value": 15
586
602
  },
@@ -608,6 +624,7 @@
608
624
  "list_add_label": "Add More",
609
625
  "model_type": "language",
610
626
  "name": "model",
627
+ "options": [],
611
628
  "override_skip": false,
612
629
  "placeholder": "Setup Provider",
613
630
  "real_time_refresh": true,
@@ -619,7 +636,7 @@
619
636
  "trace_as_input": true,
620
637
  "track_in_telemetry": false,
621
638
  "type": "model",
622
- "value": ""
639
+ "value": []
623
640
  },
624
641
  "n_messages": {
625
642
  "_input_type": "IntInput",
@@ -627,15 +644,18 @@
627
644
  "display_name": "Number of Chat History Messages",
628
645
  "dynamic": false,
629
646
  "info": "Number of chat history messages to retrieve.",
647
+ "input_types": [],
630
648
  "list": false,
631
649
  "list_add_label": "Add More",
632
650
  "name": "n_messages",
651
+ "override_skip": false,
633
652
  "placeholder": "",
634
653
  "required": false,
635
654
  "show": true,
636
655
  "title_case": false,
637
656
  "tool_mode": false,
638
657
  "trace_as_metadata": true,
658
+ "track_in_telemetry": true,
639
659
  "type": "int",
640
660
  "value": 100
641
661
  },
@@ -645,9 +665,11 @@
645
665
  "display_name": "Output Schema",
646
666
  "dynamic": false,
647
667
  "info": "Schema Validation: Define the structure and data types for structured output. No validation if no output schema.",
668
+ "input_types": [],
648
669
  "is_list": true,
649
670
  "list_add_label": "Add More",
650
671
  "name": "output_schema",
672
+ "override_skip": false,
651
673
  "placeholder": "",
652
674
  "required": false,
653
675
  "show": true,
@@ -696,6 +718,7 @@
696
718
  "title_case": false,
697
719
  "tool_mode": false,
698
720
  "trace_as_metadata": true,
721
+ "track_in_telemetry": false,
699
722
  "trigger_icon": "Table",
700
723
  "trigger_text": "Open table",
701
724
  "type": "table",
@@ -704,6 +727,7 @@
704
727
  "system_prompt": {
705
728
  "_input_type": "MultilineInput",
706
729
  "advanced": false,
730
+ "ai_enabled": false,
707
731
  "copy_field": false,
708
732
  "display_name": "Agent Instructions",
709
733
  "dynamic": false,
@@ -716,6 +740,7 @@
716
740
  "load_from_db": false,
717
741
  "multiline": true,
718
742
  "name": "system_prompt",
743
+ "override_skip": false,
719
744
  "placeholder": "",
720
745
  "required": false,
721
746
  "show": true,
@@ -723,8 +748,9 @@
723
748
  "tool_mode": false,
724
749
  "trace_as_input": true,
725
750
  "trace_as_metadata": true,
751
+ "track_in_telemetry": false,
726
752
  "type": "str",
727
- "value": "You are the chief editor of a prestigious publication known for transforming complex information into clear, engaging content. Review and refine the researcher's document about {topic}.\n\nYour editing process should:\n- Verify and challenge any questionable claims\n- Restructure content for better flow and readability\n- Remove redundancies and unclear statements\n- Add context where needed\n- Ensure balanced coverage of the topic\n- Transform technical language into accessible explanations\n\nMaintain high editorial standards while making the content engaging for an educated general audience. Present the revised version in a clean, well-structured format."
753
+ "value": "You are a helpful assistant that can use tools to answer questions and perform tasks."
728
754
  },
729
755
  "tools": {
730
756
  "_input_type": "HandleInput",
@@ -738,11 +764,13 @@
738
764
  "list": true,
739
765
  "list_add_label": "Add More",
740
766
  "name": "tools",
767
+ "override_skip": false,
741
768
  "placeholder": "",
742
769
  "required": false,
743
770
  "show": true,
744
771
  "title_case": false,
745
772
  "trace_as_metadata": true,
773
+ "track_in_telemetry": false,
746
774
  "type": "other",
747
775
  "value": ""
748
776
  },
@@ -752,15 +780,18 @@
752
780
  "display_name": "Verbose",
753
781
  "dynamic": false,
754
782
  "info": "",
783
+ "input_types": [],
755
784
  "list": false,
756
785
  "list_add_label": "Add More",
757
786
  "name": "verbose",
787
+ "override_skip": false,
758
788
  "placeholder": "",
759
789
  "required": false,
760
790
  "show": true,
761
791
  "title_case": false,
762
792
  "tool_mode": false,
763
793
  "trace_as_metadata": true,
794
+ "track_in_telemetry": true,
764
795
  "type": "bool",
765
796
  "value": true
766
797
  }
@@ -800,23 +831,17 @@
800
831
  "conditional_paths": [],
801
832
  "custom_fields": {},
802
833
  "description": "Define the agent's instructions, then enter a task to complete using tools.",
803
- "display_name": "Analysis & Editor Agent",
804
- "documentation": "",
834
+ "display_name": "Agent",
835
+ "documentation": "https://docs.langflow.org/agents",
805
836
  "edited": false,
806
837
  "field_order": [
807
- "agent_llm",
808
- "max_tokens",
809
- "model_kwargs",
810
- "json_mode",
811
- "model_name",
812
- "openai_api_base",
838
+ "model",
813
839
  "api_key",
814
- "temperature",
815
- "seed",
816
- "max_retries",
817
- "timeout",
818
840
  "system_prompt",
841
+ "context_id",
819
842
  "n_messages",
843
+ "format_instructions",
844
+ "output_schema",
820
845
  "tools",
821
846
  "input_value",
822
847
  "handle_parsing_errors",
@@ -827,6 +852,7 @@
827
852
  ],
828
853
  "frozen": false,
829
854
  "icon": "bot",
855
+ "last_updated": "2025-12-11T21:41:48.407Z",
830
856
  "legacy": false,
831
857
  "metadata": {
832
858
  "code_hash": "1834a4d901fa",
@@ -876,21 +902,25 @@
876
902
  "display_name": "Current Date",
877
903
  "dynamic": false,
878
904
  "info": "If true, will add a tool to the agent that returns the current date.",
905
+ "input_types": [],
879
906
  "list": false,
880
907
  "list_add_label": "Add More",
881
908
  "name": "add_current_date_tool",
909
+ "override_skip": false,
882
910
  "placeholder": "",
883
911
  "required": false,
884
912
  "show": true,
885
913
  "title_case": false,
886
914
  "tool_mode": false,
887
915
  "trace_as_metadata": true,
916
+ "track_in_telemetry": true,
888
917
  "type": "bool",
889
918
  "value": true
890
919
  },
891
920
  "agent_description": {
892
921
  "_input_type": "MultilineInput",
893
922
  "advanced": true,
923
+ "ai_enabled": false,
894
924
  "copy_field": false,
895
925
  "display_name": "Agent Description [Deprecated]",
896
926
  "dynamic": false,
@@ -903,6 +933,7 @@
903
933
  "load_from_db": false,
904
934
  "multiline": true,
905
935
  "name": "agent_description",
936
+ "override_skip": false,
906
937
  "placeholder": "",
907
938
  "required": false,
908
939
  "show": true,
@@ -910,26 +941,29 @@
910
941
  "tool_mode": false,
911
942
  "trace_as_input": true,
912
943
  "trace_as_metadata": true,
944
+ "track_in_telemetry": false,
913
945
  "type": "str",
914
946
  "value": "A helpful assistant with access to the following tools:"
915
947
  },
916
948
  "api_key": {
917
949
  "_input_type": "SecretStrInput",
918
- "advanced": false,
950
+ "advanced": true,
919
951
  "display_name": "API Key",
920
952
  "dynamic": false,
921
953
  "info": "Model Provider API key",
922
954
  "input_types": [],
923
- "load_from_db": true,
955
+ "load_from_db": false,
924
956
  "name": "api_key",
957
+ "override_skip": false,
925
958
  "password": true,
926
959
  "placeholder": "",
927
960
  "real_time_refresh": true,
928
961
  "required": false,
929
962
  "show": true,
930
963
  "title_case": false,
964
+ "track_in_telemetry": false,
931
965
  "type": "str",
932
- "value": "OPENAI_API_KEY"
966
+ "value": ""
933
967
  },
934
968
  "code": {
935
969
  "advanced": true,
@@ -962,6 +996,7 @@
962
996
  "list_add_label": "Add More",
963
997
  "load_from_db": false,
964
998
  "name": "context_id",
999
+ "override_skip": false,
965
1000
  "placeholder": "",
966
1001
  "required": false,
967
1002
  "show": true,
@@ -969,12 +1004,14 @@
969
1004
  "tool_mode": false,
970
1005
  "trace_as_input": true,
971
1006
  "trace_as_metadata": true,
1007
+ "track_in_telemetry": false,
972
1008
  "type": "str",
973
1009
  "value": ""
974
1010
  },
975
1011
  "format_instructions": {
976
1012
  "_input_type": "MultilineInput",
977
1013
  "advanced": true,
1014
+ "ai_enabled": false,
978
1015
  "copy_field": false,
979
1016
  "display_name": "Output Format Instructions",
980
1017
  "dynamic": false,
@@ -987,6 +1024,7 @@
987
1024
  "load_from_db": false,
988
1025
  "multiline": true,
989
1026
  "name": "format_instructions",
1027
+ "override_skip": false,
990
1028
  "placeholder": "",
991
1029
  "required": false,
992
1030
  "show": true,
@@ -994,6 +1032,7 @@
994
1032
  "tool_mode": false,
995
1033
  "trace_as_input": true,
996
1034
  "trace_as_metadata": true,
1035
+ "track_in_telemetry": false,
997
1036
  "type": "str",
998
1037
  "value": "You are an AI that extracts structured JSON objects from unstructured text. Use a predefined schema with expected types (str, int, float, bool, dict). Extract ALL relevant instances that match the schema - if multiple patterns exist, capture them all. Fill missing or ambiguous values with defaults: null for missing values. Remove exact duplicates but keep variations that have different field values. Always return valid JSON in the expected format, never throw errors. If multiple objects can be extracted, return them all in the structured format."
999
1038
  },
@@ -1003,20 +1042,23 @@
1003
1042
  "display_name": "Handle Parse Errors",
1004
1043
  "dynamic": false,
1005
1044
  "info": "Should the Agent fix errors when reading user input for better processing?",
1045
+ "input_types": [],
1006
1046
  "list": false,
1007
1047
  "list_add_label": "Add More",
1008
1048
  "name": "handle_parsing_errors",
1049
+ "override_skip": false,
1009
1050
  "placeholder": "",
1010
1051
  "required": false,
1011
1052
  "show": true,
1012
1053
  "title_case": false,
1013
1054
  "tool_mode": false,
1014
1055
  "trace_as_metadata": true,
1056
+ "track_in_telemetry": true,
1015
1057
  "type": "bool",
1016
1058
  "value": true
1017
1059
  },
1018
1060
  "input_value": {
1019
- "_input_type": "MessageTextInput",
1061
+ "_input_type": "MessageInput",
1020
1062
  "advanced": false,
1021
1063
  "display_name": "Input",
1022
1064
  "dynamic": false,
@@ -1028,6 +1070,7 @@
1028
1070
  "list_add_label": "Add More",
1029
1071
  "load_from_db": false,
1030
1072
  "name": "input_value",
1073
+ "override_skip": false,
1031
1074
  "placeholder": "",
1032
1075
  "required": false,
1033
1076
  "show": true,
@@ -1035,8 +1078,9 @@
1035
1078
  "tool_mode": true,
1036
1079
  "trace_as_input": true,
1037
1080
  "trace_as_metadata": true,
1081
+ "track_in_telemetry": false,
1038
1082
  "type": "str",
1039
- "value": "Start the analysis"
1083
+ "value": ""
1040
1084
  },
1041
1085
  "max_iterations": {
1042
1086
  "_input_type": "IntInput",
@@ -1044,15 +1088,18 @@
1044
1088
  "display_name": "Max Iterations",
1045
1089
  "dynamic": false,
1046
1090
  "info": "The maximum number of attempts the agent can make to complete its task before it stops.",
1091
+ "input_types": [],
1047
1092
  "list": false,
1048
1093
  "list_add_label": "Add More",
1049
1094
  "name": "max_iterations",
1095
+ "override_skip": false,
1050
1096
  "placeholder": "",
1051
1097
  "required": false,
1052
1098
  "show": true,
1053
1099
  "title_case": false,
1054
1100
  "tool_mode": false,
1055
1101
  "trace_as_metadata": true,
1102
+ "track_in_telemetry": true,
1056
1103
  "type": "int",
1057
1104
  "value": 15
1058
1105
  },
@@ -1080,6 +1127,7 @@
1080
1127
  "list_add_label": "Add More",
1081
1128
  "model_type": "language",
1082
1129
  "name": "model",
1130
+ "options": [],
1083
1131
  "override_skip": false,
1084
1132
  "placeholder": "Setup Provider",
1085
1133
  "real_time_refresh": true,
@@ -1091,7 +1139,7 @@
1091
1139
  "trace_as_input": true,
1092
1140
  "track_in_telemetry": false,
1093
1141
  "type": "model",
1094
- "value": ""
1142
+ "value": []
1095
1143
  },
1096
1144
  "n_messages": {
1097
1145
  "_input_type": "IntInput",
@@ -1099,15 +1147,18 @@
1099
1147
  "display_name": "Number of Chat History Messages",
1100
1148
  "dynamic": false,
1101
1149
  "info": "Number of chat history messages to retrieve.",
1150
+ "input_types": [],
1102
1151
  "list": false,
1103
1152
  "list_add_label": "Add More",
1104
1153
  "name": "n_messages",
1154
+ "override_skip": false,
1105
1155
  "placeholder": "",
1106
1156
  "required": false,
1107
1157
  "show": true,
1108
1158
  "title_case": false,
1109
1159
  "tool_mode": false,
1110
1160
  "trace_as_metadata": true,
1161
+ "track_in_telemetry": true,
1111
1162
  "type": "int",
1112
1163
  "value": 100
1113
1164
  },
@@ -1117,9 +1168,11 @@
1117
1168
  "display_name": "Output Schema",
1118
1169
  "dynamic": false,
1119
1170
  "info": "Schema Validation: Define the structure and data types for structured output. No validation if no output schema.",
1171
+ "input_types": [],
1120
1172
  "is_list": true,
1121
1173
  "list_add_label": "Add More",
1122
1174
  "name": "output_schema",
1175
+ "override_skip": false,
1123
1176
  "placeholder": "",
1124
1177
  "required": false,
1125
1178
  "show": true,
@@ -1168,6 +1221,7 @@
1168
1221
  "title_case": false,
1169
1222
  "tool_mode": false,
1170
1223
  "trace_as_metadata": true,
1224
+ "track_in_telemetry": false,
1171
1225
  "trigger_icon": "Table",
1172
1226
  "trigger_text": "Open table",
1173
1227
  "type": "table",
@@ -1176,6 +1230,7 @@
1176
1230
  "system_prompt": {
1177
1231
  "_input_type": "MultilineInput",
1178
1232
  "advanced": false,
1233
+ "ai_enabled": false,
1179
1234
  "copy_field": false,
1180
1235
  "display_name": "Agent Instructions",
1181
1236
  "dynamic": false,
@@ -1188,6 +1243,7 @@
1188
1243
  "load_from_db": false,
1189
1244
  "multiline": true,
1190
1245
  "name": "system_prompt",
1246
+ "override_skip": false,
1191
1247
  "placeholder": "",
1192
1248
  "required": false,
1193
1249
  "show": true,
@@ -1195,8 +1251,9 @@
1195
1251
  "tool_mode": false,
1196
1252
  "trace_as_input": true,
1197
1253
  "trace_as_metadata": true,
1254
+ "track_in_telemetry": false,
1198
1255
  "type": "str",
1199
- "value": "You are a brilliant comedy writer known for making complex topics entertaining and memorable. Using the editor's refined document about {topic}, create an engaging, humorous blog post.\n\nYour approach should:\n- Find unexpected angles and amusing parallels\n- Use clever wordplay and wit (avoid cheap jokes)\n- Maintain accuracy while being entertaining\n- Include relatable examples and analogies\n- Keep a smart, sophisticated tone\n- Make the topic more approachable through humor\n\nCreate a blog post that makes people laugh while actually teaching them about {topic}. The humor should enhance, not overshadow, the educational value."
1256
+ "value": "You are a helpful assistant that can use tools to answer questions and perform tasks."
1200
1257
  },
1201
1258
  "tools": {
1202
1259
  "_input_type": "HandleInput",
@@ -1210,11 +1267,13 @@
1210
1267
  "list": true,
1211
1268
  "list_add_label": "Add More",
1212
1269
  "name": "tools",
1270
+ "override_skip": false,
1213
1271
  "placeholder": "",
1214
1272
  "required": false,
1215
1273
  "show": true,
1216
1274
  "title_case": false,
1217
1275
  "trace_as_metadata": true,
1276
+ "track_in_telemetry": false,
1218
1277
  "type": "other",
1219
1278
  "value": ""
1220
1279
  },
@@ -1224,15 +1283,18 @@
1224
1283
  "display_name": "Verbose",
1225
1284
  "dynamic": false,
1226
1285
  "info": "",
1286
+ "input_types": [],
1227
1287
  "list": false,
1228
1288
  "list_add_label": "Add More",
1229
1289
  "name": "verbose",
1290
+ "override_skip": false,
1230
1291
  "placeholder": "",
1231
1292
  "required": false,
1232
1293
  "show": true,
1233
1294
  "title_case": false,
1234
1295
  "tool_mode": false,
1235
1296
  "trace_as_metadata": true,
1297
+ "track_in_telemetry": true,
1236
1298
  "type": "bool",
1237
1299
  "value": true
1238
1300
  }
@@ -2035,23 +2097,17 @@
2035
2097
  "conditional_paths": [],
2036
2098
  "custom_fields": {},
2037
2099
  "description": "Define the agent's instructions, then enter a task to complete using tools.",
2038
- "display_name": "Researcher Agent",
2039
- "documentation": "",
2100
+ "display_name": "Agent",
2101
+ "documentation": "https://docs.langflow.org/agents",
2040
2102
  "edited": false,
2041
2103
  "field_order": [
2042
- "agent_llm",
2043
- "max_tokens",
2044
- "model_kwargs",
2045
- "json_mode",
2046
- "model_name",
2047
- "openai_api_base",
2104
+ "model",
2048
2105
  "api_key",
2049
- "temperature",
2050
- "seed",
2051
- "max_retries",
2052
- "timeout",
2053
2106
  "system_prompt",
2107
+ "context_id",
2054
2108
  "n_messages",
2109
+ "format_instructions",
2110
+ "output_schema",
2055
2111
  "tools",
2056
2112
  "input_value",
2057
2113
  "handle_parsing_errors",
@@ -2062,6 +2118,7 @@
2062
2118
  ],
2063
2119
  "frozen": false,
2064
2120
  "icon": "bot",
2121
+ "last_updated": "2025-12-11T21:41:48.407Z",
2065
2122
  "legacy": false,
2066
2123
  "metadata": {
2067
2124
  "code_hash": "1834a4d901fa",
@@ -2111,21 +2168,25 @@
2111
2168
  "display_name": "Current Date",
2112
2169
  "dynamic": false,
2113
2170
  "info": "If true, will add a tool to the agent that returns the current date.",
2171
+ "input_types": [],
2114
2172
  "list": false,
2115
2173
  "list_add_label": "Add More",
2116
2174
  "name": "add_current_date_tool",
2175
+ "override_skip": false,
2117
2176
  "placeholder": "",
2118
2177
  "required": false,
2119
2178
  "show": true,
2120
2179
  "title_case": false,
2121
2180
  "tool_mode": false,
2122
2181
  "trace_as_metadata": true,
2182
+ "track_in_telemetry": true,
2123
2183
  "type": "bool",
2124
2184
  "value": true
2125
2185
  },
2126
2186
  "agent_description": {
2127
2187
  "_input_type": "MultilineInput",
2128
2188
  "advanced": true,
2189
+ "ai_enabled": false,
2129
2190
  "copy_field": false,
2130
2191
  "display_name": "Agent Description [Deprecated]",
2131
2192
  "dynamic": false,
@@ -2138,6 +2199,7 @@
2138
2199
  "load_from_db": false,
2139
2200
  "multiline": true,
2140
2201
  "name": "agent_description",
2202
+ "override_skip": false,
2141
2203
  "placeholder": "",
2142
2204
  "required": false,
2143
2205
  "show": true,
@@ -2145,26 +2207,29 @@
2145
2207
  "tool_mode": false,
2146
2208
  "trace_as_input": true,
2147
2209
  "trace_as_metadata": true,
2210
+ "track_in_telemetry": false,
2148
2211
  "type": "str",
2149
2212
  "value": "A helpful assistant with access to the following tools:"
2150
2213
  },
2151
2214
  "api_key": {
2152
2215
  "_input_type": "SecretStrInput",
2153
- "advanced": false,
2216
+ "advanced": true,
2154
2217
  "display_name": "API Key",
2155
2218
  "dynamic": false,
2156
2219
  "info": "Model Provider API key",
2157
2220
  "input_types": [],
2158
- "load_from_db": true,
2221
+ "load_from_db": false,
2159
2222
  "name": "api_key",
2223
+ "override_skip": false,
2160
2224
  "password": true,
2161
2225
  "placeholder": "",
2162
2226
  "real_time_refresh": true,
2163
2227
  "required": false,
2164
2228
  "show": true,
2165
2229
  "title_case": false,
2230
+ "track_in_telemetry": false,
2166
2231
  "type": "str",
2167
- "value": "OPENAI_API_KEY"
2232
+ "value": ""
2168
2233
  },
2169
2234
  "code": {
2170
2235
  "advanced": true,
@@ -2197,6 +2262,7 @@
2197
2262
  "list_add_label": "Add More",
2198
2263
  "load_from_db": false,
2199
2264
  "name": "context_id",
2265
+ "override_skip": false,
2200
2266
  "placeholder": "",
2201
2267
  "required": false,
2202
2268
  "show": true,
@@ -2204,12 +2270,14 @@
2204
2270
  "tool_mode": false,
2205
2271
  "trace_as_input": true,
2206
2272
  "trace_as_metadata": true,
2273
+ "track_in_telemetry": false,
2207
2274
  "type": "str",
2208
2275
  "value": ""
2209
2276
  },
2210
2277
  "format_instructions": {
2211
2278
  "_input_type": "MultilineInput",
2212
2279
  "advanced": true,
2280
+ "ai_enabled": false,
2213
2281
  "copy_field": false,
2214
2282
  "display_name": "Output Format Instructions",
2215
2283
  "dynamic": false,
@@ -2222,6 +2290,7 @@
2222
2290
  "load_from_db": false,
2223
2291
  "multiline": true,
2224
2292
  "name": "format_instructions",
2293
+ "override_skip": false,
2225
2294
  "placeholder": "",
2226
2295
  "required": false,
2227
2296
  "show": true,
@@ -2229,6 +2298,7 @@
2229
2298
  "tool_mode": false,
2230
2299
  "trace_as_input": true,
2231
2300
  "trace_as_metadata": true,
2301
+ "track_in_telemetry": false,
2232
2302
  "type": "str",
2233
2303
  "value": "You are an AI that extracts structured JSON objects from unstructured text. Use a predefined schema with expected types (str, int, float, bool, dict). Extract ALL relevant instances that match the schema - if multiple patterns exist, capture them all. Fill missing or ambiguous values with defaults: null for missing values. Remove exact duplicates but keep variations that have different field values. Always return valid JSON in the expected format, never throw errors. If multiple objects can be extracted, return them all in the structured format."
2234
2304
  },
@@ -2238,20 +2308,23 @@
2238
2308
  "display_name": "Handle Parse Errors",
2239
2309
  "dynamic": false,
2240
2310
  "info": "Should the Agent fix errors when reading user input for better processing?",
2311
+ "input_types": [],
2241
2312
  "list": false,
2242
2313
  "list_add_label": "Add More",
2243
2314
  "name": "handle_parsing_errors",
2315
+ "override_skip": false,
2244
2316
  "placeholder": "",
2245
2317
  "required": false,
2246
2318
  "show": true,
2247
2319
  "title_case": false,
2248
2320
  "tool_mode": false,
2249
2321
  "trace_as_metadata": true,
2322
+ "track_in_telemetry": true,
2250
2323
  "type": "bool",
2251
2324
  "value": true
2252
2325
  },
2253
2326
  "input_value": {
2254
- "_input_type": "MessageTextInput",
2327
+ "_input_type": "MessageInput",
2255
2328
  "advanced": false,
2256
2329
  "display_name": "Input",
2257
2330
  "dynamic": false,
@@ -2263,6 +2336,7 @@
2263
2336
  "list_add_label": "Add More",
2264
2337
  "load_from_db": false,
2265
2338
  "name": "input_value",
2339
+ "override_skip": false,
2266
2340
  "placeholder": "",
2267
2341
  "required": false,
2268
2342
  "show": true,
@@ -2270,6 +2344,7 @@
2270
2344
  "tool_mode": true,
2271
2345
  "trace_as_input": true,
2272
2346
  "trace_as_metadata": true,
2347
+ "track_in_telemetry": false,
2273
2348
  "type": "str",
2274
2349
  "value": ""
2275
2350
  },
@@ -2279,15 +2354,18 @@
2279
2354
  "display_name": "Max Iterations",
2280
2355
  "dynamic": false,
2281
2356
  "info": "The maximum number of attempts the agent can make to complete its task before it stops.",
2357
+ "input_types": [],
2282
2358
  "list": false,
2283
2359
  "list_add_label": "Add More",
2284
2360
  "name": "max_iterations",
2361
+ "override_skip": false,
2285
2362
  "placeholder": "",
2286
2363
  "required": false,
2287
2364
  "show": true,
2288
2365
  "title_case": false,
2289
2366
  "tool_mode": false,
2290
2367
  "trace_as_metadata": true,
2368
+ "track_in_telemetry": true,
2291
2369
  "type": "int",
2292
2370
  "value": 15
2293
2371
  },
@@ -2315,6 +2393,7 @@
2315
2393
  "list_add_label": "Add More",
2316
2394
  "model_type": "language",
2317
2395
  "name": "model",
2396
+ "options": [],
2318
2397
  "override_skip": false,
2319
2398
  "placeholder": "Setup Provider",
2320
2399
  "real_time_refresh": true,
@@ -2326,7 +2405,7 @@
2326
2405
  "trace_as_input": true,
2327
2406
  "track_in_telemetry": false,
2328
2407
  "type": "model",
2329
- "value": ""
2408
+ "value": []
2330
2409
  },
2331
2410
  "n_messages": {
2332
2411
  "_input_type": "IntInput",
@@ -2334,15 +2413,18 @@
2334
2413
  "display_name": "Number of Chat History Messages",
2335
2414
  "dynamic": false,
2336
2415
  "info": "Number of chat history messages to retrieve.",
2416
+ "input_types": [],
2337
2417
  "list": false,
2338
2418
  "list_add_label": "Add More",
2339
2419
  "name": "n_messages",
2420
+ "override_skip": false,
2340
2421
  "placeholder": "",
2341
2422
  "required": false,
2342
2423
  "show": true,
2343
2424
  "title_case": false,
2344
2425
  "tool_mode": false,
2345
2426
  "trace_as_metadata": true,
2427
+ "track_in_telemetry": true,
2346
2428
  "type": "int",
2347
2429
  "value": 100
2348
2430
  },
@@ -2352,9 +2434,11 @@
2352
2434
  "display_name": "Output Schema",
2353
2435
  "dynamic": false,
2354
2436
  "info": "Schema Validation: Define the structure and data types for structured output. No validation if no output schema.",
2437
+ "input_types": [],
2355
2438
  "is_list": true,
2356
2439
  "list_add_label": "Add More",
2357
2440
  "name": "output_schema",
2441
+ "override_skip": false,
2358
2442
  "placeholder": "",
2359
2443
  "required": false,
2360
2444
  "show": true,
@@ -2403,6 +2487,7 @@
2403
2487
  "title_case": false,
2404
2488
  "tool_mode": false,
2405
2489
  "trace_as_metadata": true,
2490
+ "track_in_telemetry": false,
2406
2491
  "trigger_icon": "Table",
2407
2492
  "trigger_text": "Open table",
2408
2493
  "type": "table",
@@ -2411,6 +2496,7 @@
2411
2496
  "system_prompt": {
2412
2497
  "_input_type": "MultilineInput",
2413
2498
  "advanced": false,
2499
+ "ai_enabled": false,
2414
2500
  "copy_field": false,
2415
2501
  "display_name": "Agent Instructions",
2416
2502
  "dynamic": false,
@@ -2423,6 +2509,7 @@
2423
2509
  "load_from_db": false,
2424
2510
  "multiline": true,
2425
2511
  "name": "system_prompt",
2512
+ "override_skip": false,
2426
2513
  "placeholder": "",
2427
2514
  "required": false,
2428
2515
  "show": true,
@@ -2430,6 +2517,7 @@
2430
2517
  "tool_mode": false,
2431
2518
  "trace_as_input": true,
2432
2519
  "trace_as_metadata": true,
2520
+ "track_in_telemetry": false,
2433
2521
  "type": "str",
2434
2522
  "value": "You are a helpful assistant that can use tools to answer questions and perform tasks."
2435
2523
  },
@@ -2445,11 +2533,13 @@
2445
2533
  "list": true,
2446
2534
  "list_add_label": "Add More",
2447
2535
  "name": "tools",
2536
+ "override_skip": false,
2448
2537
  "placeholder": "",
2449
2538
  "required": false,
2450
2539
  "show": true,
2451
2540
  "title_case": false,
2452
2541
  "trace_as_metadata": true,
2542
+ "track_in_telemetry": false,
2453
2543
  "type": "other",
2454
2544
  "value": ""
2455
2545
  },
@@ -2459,15 +2549,18 @@
2459
2549
  "display_name": "Verbose",
2460
2550
  "dynamic": false,
2461
2551
  "info": "",
2552
+ "input_types": [],
2462
2553
  "list": false,
2463
2554
  "list_add_label": "Add More",
2464
2555
  "name": "verbose",
2556
+ "override_skip": false,
2465
2557
  "placeholder": "",
2466
2558
  "required": false,
2467
2559
  "show": true,
2468
2560
  "title_case": false,
2469
2561
  "tool_mode": false,
2470
2562
  "trace_as_metadata": true,
2563
+ "track_in_telemetry": true,
2471
2564
  "type": "bool",
2472
2565
  "value": true
2473
2566
  }