Commit graph

6,665 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
41b3c29332 Refactor code formatting and imports 2023-11-28 23:08:17 -03:00
Gabriel Luiz Freitas Almeida
6746b0d4f0 Remove duplicate method in TaskService 2023-11-28 23:08:00 -03:00
Gabriel Luiz Freitas Almeida
8d461ce0dc 🔨 refactor(utils.py): rename replace_existing_field_values to update_frontend_node_with_template_values for clarity and consistency
🔨 refactor(endpoints.py): rename replace_existing_field_values to update_frontend_node_with_template_values for clarity and consistency
 feat(utils.py): add update_frontend_node_with_template_values function to update frontend node with values from raw template data
 feat(endpoints.py): add update_frontend_node_with_template_values function to update frontend node with values from raw template data
2023-11-28 23:07:42 -03:00
Gabriel Luiz Freitas Almeida
173db54a4d Fix field value replacement in
build_input_keys_response function
2023-11-28 23:00:48 -03:00
Gabriel Luiz Freitas Almeida
0d7e5992af Refactor custom_component endpoint and
reload_custom_component endpoint
2023-11-28 23:00:42 -03:00
Gabriel Luiz Freitas Almeida
9c09c724a9 Update CustomComponentCode schema 2023-11-28 23:00:29 -03:00
Gabriel Luiz Freitas Almeida
bff0f3496c Refactor langflow.interface.types.py 2023-11-28 23:00:20 -03:00
Gabriel Luiz Freitas Almeida
343f3992f8 Add template parameter to postCustomComponent
function
2023-11-28 23:00:06 -03:00
Gabriel Luiz Freitas Almeida
2444a7dd09 Refactor content formatting in utils.py 2023-11-28 22:39:14 -03:00
Gabriel Luiz Freitas Almeida
3cc1e4b8bc Refactor vertex import in base.py 2023-11-28 22:04:37 -03:00
Gabriel Luiz Freitas Almeida
c14f95c100 Fix is_task attribute in CustomComponentVertex
constructor
2023-11-28 22:02:55 -03:00
Lucas Oliveira
52338db3c5 Merge branch 'bug/undo-copy' into feature/store 2023-11-28 20:47:45 -03:00
Lucas Oliveira
b7e70d3511 Fixed nodes being minimized by default 2023-11-28 20:40:35 -03:00
Lucas Oliveira
857fa403a1 Added takeSnapshot on ungroup and show and hide node 2023-11-28 20:36:47 -03:00
Lucas Oliveira
733e6945c6 Fixed unnecessary updates 2023-11-28 20:31:27 -03:00
Gabriel Luiz Freitas Almeida
3accebc0a9 Refactor document loader component and improve
error handling
2023-11-28 20:23:10 -03:00
Lucas Oliveira
082ea5282f Merge branch 'feature/store' into bug/undo-copy 2023-11-28 19:51:53 -03:00
Lucas Oliveira
db18d98325 Fixed confirmation modal 2023-11-28 19:45:55 -03:00
igorrCarvalho
1f18b20c90 Feat: Add new CustomComponent icon and gradient to Group icon 2023-11-28 19:41:29 -03:00
Gabriel Luiz Freitas Almeida
64e8d4bbc7 Update poll_task_status sleep time 2023-11-28 19:39:40 -03:00
Gabriel Luiz Freitas Almeida
4b54a9d234 Fix typing error and handle Coroutine object in
generate_result() function
2023-11-28 19:39:14 -03:00
Gabriel Luiz Freitas Almeida
77227b887b Update typing import in base.py 2023-11-28 19:38:52 -03:00
Gabriel Luiz Freitas Almeida
ff86d02a92 Refactor process_graph_cached_task function 2023-11-28 19:38:22 -03:00
Gabriel Luiz Freitas Almeida
a255afbabe Update Celery command options 2023-11-28 19:38:16 -03:00
Gabriel Luiz Freitas Almeida
3c2b798000 Update celery version to 5.3.6 2023-11-28 19:38:08 -03:00
Lucas Oliveira
55dc19d1ab Fixed flows not being able to upload 2023-11-28 19:22:31 -03:00
igorrCarvalho
a59399bac6 Refactor: Change group Icon 2023-11-28 19:03:57 -03:00
igorrCarvalho
11a89b4793 Refactor: make group animation better 2023-11-28 19:00:54 -03:00
igorrCarvalho
96fc1550fc Refactor: make Custom appear as second section on sideBar 2023-11-28 18:48:34 -03:00
igorrCarvalho
a9c5ada45f Refactor: make not selected header button brighter 2023-11-28 18:33:51 -03:00
Gabriel Luiz Freitas Almeida
86ce36426a Refactor vertex lookup using a dictionary 2023-11-28 17:56:30 -03:00
Gabriel Luiz Freitas Almeida
b5c27724a6 Fix merge_nested_dicts_with_renaming function 2023-11-28 17:43:13 -03:00
igorrCarvalho
9b41432c96 Refactor: Make Store Icon on sideBar icon with same animated gradient like CustomComponents icon 2023-11-28 17:05:04 -03:00
Gabriel Luiz Freitas Almeida
96bb758124 Update Celery command to use gevent pool 2023-11-28 15:38:51 -03:00
Gabriel Luiz Freitas Almeida
1a0c5c497a Add basic imports from typing module 2023-11-28 15:38:40 -03:00
Gabriel Luiz Freitas Almeida
cca09505ee Remove unused code in build_valid_menu function 2023-11-28 15:18:06 -03:00
Gabriel Luiz Freitas Almeida
732f64bf23 Add task_result variable and update
custom_component_update function
2023-11-28 15:18:00 -03:00
Gabriel Luiz Freitas Almeida
0d8a400557 Refactor process_graph_cached_task to use
async/await
2023-11-28 15:17:52 -03:00
Gabriel Luiz Freitas Almeida
46ba84b95d Fix async handling in TaskService 2023-11-28 15:17:44 -03:00
Gabriel Luiz Freitas Almeida
2a0e33f3f4 🐛 fix(chat.py): fix variable name in if condition to improve code readability and maintain consistency 2023-11-28 15:13:09 -03:00
Gabriel Luiz Freitas Almeida
e63eb59116 🔀 refactor(base.py): rename top_level_nodes parameter to top_level_vertices in set_top_level method for better clarity and consistency 2023-11-28 15:12:47 -03:00
Gabriel Luiz Freitas Almeida
71473fcec6 Refactor test_endpoints.py file 2023-11-28 14:35:50 -03:00
Gabriel Luiz Freitas Almeida
b7cb39b41d Fix assertion in test_build_graph 2023-11-28 14:35:45 -03:00
Gabriel Luiz Freitas Almeida
1a302fbba9 Add session_id_generator and compute_dict_hash
functions
2023-11-28 14:35:40 -03:00
Gabriel Luiz Freitas Almeida
1c27cd484b Refactor session service imports 2023-11-28 14:35:35 -03:00
Gabriel Luiz Freitas Almeida
875430592d Refactor cache update function 2023-11-28 14:35:28 -03:00
Gabriel Luiz Freitas Almeida
77ff531112 Fix get_new_key function and remove duplicate
return statements
2023-11-28 14:35:22 -03:00
Gabriel Luiz Freitas Almeida
dec36dbfb9 Fix edge source attribute in AgentVertex 2023-11-28 14:35:16 -03:00
Gabriel Luiz Freitas Almeida
f3c72ea97d Fix edge traversal in Graph class 2023-11-28 14:35:10 -03:00
Gabriel Luiz Freitas Almeida
25a1d7f3ca Fix source and target id assignment in Edge
constructor
2023-11-28 14:35:04 -03:00