Commit graph

266 commits

Author SHA1 Message Date
Lucas Oliveira
8393bbbe4b Added nudges flow id 2025-09-04 18:16:34 -03:00
Lucas Oliveira
047fb305c6 Add react query provider to app 2025-09-04 18:16:28 -03:00
Lucas Oliveira
70d3434e5b Create get query client to work on next 2025-09-04 18:16:16 -03:00
Lucas Oliveira
1197f51518 create useGetNudgesQuery to get nudges easily 2025-09-04 18:16:06 -03:00
Lucas Oliveira
33ba6abf49 Add react query 2025-09-04 18:15:54 -03:00
Lucas Oliveira
aad89b9166 Add nudges service into backend 2025-09-04 18:15:46 -03:00
cristhianzl
c87877bb80 (agent.py): Improve user ID validation by checking if it is a Google numeric ID or a Langflow UUID format
♻️ (langflow_history_service.py, user_binding_service.py): Refactor UUID format check to use a more descriptive and clear logic based on user ID type
2025-09-04 16:26:31 -03:00
cristhianzl
3b26a6b600 🔥 (navigation.tsx): remove unused code and streamline navigation component for better performance and readability 2025-09-04 15:56:22 -03:00
cristhianzl
6dcb65debd 📝 (frontend): Add new function 'refreshConversationsSilent' to update data without loading states
🚀 (frontend): Implement support for process.env.PORT to run app on a configurable port
🔧 (frontend): Change port variable case from lowercase 'port' to uppercase 'PORT' for better semantics
📝 (frontend): Add comments to clarify the purpose of loading conversation data only when user explicitly selects a conversation
📝 (frontend): Add comments to explain the logic for loading conversation data based on certain conditions
📝 (frontend): Add comments to describe the purpose of handling new conversation creation and resetting messages
📝 (frontend): Add comments to explain the logic for loading conversation data when conversationData changes
📝 (frontend): Add comments to clarify the purpose of loading conversations from the backend
📝 (frontend): Add comments to describe the logic for silent refresh to update data without loading states
📝 (frontend): Add comments to explain the purpose of starting a new conversation and creating a placeholder conversation
📝 (frontend): Add comments to clarify the logic for forking from a response and starting a new conversation
📝 (frontend): Add comments to describe the purpose of adding a conversation document and clearing conversation documents
📝 (frontend): Add comments to explain the logic for using a timeout to debounce multiple rapid refresh calls
📝 (frontend): Add comments to clarify the purpose of cleaning up timeout on unmount
📝 (frontend): Add comments to describe the logic for handling new conversation creation and resetting state
📝 (frontend): Add comments to explain the logic for forking from a response and starting a new conversation
📝 (frontend): Add comments to clarify the purpose of using useMemo for optimizing performance in ChatProvider
📝 (frontend): Add comments to describe the logic for using useMemo in the ChatProvider component
📝 (frontend): Add comments to explain the purpose of the useChat custom hook
📝 (frontend): Add comments to clarify the error message when useChat is not used within a ChatProvider
📝 (services): Update ChatService to fetch Langflow history with flow_id parameter for better control
2025-09-04 15:36:41 -03:00
cristhianzl
0db67b8c6a merge fix 2025-09-04 11:50:18 -03:00
phact
cad271350b langflow auth env vars in tui 2025-09-03 23:03:05 -04:00
phact
650d4c1e59 langflow env vars 2025-09-03 22:52:17 -04:00
phact
53b7fb27d2 images list 2025-09-03 22:29:00 -04:00
phact
6a642902d6 chown 2025-09-03 22:22:20 -04:00
phact
0f2502bed6 chown 2025-09-03 22:09:01 -04:00
phact
fabfc6f407 speed up ci 2025-09-03 21:59:28 -04:00
phact
26b353f034 fix: open search pw hash bug 2025-09-03 21:27:45 -04:00
cristhianzl
a18e3d25dd merge fix 2025-09-03 17:44:18 -03:00
cristhianzl
0cd0297247 (agent.py): Add functionality to claim session ownership for Google users in async_langflow_chat and async_langflow_chat_stream functions
🔧 (chat_service.py): Refactor conversation deduplication logic and source statistics calculation for better performance and accuracy
🔧 (langflow_history_service.py): Implement session ownership filtering for Google users and enhance session ownership tracking functionality
🔧 (session_ownership_service.py): Create SessionOwnershipService to track session ownership for proper message history separation
2025-09-03 17:42:28 -03:00
phact
a52a842df9 centralized logging 2025-09-03 15:57:35 -04:00
phact
68fd7649e6 update yaml 2025-09-03 15:56:11 -04:00
phact
5e04580493 fix compose yaml 2025-09-03 15:54:17 -04:00
phact
25a45af581 tui v0 2025-09-03 15:31:14 -04:00
phact
d070229566 remove langflow secret key because it's optional 2025-09-03 12:24:39 -04:00
phact
1b4dbe66bc os pw hash on startup 2025-09-03 10:33:20 -04:00
cristhianzl
aa630edbb0 merge fix 2025-09-03 10:46:20 -03:00
cristhianzl
9528e2f185 add chat history 2025-09-03 10:34:45 -03:00
phact
9074bda6ed ruff 2025-09-03 09:17:30 -04:00
pushkala-datastax
80e0266301
Update build-multiarch.yml
self-hosted
2025-09-02 19:53:44 -07:00
phact
34a1a8d135 empty keys directory 2025-09-02 17:12:21 -04:00
phact
e810aef588 Merge branch 'main' of github.com:phact/gendb 2025-09-02 10:50:35 -04:00
phact
1b14d6c8e5 no auth mode 2025-09-02 10:50:20 -04:00
Sebastián Estévez
c2167ed579
Update build-multiarch.yml 2025-08-30 11:22:34 -04:00
Sebastián Estévez
851535aa0c
Update build-multiarch.yml 2025-08-30 10:57:58 -04:00
Sebastián Estévez
bc9746bf7d
Update build-multiarch.yml 2025-08-30 10:54:20 -04:00
Sebastián Estévez
85d527f757
Merge pull request #4 from langflow-ai/copilot/fix-bb2831f2-f336-43cc-9076-bf11e5cd5e1c
Fix TypeScript build errors in frontend navigation component
2025-08-30 09:54:42 -04:00
copilot-swe-agent[bot]
40840fc0b5 Fix TypeScript errors in frontend build
Co-authored-by: phact <1313220+phact@users.noreply.github.com>
2025-08-30 13:52:50 +00:00
copilot-swe-agent[bot]
434b2779e8 Initial plan 2025-08-30 13:47:45 +00:00
Sebastián Estévez
876c53e584
Merge pull request #2 from langflow-ai/copilot/fix-d8e1025c-8448-4a81-92b1-e3be20f19b18
Fix ESLint errors: remove unused variable and add missing dependencies
2025-08-30 09:47:10 -04:00
copilot-swe-agent[bot]
38691c030d Fix ESLint errors: remove unused variable and add missing dependencies
Co-authored-by: phact <1313220+phact@users.noreply.github.com>
2025-08-30 13:32:09 +00:00
copilot-swe-agent[bot]
bfba020aa8 Initial plan 2025-08-30 13:25:24 +00:00
Sebastián Estévez
05ea425754
Update build-multiarch.yml 2025-08-30 08:28:44 -04:00
phact
7b2c16ca21 sync all files checkbox 2025-08-29 17:09:54 -04:00
phact
168ebc7ae5 refresh on upload 2025-08-29 17:04:12 -04:00
phact
d58f721edc clean up chat history implementation 2025-08-29 17:00:38 -04:00
phact
de10c05eef fix: new chat history glitches 2025-08-29 16:50:20 -04:00
phact
0fb9246e88 connector jwt and connector cleanup fixes 2025-08-29 00:00:06 -04:00
phact
585d71515c hide discord / github for now 2025-08-28 23:57:05 -04:00
phact
87d98f4154 don't use worker pool for file listing 2025-08-28 10:28:18 -04:00
phact
c97477a4ca settings for LANGFLOW_URL 2025-08-27 23:10:22 -04:00