Commit graph

162 commits

Author SHA1 Message Date
Mike Fortman
643539b548 support for ingest 2025-09-09 11:12:48 -05:00
Mike Fortman
05cd115162 Merge branch 'main' of github.com:langflow-ai/openrag into ingest-settings 2025-09-09 10:00:19 -05:00
phact
4a562301cd duplicate file fix 2025-09-09 00:18:51 -04:00
phact
132194d1f8 filenames 2025-09-09 00:13:16 -04:00
phact
2fbc852eb3 drive convert to pdf and include file extension 2025-09-08 23:58:26 -04:00
Gabriel Luiz Freitas Almeida
0539f7751a Enhance ingestion flow by adding user metadata and improving context handling
This commit updates the ingestion flow to include user metadata such as owner ID, name, and email, enhancing the context for downstream services. It also refines the handling of tweaks in the LangflowFileService to incorporate this metadata, ensuring better tracking and clarity in the ingestion process. These changes align with best practices for robust async development and improve the overall functionality of the ingestion flow.
2025-09-08 23:49:46 -03:00
Gabriel Luiz Freitas Almeida
86709db984 Update file path key in tweaks dictionary for LangflowFileService to enhance clarity
This commit modifies the key for file paths in the tweaks dictionary from "file_path" to "path" within the LangflowFileService class. This change improves code clarity and consistency, aligning with best practices for robust async development while maintaining existing functionality.
2025-09-08 22:02:58 -03:00
phact
acdfd3c8ca os diag 2025-09-08 20:52:52 -04:00
Gabriel Luiz Freitas Almeida
8ae543ac69 Refactor file path handling in LangflowFileService to improve clarity and consistency
This commit updates the LangflowFileService class by changing the key for file paths in the tweaks dictionary from "path" to "file_path". This modification enhances code clarity and aligns with best practices for maintaining robust async code. Additionally, it simplifies the logging statement for better readability while preserving the functionality related to JWT token handling.
2025-09-08 20:11:21 -03:00
Gabriel Luiz Freitas Almeida
12cbd63dbf Refactor SearchService to improve data retrieval from search results
This commit updates the SearchService class to utilize the `get` method for safely accessing fields in the search results. This change enhances the robustness of the code by preventing potential KeyErrors and aligns with best practices for building maintainable async code. Additionally, it simplifies the data extraction process from the search results, improving overall code clarity.
2025-09-08 20:10:48 -03:00
Lucas Oliveira
24b4d8a83f Added restore flow functionality 2025-09-08 18:07:36 -03:00
Gabriel Luiz Freitas Almeida
762152934e Add async method to retrieve connector by ID in LangflowConnectorService
This commit introduces the _get_connector method in the LangflowConnectorService class, providing an asynchronous way to retrieve a connector by its connection ID. This addition enhances the service's functionality and aligns with the ongoing improvements in asynchronous processing and code maintainability.
2025-09-08 18:06:18 -03:00
phact
f3616db4cd FLOW_ID 2025-09-08 16:33:06 -04:00
Sebastián Estévez
084502c0b6
Merge branch 'main' into ingestion-flow 2025-09-08 16:29:13 -04:00
phact
a4e271cb37 Merge branch 'main' of github.com:phact/gendb 2025-09-08 16:12:43 -04:00
phact
73f039afb5 logging 2025-09-08 16:07:06 -04:00
Eric Hare
617615532d
Update connection_manager.py 2025-09-08 13:00:00 -07:00
Eric Hare
cff28fc4f9
feat: Cleanup duplicate connections 2025-09-08 12:56:38 -07:00
Gabriel Luiz Freitas Almeida
6d0a94e4b4 Refactor connector service initialization to use LangflowConnectorService
This commit updates the service initialization in main.py to replace the existing ConnectorService with LangflowConnectorService. This change enhances the management of connector documents by leveraging the new service's capabilities, aligning with the ongoing improvements in asynchronous processing and code maintainability.
2025-09-08 16:42:07 -03:00
Gabriel Luiz Freitas Almeida
beee47068c Add LangflowConnectorService for managing connector documents
This commit introduces the LangflowConnectorService class, which facilitates the management and processing of connector documents using the Langflow service. It includes methods for initializing the service, retrieving connectors, processing documents, and syncing files. The implementation emphasizes asynchronous processing and robust error handling, enhancing the overall maintainability and documentation of the codebase.
2025-09-08 16:40:24 -03:00
Gabriel Luiz Freitas Almeida
542082e5bf Add LangflowConnectorFileProcessor for handling connector file uploads
This commit introduces the LangflowConnectorFileProcessor class, which processes connector file uploads using the Langflow service. It includes initialization parameters for user and connection details, and implements the process_item method to handle file processing asynchronously. Additionally, it cleans up the existing ConnectorFileProcessor by removing unused imports and streamlining file info retrieval. These changes enhance the code's robustness and maintainability in line with async development practices.
2025-09-08 16:40:06 -03:00
Gabriel Luiz Freitas Almeida
327b435814 fix imports in task_service 2025-09-08 16:39:41 -03:00
Lucas Oliveira
192693d82d fixed agent.py extra comma 2025-09-08 16:36:03 -03:00
Lucas Oliveira
d6bf6444e5 Merge remote-tracking branch 'origin/main' into feat/nudges 2025-09-08 16:25:59 -03:00
Gabriel Luiz Freitas Almeida
b3dcac0cde Refactor environment configuration in EnvManager
This commit updates the EnvConfig class by renaming the flow ID variables to LANGFLOW_CHAT_FLOW_ID and LANGFLOW_INGEST_FLOW_ID for better clarity. It also modifies the environment variable writing logic to reflect these changes. Additionally, the import statements have been reorganized for improved readability. These updates contribute to a more robust and well-documented codebase.
2025-09-08 15:10:00 -03:00
Gabriel Luiz Freitas Almeida
e144f8f0ef update FLOW_ID variable 2025-09-08 15:10:00 -03:00
Eric Hare
b9da6437f8
Properly set the project root for the gdrive token 2025-09-08 11:08:45 -07:00
Gabriel Luiz Freitas Almeida
d5166f4314 fix langflow file service change 2025-09-08 12:59:28 -03:00
Gabriel Luiz Freitas Almeida
503fa92788
Merge branch 'main' into ingestion-flow 2025-09-08 12:19:52 -03:00
phact
8dc77298be logging 2025-09-08 10:30:18 -04:00
phact
9f7c506cce log error when INGEST_FLOW_ID is not configured 2025-09-08 09:58:28 -04:00
Gabriel Luiz Freitas Almeida
18e1874c88 Enhance logging and JWT token handling in LangflowFileService
This commit refactors the LangflowFileService to utilize a centralized logger instead of instance-specific logging. It also improves the handling of the JWT token in the run_ingestion_flow method, ensuring it is correctly passed to downstream services and logged appropriately. These changes enhance code readability and maintainability while adhering to robust async coding practices.
2025-09-08 08:44:05 -03:00
Gabriel Luiz Freitas Almeida
deb39a6e5b Refactor user file upload and ingestion flow to streamline JWT token handling
This commit simplifies the handling of the JWT token in the upload_user_file and run_ingestion functions by removing unnecessary lines and ensuring the token is passed correctly to downstream services. This change enhances code readability and maintains the focus on robust async coding practices and well-documented code.
2025-09-08 08:43:53 -03:00
Gabriel Luiz Freitas Almeida
7b5589653a Add handling for Content-Type header in AppClients
This commit modifies the AppClients class to remove the Content-Type header if it is explicitly set to None, particularly for file uploads. This change enhances the robustness of the async code by ensuring proper header management during API requests, aligning with the project's focus on well-documented and maintainable code.
2025-09-08 08:43:32 -03:00
Gabriel Luiz Freitas Almeida
2543b2103b fix import statement 2025-09-08 08:42:46 -03:00
phact
caa6a701d6 remove active connection duplicate test filter 2025-09-06 00:46:35 -04:00
phact
174823f5d4 spawn fix 2025-09-06 00:45:10 -04:00
Sebastián Estévez
2b662482a0
Merge branch 'main' into cz/fix-tool-call-tag 2025-09-05 23:57:54 -04:00
phact
69dccf87a4 merge 2025-09-05 23:57:00 -04:00
phact
49df531872 uv tui script 2025-09-05 23:56:10 -04:00
phact
0be4dd4893 fix import 2025-09-05 23:55:58 -04:00
cristhianzl
68652dd298 📝 (agent.py): Update comments and function names for clarity and consistency
🔧 (agent.py): Add support for in-memory storage of active conversation threads
🔧 (agent.py): Implement storing conversation metadata in memory and persisting to disk
🔧 (chat_service.py): Refactor get_chat_history method to handle in-memory and persistent conversations
🔧 (chat_service.py): Enhance get_chat_history to process in-memory and persistent conversations
🔧 (chat_service.py): Improve handling of in-memory and Langflow database conversations
🔧 (chat_service.py): Refactor get_user_conversation method for better handling of in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Update get_user_conversation to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Update get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat
2025-09-05 18:15:51 -03:00
Eric Hare
9719443243
Merge branch 'main' into feat-googledrive-enhancements 2025-09-05 13:48:22 -07:00
cristhianzl
f83851b259 (frontend): refactor message processing in ChatPage component to handle function calls from chunks or response_data
♻️ (agent.py): refactor async_response, async_langflow, async_chat, async_langflow_chat, and async_langflow_chat_stream functions to return full response object for function calls
🔧 (chat_service.py): update ChatService to include function call data in message_data if present
2025-09-05 16:53:02 -03:00
cristhianzl
7ff3bfd70b merge fix 2025-09-05 16:04:14 -03:00
cristhianzl
18b4059b56 🔧 (agent.py): Import and use conversation_persistence_service to handle user conversations storage and retrieval
🔧 (conversation_persistence_service.py): Create a service to persist chat conversations to disk for server restarts
2025-09-05 16:03:06 -03:00
Eric Hare
18f41523c1
allow selection of selected files 2025-09-05 09:50:42 -07:00
Edwin Jose
947c7f8f3b shared tasks 2025-09-05 12:24:28 -04:00
Eric Hare
d8ec7584da
Fix the regular sync functionality 2025-09-05 09:21:16 -07:00
Edwin Jose
796fd28b8f Enhance task management to support shared tasks for anonymous users. Updated get_task_status and get_all_tasks methods to include fallback to tasks stored under the "anonymous" user key. Improved task cancellation logic to handle shared tasks. Refactored code for clarity and maintainability. 2025-09-05 12:14:33 -04:00