Launchlab / app.log
MuhammadSaad16's picture
change API Key
24b4e0b
2025-12-12 16:05:59,387 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8080']
2025-12-12 16:08:49,149 - app - INFO - Created new session: 122e3ce9-ab5b-4fbf-957c-7ba8a25c4068
2025-12-12 16:09:17,819 - app - INFO - Stream request from 127.0.0.1: language=english, message=hello..., session_id=122e3ce9-ab5b-4fbf-957c-7ba8a25c4068
2025-12-12 16:09:19,125 - app - INFO - AGENT STREAM CALL: query_innscribe_bot_stream called with message='hello', language='english', session_id='122e3ce9-ab5b-4fbf-957c-7ba8a25c4068'
2025-12-12 16:09:19,434 - app - INFO - Retrieved 1 history messages for session 122e3ce9-ab5b-4fbf-957c-7ba8a25c4068
2025-12-12 16:09:25,853 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 16:09:26,255 - app - WARNING - Streaming failed, falling back to non-streaming: 1 validation error for ResponseTextDeltaEvent
logprobs
Field required [type=missing, input_value={'content_index': 0, 'del...', 'sequence_number': 3}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.10/v/missing
2025-12-12 16:09:26,401 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 16:09:28,465 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 16:09:28,782 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 16:09:28,808 - app - INFO - AGENT STREAM RESULT: query_innscribe_bot_stream fallback completed successfully
2025-12-12 16:18:50,797 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8080']
2025-12-12 16:20:40,529 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8080']
2025-12-12 16:21:01,848 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8080']
2025-12-12 16:21:12,993 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8080']
2025-12-12 16:21:49,388 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8080']
2025-12-12 16:23:41,853 - app - INFO - Meeting scheduling request from Taha (tahasaif451@gmail.com) - IP: 127.0.0.1
2025-12-12 16:23:44,401 - app - ERROR - Error scheduling meeting: Invalid `to` field. The email address needs to follow the `email@example.com` or `Name <email@example.com>` format.
Traceback (most recent call last):
File "D:\innocscribe_chatbot\app.py", line 669, in schedule_meeting
email = resend.Emails.send(params)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\LATITUDE\AppData\Roaming\Python\Python312\site-packages\resend\emails\_emails.py", line 277, in send
).perform_with_content()
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\LATITUDE\AppData\Roaming\Python\Python312\site-packages\resend\request.py", line 44, in perform_with_content
resp = self.perform()
^^^^^^^^^^^^^^
File "C:\Users\LATITUDE\AppData\Roaming\Python\Python312\site-packages\resend\request.py", line 35, in perform
raise_for_code_and_type(
File "C:\Users\LATITUDE\AppData\Roaming\Python\Python312\site-packages\resend\exceptions.py", line 213, in raise_for_code_and_type
raise error_from_list(
resend.exceptions.ValidationError: Invalid `to` field. The email address needs to follow the `email@example.com` or `Name <email@example.com>` format.
2025-12-12 16:25:03,901 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8080']
2025-12-12 16:25:15,460 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8080']
2025-12-12 16:25:24,658 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8080']
2025-12-12 16:25:32,997 - app - INFO - Meeting scheduling request from Taha (tahasaif451@gmail.com) - IP: 127.0.0.1
2025-12-12 16:25:35,833 - app - ERROR - Failed to send email: You can only send testing emails to your own email address (kashankhalid429@gmail.com). To send emails to other recipients, please verify a domain at resend.com/domains, and change the `from` address to an email using this domain.
Traceback (most recent call last):
File "D:\innocscribe_chatbot\app.py", line 699, in schedule_meeting
email = resend.Emails.send(params)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\LATITUDE\AppData\Roaming\Python\Python312\site-packages\resend\emails\_emails.py", line 277, in send
).perform_with_content()
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\LATITUDE\AppData\Roaming\Python\Python312\site-packages\resend\request.py", line 44, in perform_with_content
resp = self.perform()
^^^^^^^^^^^^^^
File "C:\Users\LATITUDE\AppData\Roaming\Python\Python312\site-packages\resend\request.py", line 35, in perform
raise_for_code_and_type(
File "C:\Users\LATITUDE\AppData\Roaming\Python\Python312\site-packages\resend\exceptions.py", line 219, in raise_for_code_and_type
raise ResendError(
resend.exceptions.ResendError: You can only send testing emails to your own email address (kashankhalid429@gmail.com). To send emails to other recipients, please verify a domain at resend.com/domains, and change the `from` address to an email using this domain.
2025-12-12 16:27:02,845 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8080']
2025-12-12 16:27:15,478 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8080']
2025-12-12 16:27:26,854 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8080']
2025-12-12 16:27:36,519 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8080']
2025-12-12 16:27:46,349 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8080']
2025-12-12 16:27:54,557 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8080']
2025-12-12 16:28:03,553 - app - INFO - Meeting scheduling request from Taha (tahasaif451@gmail.com) - IP: 127.0.0.1
2025-12-12 16:28:06,076 - app - INFO - Email sent successfully to 2 attendees
2025-12-12 16:28:06,077 - app - INFO - Meeting scheduled successfully by Taha from IP: 127.0.0.1
2025-12-12 16:30:31,463 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8080']
2025-12-12 19:08:04,015 - __main__ - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8080']
2025-12-12 19:13:53,991 - __main__ - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8080']
2025-12-12 20:13:45,859 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8080', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-12 20:15:17,352 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8080', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-12 20:15:25,529 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8080', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-12 20:16:03,949 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-12 20:20:55,002 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-12 20:21:44,856 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-12 20:23:13,561 - app - INFO - Created new session: 06ee5ddf-19f5-4651-bd5a-c31f0f3aa31b
2025-12-12 20:26:00,988 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=06ee5ddf-19f5-4651-bd5a-c31f0f3aa31b
2025-12-12 20:26:02,397 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='06ee5ddf-19f5-4651-bd5a-c31f0f3aa31b'
2025-12-12 20:26:02,764 - app - INFO - Retrieved 1 history messages for session 06ee5ddf-19f5-4651-bd5a-c31f0f3aa31b
2025-12-12 20:26:13,087 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 20:26:13,505 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 20:26:13,541 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-12 20:40:50,991 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi, what is launchlab do?..., session_id=06ee5ddf-19f5-4651-bd5a-c31f0f3aa31b
2025-12-12 20:40:52,947 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi, what is launchlab do?', language='english', session_id='06ee5ddf-19f5-4651-bd5a-c31f0f3aa31b'
2025-12-12 20:40:53,990 - app - INFO - Retrieved 2 history messages for session 06ee5ddf-19f5-4651-bd5a-c31f0f3aa31b
2025-12-12 20:40:55,833 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 20:40:57,743 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 20:40:57,829 - tools.document_reader_tool - INFO - TOOL CALL: read_document_data called with query='What does Launchlabs do?', source='auto'
2025-12-12 20:40:59,532 - tools.document_reader_tool - INFO - TOOL RESULT: read_document_data found 1 result(s)
2025-12-12 20:41:01,167 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 20:41:01,405 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-12 21:16:10,289 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-12 21:16:59,536 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-12 21:16:59,695 - app - INFO - API Messages request from 127.0.0.1: message='hi...', lang='english', session='None'
2025-12-12 21:17:04,273 - app - INFO - New session created for /api/messages: c6fcf4aa-1330-4960-8fb4-a989281b15a3
2025-12-12 21:17:05,695 - app - INFO - AGENT CALL: query_launchlabs_bot called with message='hi', language='english', session_id='c6fcf4aa-1330-4960-8fb4-a989281b15a3'
2025-12-12 21:17:06,366 - app - INFO - Retrieved 1 history messages for session c6fcf4aa-1330-4960-8fb4-a989281b15a3
2025-12-12 21:17:09,767 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 21:17:09,927 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 21:17:10,088 - app - INFO - AGENT RESULT: query_launchlabs_bot completed successfully
2025-12-12 21:17:11,623 - app - INFO - API Messages success: Response sent for session c6fcf4aa-1330-4960-8fb4-a989281b15a3
2025-12-12 21:17:29,246 - app - INFO - API Messages request from 127.0.0.1: message='Hi...', lang='english', session='8726b155-4f50-492d-957f-e3be8ee49f55'
2025-12-12 21:17:29,614 - app - INFO - AGENT CALL: query_launchlabs_bot called with message='Hi', language='english', session_id='8726b155-4f50-492d-957f-e3be8ee49f55'
2025-12-12 21:17:30,868 - app - INFO - Retrieved 0 history messages for session 8726b155-4f50-492d-957f-e3be8ee49f55
2025-12-12 21:17:32,824 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 21:17:33,351 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 21:17:33,679 - app - INFO - AGENT RESULT: query_launchlabs_bot completed successfully
2025-12-12 21:17:34,136 - app - INFO - API Messages success: Response sent for session 8726b155-4f50-492d-957f-e3be8ee49f55
2025-12-12 21:28:34,869 - app - INFO - API Messages request from 127.0.0.1: message='Hva gj�r launchLab?...', lang='english', session='8726b155-4f50-492d-957f-e3be8ee49f55'
2025-12-12 21:28:36,943 - app - INFO - AGENT CALL: query_launchlabs_bot called with message='Hva gj�r launchLab?', language='english', session_id='8726b155-4f50-492d-957f-e3be8ee49f55'
2025-12-12 21:28:37,227 - app - INFO - Retrieved 0 history messages for session 8726b155-4f50-492d-957f-e3be8ee49f55
2025-12-12 21:28:39,449 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 21:28:39,584 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 21:28:39,606 - tools.document_reader_tool - INFO - TOOL CALL: read_document_data called with query='services', source='auto'
2025-12-12 21:28:39,834 - tools.document_reader_tool - INFO - TOOL RESULT: read_document_data found 1 result(s)
2025-12-12 21:28:41,021 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 21:28:41,021 - app - INFO - AGENT RESULT: query_launchlabs_bot completed successfully
2025-12-12 21:28:41,338 - app - INFO - API Messages success: Response sent for session 8726b155-4f50-492d-957f-e3be8ee49f55
2025-12-12 21:34:23,801 - app - INFO - API Messages request from 127.0.0.1: message='what's your services ...', lang='english', session='554fd3bc-a9b3-459f-90b2-9d5b7747e574'
2025-12-12 21:34:25,709 - app - INFO - AGENT CALL: query_launchlabs_bot called with message='what's your services ', language='english', session_id='554fd3bc-a9b3-459f-90b2-9d5b7747e574'
2025-12-12 21:34:26,007 - app - INFO - Retrieved 0 history messages for session 554fd3bc-a9b3-459f-90b2-9d5b7747e574
2025-12-12 21:34:27,883 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 21:34:28,000 - tools.document_reader_tool - INFO - TOOL CALL: read_document_data called with query='services', source='auto'
2025-12-12 21:34:28,247 - tools.document_reader_tool - INFO - TOOL RESULT: read_document_data found 1 result(s)
2025-12-12 21:34:28,251 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 21:34:30,625 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 21:34:30,634 - app - INFO - AGENT RESULT: query_launchlabs_bot completed successfully
2025-12-12 21:34:30,993 - app - INFO - API Messages success: Response sent for session 554fd3bc-a9b3-459f-90b2-9d5b7747e574
2025-12-12 21:39:52,643 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-12 21:47:19,972 - app - INFO - API Messages request from 127.0.0.1: message='hi...', lang='english', session='cccfb5c9-27e3-47f3-bc5e-c3853da41f97'
2025-12-12 21:47:25,863 - app - INFO - AGENT CALL: query_launchlabs_bot called with message='hi', language='english', session_id='cccfb5c9-27e3-47f3-bc5e-c3853da41f97'
2025-12-12 21:47:26,260 - app - INFO - Retrieved 0 history messages for session cccfb5c9-27e3-47f3-bc5e-c3853da41f97
2025-12-12 21:47:36,960 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 21:47:37,126 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 21:47:37,133 - app - INFO - AGENT RESULT: query_launchlabs_bot completed successfully
2025-12-12 21:47:37,540 - app - INFO - API Messages success: Response sent for session cccfb5c9-27e3-47f3-bc5e-c3853da41f97
2025-12-12 21:47:49,064 - app - INFO - API Messages request from 127.0.0.1: message='what is launchlab do?...', lang='english', session='cccfb5c9-27e3-47f3-bc5e-c3853da41f97'
2025-12-12 21:47:49,372 - app - INFO - AGENT CALL: query_launchlabs_bot called with message='what is launchlab do?', language='english', session_id='cccfb5c9-27e3-47f3-bc5e-c3853da41f97'
2025-12-12 21:47:50,463 - app - INFO - Retrieved 0 history messages for session cccfb5c9-27e3-47f3-bc5e-c3853da41f97
2025-12-12 21:47:52,082 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 21:47:52,136 - tools.document_reader_tool - INFO - TOOL CALL: read_document_data called with query='What does Launchlabs do?', source='auto'
2025-12-12 21:47:52,557 - tools.document_reader_tool - INFO - TOOL RESULT: read_document_data found 1 result(s)
2025-12-12 21:47:52,601 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 21:47:53,967 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-12 21:47:53,973 - app - INFO - AGENT RESULT: query_launchlabs_bot completed successfully
2025-12-12 21:47:54,361 - app - INFO - API Messages success: Response sent for session cccfb5c9-27e3-47f3-bc5e-c3853da41f97
2025-12-13 17:58:09,767 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-13 17:58:54,876 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-13 18:00:52,137 - app - INFO - Created new session for streaming chat: 4d62b8ce-059b-4cd7-8caf-9d0a6be1c3df
2025-12-13 18:00:52,167 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=4d62b8ce-059b-4cd7-8caf-9d0a6be1c3df
2025-12-13 18:00:54,575 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='4d62b8ce-059b-4cd7-8caf-9d0a6be1c3df'
2025-12-13 18:00:55,662 - app - INFO - Retrieved 1 history messages for session 4d62b8ce-059b-4cd7-8caf-9d0a6be1c3df
2025-12-13 18:01:07,932 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 18:01:08,609 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 18:01:08,717 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 19:49:33,022 - app - INFO - Created new session for streaming chat: a9967ff1-0ec8-4cfc-b511-bbe7073ff78f
2025-12-13 19:49:33,032 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=a9967ff1-0ec8-4cfc-b511-bbe7073ff78f
2025-12-13 19:49:34,422 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='a9967ff1-0ec8-4cfc-b511-bbe7073ff78f'
2025-12-13 19:49:34,772 - app - INFO - Retrieved 1 history messages for session a9967ff1-0ec8-4cfc-b511-bbe7073ff78f
2025-12-13 19:49:36,132 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 19:49:37,252 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 19:49:37,293 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 19:56:02,801 - app - INFO - Created new session for streaming chat: f9cc58a8-3df5-49d1-bf2a-aab84080db3f
2025-12-13 19:56:02,809 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=f9cc58a8-3df5-49d1-bf2a-aab84080db3f
2025-12-13 19:56:04,213 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='f9cc58a8-3df5-49d1-bf2a-aab84080db3f'
2025-12-13 19:56:04,535 - app - INFO - Retrieved 1 history messages for session f9cc58a8-3df5-49d1-bf2a-aab84080db3f
2025-12-13 19:56:06,309 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 19:56:06,691 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 19:56:06,723 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 20:00:36,507 - app - INFO - Created new session for streaming chat: d6249e76-6791-44ac-b81b-3664ee30c4da
2025-12-13 20:00:36,523 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=d6249e76-6791-44ac-b81b-3664ee30c4da
2025-12-13 20:00:38,000 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='d6249e76-6791-44ac-b81b-3664ee30c4da'
2025-12-13 20:00:38,654 - app - INFO - Retrieved 1 history messages for session d6249e76-6791-44ac-b81b-3664ee30c4da
2025-12-13 20:00:40,932 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:00:41,351 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:00:41,518 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 20:01:45,539 - app - INFO - Created new session for streaming chat: 1d1bae9c-776b-4fb9-804d-cad59a5eecc2
2025-12-13 20:01:45,540 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=1d1bae9c-776b-4fb9-804d-cad59a5eecc2
2025-12-13 20:01:46,938 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='1d1bae9c-776b-4fb9-804d-cad59a5eecc2'
2025-12-13 20:01:47,944 - app - INFO - Retrieved 1 history messages for session 1d1bae9c-776b-4fb9-804d-cad59a5eecc2
2025-12-13 20:01:49,439 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:01:50,072 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:01:50,077 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 20:04:16,591 - app - INFO - Created new session for streaming chat: fbe67478-be3a-4fba-8998-fc12dbc99e67
2025-12-13 20:04:16,592 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=fbe67478-be3a-4fba-8998-fc12dbc99e67
2025-12-13 20:04:17,974 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='fbe67478-be3a-4fba-8998-fc12dbc99e67'
2025-12-13 20:04:18,279 - app - INFO - Retrieved 1 history messages for session fbe67478-be3a-4fba-8998-fc12dbc99e67
2025-12-13 20:04:19,735 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:04:20,077 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:04:20,085 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 20:04:55,196 - app - INFO - Created new session for streaming chat: b5c862a5-3073-49db-9083-9ee2ecfb8f62
2025-12-13 20:04:55,196 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=b5c862a5-3073-49db-9083-9ee2ecfb8f62
2025-12-13 20:04:56,577 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='b5c862a5-3073-49db-9083-9ee2ecfb8f62'
2025-12-13 20:04:57,605 - app - INFO - Retrieved 1 history messages for session b5c862a5-3073-49db-9083-9ee2ecfb8f62
2025-12-13 20:04:59,006 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:04:59,759 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:04:59,766 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 20:07:31,912 - app - INFO - Created new session for streaming chat: 6669bd05-56b6-41c0-9d38-4df7327f2930
2025-12-13 20:07:31,940 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=6669bd05-56b6-41c0-9d38-4df7327f2930
2025-12-13 20:07:34,619 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='6669bd05-56b6-41c0-9d38-4df7327f2930'
2025-12-13 20:07:37,258 - app - INFO - Retrieved 1 history messages for session 6669bd05-56b6-41c0-9d38-4df7327f2930
2025-12-13 20:07:40,018 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:07:41,051 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:07:41,373 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 20:08:07,914 - app - INFO - Created new session for streaming chat: 57102314-7791-4efd-b27e-fb1643719e9e
2025-12-13 20:08:07,926 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=57102314-7791-4efd-b27e-fb1643719e9e
2025-12-13 20:08:09,306 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='57102314-7791-4efd-b27e-fb1643719e9e'
2025-12-13 20:08:10,309 - app - INFO - Retrieved 1 history messages for session 57102314-7791-4efd-b27e-fb1643719e9e
2025-12-13 20:08:12,726 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:08:13,013 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:08:13,024 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 20:08:26,498 - app - INFO - Created new session for streaming chat: cad6dab7-2dfd-47a3-8026-7993b14c740a
2025-12-13 20:08:26,501 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=cad6dab7-2dfd-47a3-8026-7993b14c740a
2025-12-13 20:08:27,883 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='cad6dab7-2dfd-47a3-8026-7993b14c740a'
2025-12-13 20:08:28,959 - app - INFO - Retrieved 1 history messages for session cad6dab7-2dfd-47a3-8026-7993b14c740a
2025-12-13 20:08:30,382 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:08:30,864 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:08:30,960 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 20:08:37,058 - app - INFO - Created new session for streaming chat: eebfff12-e55c-40ee-a3b9-2e8a6370ebf5
2025-12-13 20:08:37,058 - app - INFO - Stream request from 127.0.0.1: language=english, message=why..., session_id=eebfff12-e55c-40ee-a3b9-2e8a6370ebf5
2025-12-13 20:08:38,480 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='why', language='english', session_id='eebfff12-e55c-40ee-a3b9-2e8a6370ebf5'
2025-12-13 20:08:39,541 - app - INFO - Retrieved 1 history messages for session eebfff12-e55c-40ee-a3b9-2e8a6370ebf5
2025-12-13 20:08:41,739 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:08:41,795 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:08:41,805 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 20:16:27,742 - app - INFO - Created new session for streaming chat: a2d4cc50-c5ee-444a-93a3-928cd835e7bf
2025-12-13 20:16:27,762 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=a2d4cc50-c5ee-444a-93a3-928cd835e7bf
2025-12-13 20:16:29,128 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='a2d4cc50-c5ee-444a-93a3-928cd835e7bf'
2025-12-13 20:16:29,436 - app - INFO - Retrieved 1 history messages for session a2d4cc50-c5ee-444a-93a3-928cd835e7bf
2025-12-13 20:16:31,643 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:16:31,681 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:16:31,731 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 20:16:40,927 - app - INFO - Created new session for streaming chat: 39aec5c7-d1e5-45e8-b79d-91564a179978
2025-12-13 20:16:40,928 - app - INFO - Stream request from 127.0.0.1: language=english, message=what is launchlab do?..., session_id=39aec5c7-d1e5-45e8-b79d-91564a179978
2025-12-13 20:16:42,302 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='what is launchlab do?', language='english', session_id='39aec5c7-d1e5-45e8-b79d-91564a179978'
2025-12-13 20:16:43,271 - app - INFO - Retrieved 1 history messages for session 39aec5c7-d1e5-45e8-b79d-91564a179978
2025-12-13 20:16:44,481 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:16:44,674 - tools.document_reader_tool - INFO - TOOL CALL: read_document_data called with query='what does Launchlabs do', source='auto'
2025-12-13 20:16:45,892 - tools.document_reader_tool - INFO - TOOL RESULT: read_document_data found 1 result(s)
2025-12-13 20:16:45,906 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:16:47,055 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:16:47,366 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 20:49:43,952 - app - INFO - Created new session for streaming chat: a7b193e2-898e-400e-b1f6-b91e2e61df5f
2025-12-13 20:49:43,969 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=a7b193e2-898e-400e-b1f6-b91e2e61df5f
2025-12-13 20:49:45,365 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='a7b193e2-898e-400e-b1f6-b91e2e61df5f'
2025-12-13 20:49:45,669 - app - INFO - Retrieved 1 history messages for session a7b193e2-898e-400e-b1f6-b91e2e61df5f
2025-12-13 20:49:47,098 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:49:47,862 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:49:47,880 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 20:50:00,883 - app - INFO - Created new session for streaming chat: a8d7c15f-20b0-4563-a2a7-d9a6315682e8
2025-12-13 20:50:00,883 - app - INFO - Stream request from 127.0.0.1: language=english, message=can i meet wih any senior..., session_id=a8d7c15f-20b0-4563-a2a7-d9a6315682e8
2025-12-13 20:50:02,293 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='can i meet wih any senior', language='english', session_id='a8d7c15f-20b0-4563-a2a7-d9a6315682e8'
2025-12-13 20:50:03,331 - app - INFO - Retrieved 1 history messages for session a8d7c15f-20b0-4563-a2a7-d9a6315682e8
2025-12-13 20:50:04,743 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:50:04,980 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:50:04,986 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 20:50:14,268 - app - INFO - Created new session for streaming chat: 294d1fbc-ae2d-4231-8a80-d70b8280ff01
2025-12-13 20:50:14,269 - app - INFO - Stream request from 127.0.0.1: language=english, message=plz connect..., session_id=294d1fbc-ae2d-4231-8a80-d70b8280ff01
2025-12-13 20:50:15,663 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='plz connect', language='english', session_id='294d1fbc-ae2d-4231-8a80-d70b8280ff01'
2025-12-13 20:50:16,687 - app - INFO - Retrieved 1 history messages for session 294d1fbc-ae2d-4231-8a80-d70b8280ff01
2025-12-13 20:50:18,156 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:50:18,443 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:50:18,486 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 20:50:31,031 - app - INFO - Created new session for streaming chat: 22f8dff2-9fc5-4fb7-9560-23f9f973bc18
2025-12-13 20:50:31,034 - app - INFO - Stream request from 127.0.0.1: language=english, message=in services..., session_id=22f8dff2-9fc5-4fb7-9560-23f9f973bc18
2025-12-13 20:50:32,422 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='in services', language='english', session_id='22f8dff2-9fc5-4fb7-9560-23f9f973bc18'
2025-12-13 20:50:33,477 - app - INFO - Retrieved 1 history messages for session 22f8dff2-9fc5-4fb7-9560-23f9f973bc18
2025-12-13 20:50:34,949 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:50:34,981 - tools.document_reader_tool - INFO - TOOL CALL: read_document_data called with query='services', source='auto'
2025-12-13 20:50:35,167 - tools.document_reader_tool - INFO - TOOL RESULT: read_document_data found 1 result(s)
2025-12-13 20:50:35,985 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:50:36,399 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 20:50:36,541 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 21:05:21,233 - app - INFO - Created new session for streaming chat: 5e5ccc76-3136-48eb-8d41-b2fa418963eb
2025-12-13 21:05:21,257 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=5e5ccc76-3136-48eb-8d41-b2fa418963eb
2025-12-13 21:05:22,657 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='5e5ccc76-3136-48eb-8d41-b2fa418963eb'
2025-12-13 21:05:22,948 - app - INFO - Retrieved 1 history messages for session 5e5ccc76-3136-48eb-8d41-b2fa418963eb
2025-12-13 21:05:24,821 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:05:25,164 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:05:25,185 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 21:10:29,994 - app - INFO - Created new session for streaming chat: 15a154fc-21dd-4b4c-8545-df72136b3b81
2025-12-13 21:10:30,032 - app - INFO - Stream request from 127.0.0.1: language=english, message=yes..., session_id=15a154fc-21dd-4b4c-8545-df72136b3b81
2025-12-13 21:10:31,459 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='yes', language='english', session_id='15a154fc-21dd-4b4c-8545-df72136b3b81'
2025-12-13 21:10:32,386 - app - INFO - Retrieved 1 history messages for session 15a154fc-21dd-4b4c-8545-df72136b3b81
2025-12-13 21:10:34,385 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:10:34,498 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:10:34,505 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 21:10:43,359 - app - INFO - Created new session for streaming chat: aea3c0ba-b30c-43b6-b507-5085521dc38f
2025-12-13 21:10:43,362 - app - INFO - Stream request from 127.0.0.1: language=english, message=yes..., session_id=aea3c0ba-b30c-43b6-b507-5085521dc38f
2025-12-13 21:10:44,761 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='yes', language='english', session_id='aea3c0ba-b30c-43b6-b507-5085521dc38f'
2025-12-13 21:10:45,752 - app - INFO - Retrieved 1 history messages for session aea3c0ba-b30c-43b6-b507-5085521dc38f
2025-12-13 21:10:47,639 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:10:47,837 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:10:47,846 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 21:10:59,669 - app - INFO - Created new session for streaming chat: cd95232e-b3c7-4eaa-8d1c-330c90962bb2
2025-12-13 21:10:59,669 - app - INFO - Stream request from 127.0.0.1: language=english, message=make a home page..., session_id=cd95232e-b3c7-4eaa-8d1c-330c90962bb2
2025-12-13 21:11:01,043 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='make a home page', language='english', session_id='cd95232e-b3c7-4eaa-8d1c-330c90962bb2'
2025-12-13 21:11:02,057 - app - INFO - Retrieved 1 history messages for session cd95232e-b3c7-4eaa-8d1c-330c90962bb2
2025-12-13 21:11:03,994 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:11:05,429 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:11:05,534 - tools.document_reader_tool - INFO - TOOL CALL: read_document_data called with query='website creation services', source='auto'
2025-12-13 21:11:05,773 - tools.document_reader_tool - INFO - TOOL RESULT: read_document_data found 1 result(s)
2025-12-13 21:11:06,718 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:11:06,929 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 21:12:07,949 - app - INFO - Created new session for streaming chat: e14f3722-cdba-4c27-a4db-e3ffade1253a
2025-12-13 21:12:07,950 - app - INFO - Stream request from 127.0.0.1: language=norwegian, message=Hva gj�r LaunchLab?..., session_id=e14f3722-cdba-4c27-a4db-e3ffade1253a
2025-12-13 21:12:09,323 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='Hva gj�r LaunchLab?', language='norwegian', session_id='e14f3722-cdba-4c27-a4db-e3ffade1253a'
2025-12-13 21:12:10,365 - app - INFO - Retrieved 1 history messages for session e14f3722-cdba-4c27-a4db-e3ffade1253a
2025-12-13 21:12:12,032 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:12:12,426 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:12:12,431 - tools.document_reader_tool - INFO - TOOL CALL: read_document_data called with query='services', source='auto'
2025-12-13 21:12:12,566 - tools.document_reader_tool - INFO - TOOL RESULT: read_document_data found 1 result(s)
2025-12-13 21:12:13,485 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:12:13,731 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 21:51:38,277 - app - INFO - Created new session for streaming chat: 8d7d0e11-09c4-41a4-a5b4-a918b0f02213
2025-12-13 21:51:38,292 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=8d7d0e11-09c4-41a4-a5b4-a918b0f02213
2025-12-13 21:51:39,672 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='8d7d0e11-09c4-41a4-a5b4-a918b0f02213'
2025-12-13 21:51:40,018 - app - INFO - Retrieved 1 history messages for session 8d7d0e11-09c4-41a4-a5b4-a918b0f02213
2025-12-13 21:51:42,199 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:51:42,207 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:51:42,342 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 21:52:10,692 - app - INFO - Created new session for streaming chat: 08a126e6-ff9a-4262-b5d5-2505f00224e3
2025-12-13 21:52:10,692 - app - INFO - Stream request from 127.0.0.1: language=norwegian, message=Hva gj�r LaunchLab?..., session_id=08a126e6-ff9a-4262-b5d5-2505f00224e3
2025-12-13 21:52:12,087 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='Hva gj�r LaunchLab?', language='norwegian', session_id='08a126e6-ff9a-4262-b5d5-2505f00224e3'
2025-12-13 21:52:13,102 - app - INFO - Retrieved 1 history messages for session 08a126e6-ff9a-4262-b5d5-2505f00224e3
2025-12-13 21:52:14,692 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:52:14,719 - tools.document_reader_tool - INFO - TOOL CALL: read_document_data called with query='Hva gj�r Launchlabs?', source='auto'
2025-12-13 21:52:14,979 - tools.document_reader_tool - INFO - TOOL RESULT: read_document_data found 1 result(s)
2025-12-13 21:52:15,132 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:52:16,686 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:52:17,067 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 21:52:21,252 - app - INFO - Created new session for streaming chat: cd582092-429c-4d79-8bf8-e68a9de3d4ab
2025-12-13 21:52:21,252 - app - INFO - Stream request from 127.0.0.1: language=norwegian, message=Hva gj�r LaunchLab?..., session_id=cd582092-429c-4d79-8bf8-e68a9de3d4ab
2025-12-13 21:52:22,672 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='Hva gj�r LaunchLab?', language='norwegian', session_id='cd582092-429c-4d79-8bf8-e68a9de3d4ab'
2025-12-13 21:52:23,682 - app - INFO - Retrieved 1 history messages for session cd582092-429c-4d79-8bf8-e68a9de3d4ab
2025-12-13 21:52:26,042 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:52:26,052 - tools.document_reader_tool - INFO - TOOL CALL: read_document_data called with query='tjenester', source='auto'
2025-12-13 21:52:26,321 - tools.document_reader_tool - INFO - TOOL RESULT: read_document_data found 1 result(s)
2025-12-13 21:52:26,321 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:52:27,701 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:52:28,162 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 21:52:32,001 - app - INFO - Created new session for streaming chat: bbb4693a-2d76-4863-baff-38eebf4a0ea8
2025-12-13 21:52:32,001 - app - INFO - Stream request from 127.0.0.1: language=norwegian, message=Hva gj�r LaunchLab?..., session_id=bbb4693a-2d76-4863-baff-38eebf4a0ea8
2025-12-13 21:52:33,386 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='Hva gj�r LaunchLab?', language='norwegian', session_id='bbb4693a-2d76-4863-baff-38eebf4a0ea8'
2025-12-13 21:52:34,421 - app - INFO - Retrieved 1 history messages for session bbb4693a-2d76-4863-baff-38eebf4a0ea8
2025-12-13 21:52:35,836 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:52:35,847 - tools.document_reader_tool - INFO - TOOL CALL: read_document_data called with query='Hva gj�r Launchlabs', source='auto'
2025-12-13 21:52:36,083 - tools.document_reader_tool - INFO - TOOL RESULT: read_document_data found 1 result(s)
2025-12-13 21:52:36,357 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:52:37,256 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:52:37,632 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 21:52:51,668 - app - INFO - Created new session for streaming chat: 4512e28e-2ea0-457a-b1c1-6176cecbf8b3
2025-12-13 21:52:51,668 - app - INFO - Stream request from 127.0.0.1: language=english, message=hello..., session_id=4512e28e-2ea0-457a-b1c1-6176cecbf8b3
2025-12-13 21:52:53,022 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hello', language='english', session_id='4512e28e-2ea0-457a-b1c1-6176cecbf8b3'
2025-12-13 21:52:54,067 - app - INFO - Retrieved 1 history messages for session 4512e28e-2ea0-457a-b1c1-6176cecbf8b3
2025-12-13 21:52:55,641 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:52:55,842 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:52:56,222 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 21:56:22,840 - app - INFO - Created new session for streaming chat: a829f9e8-47b6-4727-bcba-5c126d56e430
2025-12-13 21:56:22,841 - app - INFO - Stream request from 127.0.0.1: language=english, message=Hello..., session_id=a829f9e8-47b6-4727-bcba-5c126d56e430
2025-12-13 21:56:24,262 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='Hello', language='english', session_id='a829f9e8-47b6-4727-bcba-5c126d56e430'
2025-12-13 21:56:24,618 - app - INFO - Retrieved 1 history messages for session a829f9e8-47b6-4727-bcba-5c126d56e430
2025-12-13 21:56:44,296 - openai._base_client - INFO - Retrying request to /chat/completions in 0.434005 seconds
2025-12-13 21:56:44,368 - openai._base_client - INFO - Retrying request to /chat/completions in 0.480124 seconds
2025-12-13 21:57:04,010 - openai._base_client - INFO - Retrying request to /chat/completions in 0.901942 seconds
2025-12-13 21:57:30,947 - openai._base_client - INFO - Retrying request to /chat/completions in 0.939832 seconds
2025-12-13 21:57:34,787 - app - WARNING - Streaming failed, falling back to non-streaming: Connection error.
2025-12-13 21:57:35,041 - openai._base_client - INFO - Retrying request to /chat/completions in 0.383602 seconds
2025-12-13 21:57:35,153 - openai._base_client - INFO - Retrying request to /chat/completions in 0.434880 seconds
2025-12-13 21:57:35,559 - openai._base_client - INFO - Retrying request to /chat/completions in 0.857617 seconds
2025-12-13 21:57:35,596 - openai._base_client - INFO - Retrying request to /chat/completions in 0.929682 seconds
2025-12-13 21:57:36,421 - app - ERROR - Fallback also failed: Connection error.
Traceback (most recent call last):
File "E:\innocribe\backend\.venv\Lib\site-packages\httpx\_transports\default.py", line 101, in map_httpcore_exceptions
yield
File "E:\innocribe\backend\.venv\Lib\site-packages\httpx\_transports\default.py", line 394, in handle_async_request
resp = await self._pool.handle_async_request(req)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\innocribe\backend\.venv\Lib\site-packages\httpcore\_async\connection_pool.py", line 256, in handle_async_request
raise exc from None
File "E:\innocribe\backend\.venv\Lib\site-packages\httpcore\_async\connection_pool.py", line 236, in handle_async_request
response = await connection.handle_async_request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\innocribe\backend\.venv\Lib\site-packages\httpcore\_async\connection.py", line 101, in handle_async_request
raise exc
File "E:\innocribe\backend\.venv\Lib\site-packages\httpcore\_async\connection.py", line 78, in handle_async_request
stream = await self._connect(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\innocribe\backend\.venv\Lib\site-packages\httpcore\_async\connection.py", line 124, in _connect
stream = await self._network_backend.connect_tcp(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\innocribe\backend\.venv\Lib\site-packages\httpcore\_backends\auto.py", line 31, in connect_tcp
return await self._backend.connect_tcp(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\innocribe\backend\.venv\Lib\site-packages\httpcore\_backends\anyio.py", line 113, in connect_tcp
with map_exceptions(exc_map):
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\AGA Computer\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\contextlib.py", line 158, in __exit__
self.gen.throw(value)
File "E:\innocribe\backend\.venv\Lib\site-packages\httpcore\_exceptions.py", line 14, in map_exceptions
raise to_exc(exc) from exc
httpcore.ConnectError: [Errno 11001] getaddrinfo failed
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "E:\innocribe\backend\.venv\Lib\site-packages\openai\_base_client.py", line 1529, in request
response = await self._client.send(
^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\innocribe\backend\.venv\Lib\site-packages\httpx\_client.py", line 1629, in send
response = await self._send_handling_auth(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\innocribe\backend\.venv\Lib\site-packages\httpx\_client.py", line 1657, in _send_handling_auth
response = await self._send_handling_redirects(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\innocribe\backend\.venv\Lib\site-packages\httpx\_client.py", line 1694, in _send_handling_redirects
response = await self._send_single_request(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\innocribe\backend\.venv\Lib\site-packages\httpx\_client.py", line 1730, in _send_single_request
response = await transport.handle_async_request(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\innocribe\backend\.venv\Lib\site-packages\httpx\_transports\default.py", line 393, in handle_async_request
with map_httpcore_exceptions():
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\AGA Computer\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\contextlib.py", line 158, in __exit__
self.gen.throw(value)
File "E:\innocribe\backend\.venv\Lib\site-packages\httpx\_transports\default.py", line 118, in map_httpcore_exceptions
raise mapped_exc(message) from exc
httpx.ConnectError: [Errno 11001] getaddrinfo failed
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "E:\innocribe\backend\app.py", line 1026, in generate_stream
fallback_response = await Runner.run(
^^^^^^^^^^^^^^^^^
File "E:\innocribe\backend\.venv\Lib\site-packages\agents\run.py", line 358, in run
return await runner.run(
^^^^^^^^^^^^^^^^^
File "E:\innocribe\backend\.venv\Lib\site-packages\agents\run.py", line 638, in run
input_guardrail_results, turn_result = await asyncio.gather(
^^^^^^^^^^^^^^^^^^^^^
File "E:\innocribe\backend\.venv\Lib\site-packages\agents\run.py", line 1550, in _run_single_turn
new_response = await cls._get_new_response(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\innocribe\backend\.venv\Lib\site-packages\agents\run.py", line 1807, in _get_new_response
new_response = await model.get_response(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\innocribe\backend\.venv\Lib\site-packages\agents\models\openai_chatcompletions.py", line 68, in get_response
response = await self._fetch_response(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\innocribe\backend\.venv\Lib\site-packages\agents\models\openai_chatcompletions.py", line 293, in _fetch_response
ret = await self._get_client().chat.completions.create(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\innocribe\backend\.venv\Lib\site-packages\openai\resources\chat\completions\completions.py", line 2672, in create
return await self._post(
^^^^^^^^^^^^^^^^^
File "E:\innocribe\backend\.venv\Lib\site-packages\openai\_base_client.py", line 1794, in post
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\innocribe\backend\.venv\Lib\site-packages\openai\_base_client.py", line 1561, in request
raise APIConnectionError(request=request) from err
openai.APIConnectionError: Connection error.
2025-12-13 21:58:29,619 - app - INFO - Created new session for streaming chat: 4ab5764d-1bf1-4ae0-a20b-3b94b4eab7e5
2025-12-13 21:58:29,653 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=4ab5764d-1bf1-4ae0-a20b-3b94b4eab7e5
2025-12-13 21:58:30,238 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='4ab5764d-1bf1-4ae0-a20b-3b94b4eab7e5'
2025-12-13 21:58:31,305 - app - INFO - Retrieved 0 history messages for session 4ab5764d-1bf1-4ae0-a20b-3b94b4eab7e5
2025-12-13 21:58:33,248 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:58:33,288 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:58:33,295 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 21:59:02,306 - app - INFO - Created new session for streaming chat: d1dba2a3-e581-4f60-ab11-49cbf053a841
2025-12-13 21:59:02,313 - app - INFO - Stream request from 127.0.0.1: language=english, message=what is launchLab do?..., session_id=d1dba2a3-e581-4f60-ab11-49cbf053a841
2025-12-13 21:59:03,825 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='what is launchLab do?', language='english', session_id='d1dba2a3-e581-4f60-ab11-49cbf053a841'
2025-12-13 21:59:04,785 - app - INFO - Retrieved 1 history messages for session d1dba2a3-e581-4f60-ab11-49cbf053a841
2025-12-13 21:59:06,541 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:59:06,556 - tools.document_reader_tool - INFO - TOOL CALL: read_document_data called with query='services', source='auto'
2025-12-13 21:59:06,796 - tools.document_reader_tool - INFO - TOOL RESULT: read_document_data found 1 result(s)
2025-12-13 21:59:06,803 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:59:07,905 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:59:08,033 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 21:59:24,895 - app - INFO - Created new session for streaming chat: a3779f37-c9e4-4dee-92c1-65bf55ddc090
2025-12-13 21:59:24,903 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=a3779f37-c9e4-4dee-92c1-65bf55ddc090
2025-12-13 21:59:26,318 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='a3779f37-c9e4-4dee-92c1-65bf55ddc090'
2025-12-13 21:59:27,269 - app - INFO - Retrieved 1 history messages for session a3779f37-c9e4-4dee-92c1-65bf55ddc090
2025-12-13 21:59:28,541 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:59:29,150 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 21:59:29,159 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 22:31:00,936 - app - INFO - Created new session for chat: 29ac8e97-a073-4abe-869b-86a05bd0a777
2025-12-13 22:31:00,958 - app - INFO - Chat request from 127.0.0.1: language=norwegian, message=hi..., session_id=29ac8e97-a073-4abe-869b-86a05bd0a777
2025-12-13 22:31:01,651 - app - INFO - AGENT CALL: query_launchlabs_bot called with message='hi', language='norwegian', session_id='29ac8e97-a073-4abe-869b-86a05bd0a777'
2025-12-13 22:31:02,028 - app - INFO - Retrieved 1 history messages for session 29ac8e97-a073-4abe-869b-86a05bd0a777
2025-12-13 22:31:03,668 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 22:31:04,129 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 22:31:04,146 - app - INFO - AGENT RESULT: query_launchlabs_bot completed successfully
2025-12-13 22:31:04,852 - app - INFO - Chat response generated successfully in norwegian for session 29ac8e97-a073-4abe-869b-86a05bd0a777
2025-12-13 22:31:19,042 - app - INFO - Created new session for chat: fcdaa156-095e-4a9f-b904-a34a89be703b
2025-12-13 22:31:19,043 - app - INFO - Chat request from 127.0.0.1: language=norwegian, message=hi..., session_id=fcdaa156-095e-4a9f-b904-a34a89be703b
2025-12-13 22:31:20,504 - app - INFO - AGENT CALL: query_launchlabs_bot called with message='hi', language='norwegian', session_id='fcdaa156-095e-4a9f-b904-a34a89be703b'
2025-12-13 22:31:20,816 - app - INFO - Retrieved 1 history messages for session fcdaa156-095e-4a9f-b904-a34a89be703b
2025-12-13 22:31:22,857 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 22:31:22,954 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 22:31:22,994 - app - INFO - AGENT RESULT: query_launchlabs_bot completed successfully
2025-12-13 22:31:23,625 - app - INFO - Chat response generated successfully in norwegian for session fcdaa156-095e-4a9f-b904-a34a89be703b
2025-12-13 22:31:45,794 - app - INFO - Created new session for chat: 9306b9fa-bce9-4a0f-ac41-6b3acef83fcc
2025-12-13 22:31:45,839 - app - INFO - Chat request from 127.0.0.1: language=norwegian, message=hi..., session_id=9306b9fa-bce9-4a0f-ac41-6b3acef83fcc
2025-12-13 22:31:46,867 - app - INFO - AGENT CALL: query_launchlabs_bot called with message='hi', language='norwegian', session_id='9306b9fa-bce9-4a0f-ac41-6b3acef83fcc'
2025-12-13 22:31:47,308 - app - INFO - Retrieved 1 history messages for session 9306b9fa-bce9-4a0f-ac41-6b3acef83fcc
2025-12-13 22:31:48,879 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 22:31:49,392 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 22:31:49,440 - app - INFO - AGENT RESULT: query_launchlabs_bot completed successfully
2025-12-13 22:31:50,707 - app - INFO - Chat response generated successfully in norwegian for session 9306b9fa-bce9-4a0f-ac41-6b3acef83fcc
2025-12-13 22:32:01,262 - app - INFO - Created new session for streaming chat: d58a992b-fa6a-4ea9-bef3-71c21689f00e
2025-12-13 22:32:01,263 - app - INFO - Stream request from 127.0.0.1: language=norwegian, message=hi..., session_id=d58a992b-fa6a-4ea9-bef3-71c21689f00e
2025-12-13 22:32:01,849 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='norwegian', session_id='d58a992b-fa6a-4ea9-bef3-71c21689f00e'
2025-12-13 22:32:02,147 - app - INFO - Retrieved 1 history messages for session d58a992b-fa6a-4ea9-bef3-71c21689f00e
2025-12-13 22:32:04,036 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 22:32:04,158 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 22:32:04,236 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-13 22:32:20,830 - app - INFO - Created new session for streaming chat: a2ab9f8a-c067-4f2b-a45d-ab76aee36aba
2025-12-13 22:32:20,831 - app - INFO - Stream request from 127.0.0.1: language=norwegian, message=Hva gj�r LaunchLab?..., session_id=a2ab9f8a-c067-4f2b-a45d-ab76aee36aba
2025-12-13 22:32:21,424 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='Hva gj�r LaunchLab?', language='norwegian', session_id='a2ab9f8a-c067-4f2b-a45d-ab76aee36aba'
2025-12-13 22:32:21,708 - app - INFO - Retrieved 1 history messages for session a2ab9f8a-c067-4f2b-a45d-ab76aee36aba
2025-12-13 22:32:23,790 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 22:32:23,895 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 22:32:23,968 - tools.document_reader_tool - INFO - TOOL CALL: read_document_data called with query='Launchlabs tjenester', source='auto'
2025-12-13 22:32:24,343 - tools.document_reader_tool - INFO - TOOL RESULT: read_document_data found 1 result(s)
2025-12-13 22:32:26,319 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-13 22:32:26,721 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-14 10:46:46,302 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-14 10:52:27,109 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-14 10:52:37,848 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-14 10:53:06,575 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-14 10:56:51,475 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-14 10:57:42,806 - app - INFO - Created new session for streaming chat: 64f81d52-cbd7-4301-9fca-c4725df4cc4e
2025-12-14 10:57:42,815 - app - INFO - Stream request from 127.0.0.1: language=norwegian, message=hi..., session_id=64f81d52-cbd7-4301-9fca-c4725df4cc4e
2025-12-14 10:57:44,234 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='norwegian', session_id='64f81d52-cbd7-4301-9fca-c4725df4cc4e'
2025-12-14 10:57:44,614 - app - INFO - Retrieved 1 history messages for session 64f81d52-cbd7-4301-9fca-c4725df4cc4e
2025-12-14 10:57:49,332 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 10:57:49,899 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 10:57:50,001 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-14 10:58:01,114 - app - INFO - Created new session for streaming chat: b6d85bf6-bd4a-4235-ad8c-266057712bd0
2025-12-14 10:58:01,131 - app - INFO - Stream request from 127.0.0.1: language=norwegian, message=what is launchlab do..., session_id=b6d85bf6-bd4a-4235-ad8c-266057712bd0
2025-12-14 10:58:02,644 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='what is launchlab do', language='norwegian', session_id='b6d85bf6-bd4a-4235-ad8c-266057712bd0'
2025-12-14 10:58:03,677 - app - INFO - Retrieved 1 history messages for session b6d85bf6-bd4a-4235-ad8c-266057712bd0
2025-12-14 10:58:05,471 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 10:58:05,512 - tools.document_reader_tool - INFO - TOOL CALL: read_document_data called with query='Hva gj�r Launchlabs?', source='auto'
2025-12-14 10:58:05,735 - tools.document_reader_tool - INFO - TOOL RESULT: read_document_data found 1 result(s)
2025-12-14 10:58:05,742 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 10:58:06,569 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 10:58:06,949 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-14 10:58:26,000 - app - INFO - Created new session for streaming chat: d573eef6-14c9-479d-8a52-cec9898e7788
2025-12-14 10:58:26,021 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=d573eef6-14c9-479d-8a52-cec9898e7788
2025-12-14 10:58:27,513 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='d573eef6-14c9-479d-8a52-cec9898e7788'
2025-12-14 10:58:28,447 - app - INFO - Retrieved 1 history messages for session d573eef6-14c9-479d-8a52-cec9898e7788
2025-12-14 10:58:30,236 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 10:58:30,282 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 10:58:30,330 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-14 11:03:23,921 - app - INFO - Created new session for streaming chat: 3fe97099-e5f0-422f-9952-f4b9a5bc6559
2025-12-14 11:03:24,019 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=3fe97099-e5f0-422f-9952-f4b9a5bc6559
2025-12-14 11:03:25,615 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='3fe97099-e5f0-422f-9952-f4b9a5bc6559'
2025-12-14 11:03:26,029 - app - INFO - Retrieved 1 history messages for session 3fe97099-e5f0-422f-9952-f4b9a5bc6559
2025-12-14 11:03:28,235 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 11:03:28,385 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 11:03:28,502 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-14 11:04:43,379 - app - INFO - Created new session for streaming chat: c6c3ca7a-d757-4365-99cb-60fc35c50fb5
2025-12-14 11:04:43,387 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=c6c3ca7a-d757-4365-99cb-60fc35c50fb5
2025-12-14 11:04:45,132 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='c6c3ca7a-d757-4365-99cb-60fc35c50fb5'
2025-12-14 11:04:45,597 - app - INFO - Retrieved 1 history messages for session c6c3ca7a-d757-4365-99cb-60fc35c50fb5
2025-12-14 11:04:47,171 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 11:04:47,601 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 11:04:47,613 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-14 11:04:59,833 - app - INFO - Created new session for streaming chat: c6278b51-a575-4191-a27c-84b84858b296
2025-12-14 11:04:59,835 - app - INFO - Stream request from 127.0.0.1: language=english, message=what is launchlab..., session_id=c6278b51-a575-4191-a27c-84b84858b296
2025-12-14 11:05:01,211 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='what is launchlab', language='english', session_id='c6278b51-a575-4191-a27c-84b84858b296'
2025-12-14 11:05:02,415 - app - INFO - Retrieved 1 history messages for session c6278b51-a575-4191-a27c-84b84858b296
2025-12-14 11:05:03,834 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 11:05:04,323 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 11:05:04,704 - tools.document_reader_tool - INFO - TOOL CALL: read_document_data called with query='what Launchlabs does', source='auto'
2025-12-14 11:05:05,205 - tools.document_reader_tool - INFO - TOOL RESULT: read_document_data found 1 result(s)
2025-12-14 11:05:05,966 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 11:05:06,188 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-14 11:05:18,632 - app - INFO - Created new session for streaming chat: a5615e17-2b7f-4c0b-a27c-50a167680efd
2025-12-14 11:05:18,645 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=a5615e17-2b7f-4c0b-a27c-50a167680efd
2025-12-14 11:05:20,028 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='a5615e17-2b7f-4c0b-a27c-50a167680efd'
2025-12-14 11:05:20,331 - app - INFO - Retrieved 1 history messages for session a5615e17-2b7f-4c0b-a27c-50a167680efd
2025-12-14 11:05:21,451 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 11:05:22,132 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 11:05:22,139 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-14 11:05:28,311 - app - INFO - Created new session for streaming chat: 36f90ca6-fe95-467b-81f0-7adb47937002
2025-12-14 11:05:28,316 - app - INFO - Stream request from 127.0.0.1: language=english, message=hello..., session_id=36f90ca6-fe95-467b-81f0-7adb47937002
2025-12-14 11:05:29,699 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hello', language='english', session_id='36f90ca6-fe95-467b-81f0-7adb47937002'
2025-12-14 11:05:30,731 - app - INFO - Retrieved 1 history messages for session 36f90ca6-fe95-467b-81f0-7adb47937002
2025-12-14 11:05:32,001 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 11:05:32,045 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 11:05:32,056 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-14 11:05:45,504 - app - INFO - Created new session for streaming chat: bfb59ccf-4753-44db-819f-9e7492cd86a7
2025-12-14 11:05:45,505 - app - INFO - Stream request from 127.0.0.1: language=english, message=waht is launchlab detail breifly..., session_id=bfb59ccf-4753-44db-819f-9e7492cd86a7
2025-12-14 11:05:46,862 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='waht is launchlab detail breifly', language='english', session_id='bfb59ccf-4753-44db-819f-9e7492cd86a7'
2025-12-14 11:05:47,863 - app - INFO - Retrieved 1 history messages for session bfb59ccf-4753-44db-819f-9e7492cd86a7
2025-12-14 11:05:49,575 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 11:05:49,582 - tools.document_reader_tool - INFO - TOOL CALL: read_document_data called with query='about Launchlabs', source='auto'
2025-12-14 11:05:49,751 - tools.document_reader_tool - INFO - TOOL RESULT: read_document_data found 1 result(s)
2025-12-14 11:05:49,760 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 11:05:50,838 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 11:05:51,021 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-14 11:05:59,942 - app - INFO - Created new session for streaming chat: 1a3dc7bc-eb8d-4748-a301-0cc3e5933e75
2025-12-14 11:05:59,942 - app - INFO - Stream request from 127.0.0.1: language=english, message=waht is Launchlabs?..., session_id=1a3dc7bc-eb8d-4748-a301-0cc3e5933e75
2025-12-14 11:06:01,307 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='waht is Launchlabs?', language='english', session_id='1a3dc7bc-eb8d-4748-a301-0cc3e5933e75'
2025-12-14 11:06:02,318 - app - INFO - Retrieved 1 history messages for session 1a3dc7bc-eb8d-4748-a301-0cc3e5933e75
2025-12-14 11:06:03,508 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 11:06:04,141 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 11:06:04,145 - tools.document_reader_tool - INFO - TOOL CALL: read_document_data called with query='What is Launchlabs?', source='auto'
2025-12-14 11:06:04,294 - tools.document_reader_tool - INFO - TOOL RESULT: read_document_data found 1 result(s)
2025-12-14 11:06:05,123 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 11:06:05,366 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-14 11:06:22,131 - app - INFO - Created new session for streaming chat: 0734d2a4-445e-476a-a5b1-48eba5ff243a
2025-12-14 11:06:22,133 - app - INFO - Stream request from 127.0.0.1: language=english, message=which type of?..., session_id=0734d2a4-445e-476a-a5b1-48eba5ff243a
2025-12-14 11:06:23,516 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='which type of?', language='english', session_id='0734d2a4-445e-476a-a5b1-48eba5ff243a'
2025-12-14 11:06:24,533 - app - INFO - Retrieved 1 history messages for session 0734d2a4-445e-476a-a5b1-48eba5ff243a
2025-12-14 11:06:26,126 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 11:06:26,663 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-14 11:06:26,674 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-15 16:56:53,053 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-15 16:58:10,715 - app - INFO - Created new session for streaming chat: c880a00c-7d21-411b-a0f4-843a7e473dab
2025-12-15 16:58:10,715 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=c880a00c-7d21-411b-a0f4-843a7e473dab
2025-12-15 16:58:12,087 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='c880a00c-7d21-411b-a0f4-843a7e473dab'
2025-12-15 16:58:12,491 - app - INFO - Retrieved 1 history messages for session c880a00c-7d21-411b-a0f4-843a7e473dab
2025-12-15 16:58:15,559 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-15 16:58:16,046 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-15 16:58:16,107 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-15 17:12:28,856 - app - INFO - Created new session for streaming chat: edaa2e9a-4cc3-4581-8ca1-e90c2e842488
2025-12-15 17:12:28,858 - app - INFO - Stream request from 127.0.0.1: language=norwegian, message=hi..., session_id=edaa2e9a-4cc3-4581-8ca1-e90c2e842488
2025-12-15 17:12:30,258 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='norwegian', session_id='edaa2e9a-4cc3-4581-8ca1-e90c2e842488'
2025-12-15 17:12:30,541 - app - INFO - Retrieved 1 history messages for session edaa2e9a-4cc3-4581-8ca1-e90c2e842488
2025-12-15 17:12:31,878 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-15 17:12:32,176 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-15 17:12:32,178 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-16 19:07:13,495 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 19:31:38,503 - app - INFO - Created new session for streaming chat: b88727b0-fd92-4a19-9af3-85d13a57fac3
2025-12-16 19:31:38,505 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=b88727b0-fd92-4a19-9af3-85d13a57fac3
2025-12-16 19:31:39,919 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='b88727b0-fd92-4a19-9af3-85d13a57fac3'
2025-12-16 19:31:40,250 - app - INFO - Retrieved 1 history messages for session b88727b0-fd92-4a19-9af3-85d13a57fac3
2025-12-16 19:32:06,502 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-16 19:32:06,830 - httpx - INFO - HTTP Request: POST https://generativelanguage.googleapis.com/v1beta/openai/chat/completions "HTTP/1.1 200 OK"
2025-12-16 19:32:06,859 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-16 19:32:59,492 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 19:33:10,048 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 19:34:57,275 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 19:36:20,319 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 19:39:28,134 - app - INFO - Created new session for streaming chat: eb1c52f7-f401-4418-ac9e-68bbdfd50103
2025-12-16 19:39:28,138 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=eb1c52f7-f401-4418-ac9e-68bbdfd50103
2025-12-16 19:39:29,507 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='eb1c52f7-f401-4418-ac9e-68bbdfd50103'
2025-12-16 19:39:29,800 - app - INFO - Retrieved 1 history messages for session eb1c52f7-f401-4418-ac9e-68bbdfd50103
2025-12-16 19:39:35,078 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 19:39:35,333 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 19:39:36,012 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-16 19:43:47,881 - app - INFO - Created new session for streaming chat: 720ea86f-6cc1-452b-9e67-d4901d23d19d
2025-12-16 19:43:47,886 - app - INFO - Stream request from 127.0.0.1: language=english, message=what is launch lab..., session_id=720ea86f-6cc1-452b-9e67-d4901d23d19d
2025-12-16 19:43:50,529 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='what is launch lab', language='english', session_id='720ea86f-6cc1-452b-9e67-d4901d23d19d'
2025-12-16 19:43:51,008 - app - INFO - Retrieved 1 history messages for session 720ea86f-6cc1-452b-9e67-d4901d23d19d
2025-12-16 19:43:52,815 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 19:43:53,051 - tools.document_reader_tool - INFO - TOOL CALL: read_document_data called with query='about Launchlabs', source='auto'
2025-12-16 19:43:53,203 - tools.document_reader_tool - INFO - TOOL RESULT: read_document_data found 1 result(s)
2025-12-16 19:43:54,172 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 19:43:54,987 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 19:43:56,403 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-16 20:06:02,362 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 20:06:28,565 - app - INFO - Created new session for streaming chat: 5a6d92e3-f597-4f23-852b-a82f245847ac
2025-12-16 20:06:28,566 - app - INFO - Stream request from 127.0.0.1: language=english, message=Hi..., session_id=5a6d92e3-f597-4f23-852b-a82f245847ac
2025-12-16 20:06:29,994 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='Hi', language='english', session_id='5a6d92e3-f597-4f23-852b-a82f245847ac'
2025-12-16 20:06:30,372 - app - INFO - Retrieved 1 history messages for session 5a6d92e3-f597-4f23-852b-a82f245847ac
2025-12-16 20:06:34,031 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 20:06:34,745 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 20:06:35,981 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-16 20:06:58,192 - app - INFO - Created new session for streaming chat: c5a27fbd-3d75-4967-b002-7cf96d72b1de
2025-12-16 20:06:58,193 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=c5a27fbd-3d75-4967-b002-7cf96d72b1de
2025-12-16 20:06:59,571 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='c5a27fbd-3d75-4967-b002-7cf96d72b1de'
2025-12-16 20:07:00,903 - app - INFO - Retrieved 1 history messages for session c5a27fbd-3d75-4967-b002-7cf96d72b1de
2025-12-16 20:07:01,976 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 20:07:02,299 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 20:07:02,306 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-16 20:07:21,396 - app - INFO - Created new session for streaming chat: 073c034d-fbdc-480f-af33-ae3b5b9e525d
2025-12-16 20:07:21,397 - app - INFO - Stream request from 127.0.0.1: language=english, message=Hi...., session_id=073c034d-fbdc-480f-af33-ae3b5b9e525d
2025-12-16 20:07:23,277 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='Hi.', language='english', session_id='073c034d-fbdc-480f-af33-ae3b5b9e525d'
2025-12-16 20:07:24,457 - app - INFO - Retrieved 1 history messages for session 073c034d-fbdc-480f-af33-ae3b5b9e525d
2025-12-16 20:07:28,950 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 20:07:35,455 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 20:07:36,159 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-16 20:09:07,189 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 20:12:16,880 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 20:14:21,449 - app - INFO - Created new session for streaming chat: 9178d546-c2cf-4b12-8005-8ac91d6f69f9
2025-12-16 20:14:21,449 - app - INFO - Stream request from 127.0.0.1: language=english, message=Hi..., session_id=9178d546-c2cf-4b12-8005-8ac91d6f69f9
2025-12-16 20:14:22,861 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='Hi', language='english', session_id='9178d546-c2cf-4b12-8005-8ac91d6f69f9'
2025-12-16 20:14:23,270 - app - INFO - Retrieved 1 history messages for session 9178d546-c2cf-4b12-8005-8ac91d6f69f9
2025-12-16 20:14:26,478 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 20:14:27,273 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 20:14:27,383 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-16 20:17:23,859 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 20:17:31,185 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 20:17:58,834 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 20:18:06,831 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 20:18:13,599 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 20:18:25,126 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 20:18:33,527 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 20:18:39,548 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 20:19:14,129 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 20:19:24,958 - app - INFO - Created new session for streaming chat: bce1fd62-841a-4e1b-b4cc-8057c5c4b823
2025-12-16 20:19:24,958 - app - INFO - Stream request from 127.0.0.1: language=english, message=Hi..., session_id=bce1fd62-841a-4e1b-b4cc-8057c5c4b823
2025-12-16 20:19:26,387 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='Hi', language='english', session_id='bce1fd62-841a-4e1b-b4cc-8057c5c4b823'
2025-12-16 20:19:26,792 - app - INFO - Retrieved 1 history messages for session bce1fd62-841a-4e1b-b4cc-8057c5c4b823
2025-12-16 20:19:29,844 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 20:19:30,163 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 20:19:30,832 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-16 20:24:33,161 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 20:24:36,751 - app - INFO - Created new session for streaming chat: 707b7f47-cabd-4a3a-b2be-31577c6cce92
2025-12-16 20:24:36,751 - app - INFO - Stream request from 127.0.0.1: language=english, message=Hi..., session_id=707b7f47-cabd-4a3a-b2be-31577c6cce92
2025-12-16 20:24:38,182 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='Hi', language='english', session_id='707b7f47-cabd-4a3a-b2be-31577c6cce92'
2025-12-16 20:24:38,555 - app - INFO - Retrieved 1 history messages for session 707b7f47-cabd-4a3a-b2be-31577c6cce92
2025-12-16 20:24:41,965 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 20:24:42,792 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 20:24:43,623 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-16 21:05:24,848 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 21:05:39,423 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 21:28:58,753 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 21:29:29,202 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 21:29:37,560 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 21:29:55,534 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 21:30:33,665 - app - INFO - Created new session for streaming chat: 9f31df73-1217-479f-99a8-022745b9416c
2025-12-16 21:30:33,665 - app - INFO - Stream request from 127.0.0.1: language=english, message=HI..., session_id=9f31df73-1217-479f-99a8-022745b9416c
2025-12-16 21:30:35,034 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='HI', language='english', session_id='9f31df73-1217-479f-99a8-022745b9416c'
2025-12-16 21:30:35,349 - app - INFO - Retrieved 1 history messages for session 9f31df73-1217-479f-99a8-022745b9416c
2025-12-16 21:30:40,860 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 21:30:40,860 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 21:30:43,005 - app - INFO - Added assistant response to session history: 9f31df73-1217-479f-99a8-022745b9416c
2025-12-16 21:30:43,005 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-16 21:31:35,335 - app - INFO - Created new session for streaming chat: 729fe42b-365c-4b59-8b12-b1e37026a685
2025-12-16 21:31:35,361 - app - INFO - Stream request from 127.0.0.1: language=english, message=hi..., session_id=729fe42b-365c-4b59-8b12-b1e37026a685
2025-12-16 21:31:36,908 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='hi', language='english', session_id='729fe42b-365c-4b59-8b12-b1e37026a685'
2025-12-16 21:31:37,934 - app - INFO - Retrieved 1 history messages for session 729fe42b-365c-4b59-8b12-b1e37026a685
2025-12-16 21:31:39,386 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 21:31:39,653 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 21:31:41,252 - app - INFO - Added assistant response to session history: 729fe42b-365c-4b59-8b12-b1e37026a685
2025-12-16 21:31:41,252 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-16 21:32:01,046 - app - INFO - Created new session for streaming chat: d58af680-dbc3-4181-8722-94f8850efff1
2025-12-16 21:32:01,046 - app - INFO - Stream request from 127.0.0.1: language=english, message=launchLab..., session_id=d58af680-dbc3-4181-8722-94f8850efff1
2025-12-16 21:32:02,418 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='launchLab', language='english', session_id='d58af680-dbc3-4181-8722-94f8850efff1'
2025-12-16 21:32:03,576 - app - INFO - Retrieved 1 history messages for session d58af680-dbc3-4181-8722-94f8850efff1
2025-12-16 21:32:04,726 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 21:32:05,191 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 21:32:07,485 - app - INFO - Added assistant response to session history: d58af680-dbc3-4181-8722-94f8850efff1
2025-12-16 21:32:07,485 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-16 21:42:58,223 - app - INFO - Created new session for streaming chat: 8db465b1-b15a-4a91-af51-e503775f8bda
2025-12-16 21:42:58,232 - app - INFO - Stream request from 127.0.0.1: language=english, message=Hi..., session_id=8db465b1-b15a-4a91-af51-e503775f8bda
2025-12-16 21:42:59,606 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='Hi', language='english', session_id='8db465b1-b15a-4a91-af51-e503775f8bda'
2025-12-16 21:42:59,907 - app - INFO - Retrieved 1 history messages for session 8db465b1-b15a-4a91-af51-e503775f8bda
2025-12-16 21:43:01,407 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 21:43:01,766 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 21:43:03,532 - app - INFO - Added assistant response to session history: 8db465b1-b15a-4a91-af51-e503775f8bda
2025-12-16 21:43:03,532 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-16 21:43:37,898 - app - INFO - Created new session for streaming chat: cd97c919-aa19-444d-8bcc-39a9b9cbc219
2025-12-16 21:43:37,898 - app - INFO - Stream request from 127.0.0.1: language=english, message=what is LaunchLab?..., session_id=cd97c919-aa19-444d-8bcc-39a9b9cbc219
2025-12-16 21:43:39,500 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='what is LaunchLab?', language='english', session_id='cd97c919-aa19-444d-8bcc-39a9b9cbc219'
2025-12-16 21:43:40,334 - app - INFO - Retrieved 1 history messages for session cd97c919-aa19-444d-8bcc-39a9b9cbc219
2025-12-16 21:43:42,880 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 21:43:43,297 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 21:43:45,438 - app - INFO - Added assistant response to session history: cd97c919-aa19-444d-8bcc-39a9b9cbc219
2025-12-16 21:43:45,446 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-16 22:02:38,297 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 22:02:44,677 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 22:02:59,394 - app - INFO - Created new session for streaming chat: e4a3bf24-b781-4535-9cc7-5a6fb2721741
2025-12-16 22:02:59,395 - app - INFO - Stream request from 127.0.0.1: language=english, message=Hi..., session_id=e4a3bf24-b781-4535-9cc7-5a6fb2721741
2025-12-16 22:03:00,863 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='Hi', language='english', session_id='e4a3bf24-b781-4535-9cc7-5a6fb2721741'
2025-12-16 22:03:01,232 - app - INFO - Retrieved 1 history messages for session e4a3bf24-b781-4535-9cc7-5a6fb2721741
2025-12-16 22:03:05,060 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 22:03:06,392 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 22:03:08,375 - app - INFO - Added assistant response to session history: e4a3bf24-b781-4535-9cc7-5a6fb2721741
2025-12-16 22:03:08,376 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-16 22:17:07,592 - app - INFO - Created new session for streaming chat: 199cf206-0d20-45ec-bb6d-5f4a5115ed7e
2025-12-16 22:17:07,612 - app - INFO - Stream request from 127.0.0.1: language=english, message=Hi..., session_id=199cf206-0d20-45ec-bb6d-5f4a5115ed7e
2025-12-16 22:17:09,000 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='Hi', language='english', session_id='199cf206-0d20-45ec-bb6d-5f4a5115ed7e'
2025-12-16 22:17:09,296 - app - INFO - Retrieved 1 history messages for session 199cf206-0d20-45ec-bb6d-5f4a5115ed7e
2025-12-16 22:17:11,267 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 22:17:11,294 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 22:17:13,018 - app - INFO - Added assistant response to session history: 199cf206-0d20-45ec-bb6d-5f4a5115ed7e
2025-12-16 22:17:13,019 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-16 22:18:01,709 - app - INFO - Created new session for streaming chat: 9969da60-b7e9-460f-99a5-c06b0431421b
2025-12-16 22:18:01,710 - app - INFO - Stream request from 127.0.0.1: language=english, message=what is launchlab..., session_id=9969da60-b7e9-460f-99a5-c06b0431421b
2025-12-16 22:18:03,373 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='what is launchlab', language='english', session_id='9969da60-b7e9-460f-99a5-c06b0431421b'
2025-12-16 22:18:04,395 - app - INFO - Retrieved 1 history messages for session 9969da60-b7e9-460f-99a5-c06b0431421b
2025-12-16 22:18:05,834 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 22:18:07,279 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 22:18:08,699 - app - INFO - Added assistant response to session history: 9969da60-b7e9-460f-99a5-c06b0431421b
2025-12-16 22:18:08,701 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-16 22:26:40,733 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 22:27:10,754 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 22:27:19,432 - app - INFO - CORS enabled for origins: ['http://localhost:3001', 'http://localhost:8000', 'http://0.0.0.0:7860', 'http://localhost:7860']
2025-12-16 22:28:18,303 - app - INFO - Created new session for streaming chat: ce7c054c-a42f-4d7c-a953-d0cc8e4ecb76
2025-12-16 22:28:18,474 - app - INFO - Stream request from 127.0.0.1: language=english, message=Hi..., session_id=ce7c054c-a42f-4d7c-a953-d0cc8e4ecb76
2025-12-16 22:28:19,886 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='Hi', language='english', session_id='ce7c054c-a42f-4d7c-a953-d0cc8e4ecb76'
2025-12-16 22:28:20,251 - app - INFO - Retrieved 1 history messages for session ce7c054c-a42f-4d7c-a953-d0cc8e4ecb76
2025-12-16 22:28:23,732 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 22:28:23,862 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 22:28:25,762 - app - INFO - Added assistant response to session history: ce7c054c-a42f-4d7c-a953-d0cc8e4ecb76
2025-12-16 22:28:25,763 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully
2025-12-16 22:28:57,673 - app - INFO - Created new session for streaming chat: 01eea8e8-0fe3-4950-8d91-24d9aa3f58dd
2025-12-16 22:28:57,673 - app - INFO - Stream request from 127.0.0.1: language=english, message=what is launchlab..., session_id=01eea8e8-0fe3-4950-8d91-24d9aa3f58dd
2025-12-16 22:28:59,028 - app - INFO - AGENT STREAM CALL: query_launchlabs_bot_stream called with message='what is launchlab', language='english', session_id='01eea8e8-0fe3-4950-8d91-24d9aa3f58dd'
2025-12-16 22:29:00,066 - app - INFO - Retrieved 1 history messages for session 01eea8e8-0fe3-4950-8d91-24d9aa3f58dd
2025-12-16 22:29:01,807 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 22:29:02,422 - httpx - INFO - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
2025-12-16 22:29:04,825 - app - INFO - Added assistant response to session history: 01eea8e8-0fe3-4950-8d91-24d9aa3f58dd
2025-12-16 22:29:04,827 - app - INFO - AGENT STREAM RESULT: query_launchlabs_bot_stream completed successfully