Add Quart web interface and prompt handling; update queue state and logging

This commit is contained in:
pacnpal
2025-02-11 22:02:36 -05:00
parent 44d4ad1dfd
commit 9efd4454fe
10 changed files with 399 additions and 37 deletions

View File

@@ -27099,3 +27099,176 @@ Max Tokens: 1000
2025-02-11 20:10:39 - ERROR - discord_bot - run_bot:363 - Error stopping bot: Event loop stopped before Future completed.
2025-02-11 20:10:39 - INFO - discord_bot - stop:299 - Shutdown complete
2025-02-11 20:10:39 - INFO - discord_bot - run_bot:366 - Bot shutdown complete
2025-02-11 20:11:59 - INFO - discord_bot - <module>:211 - Using database path: conversation_history.db
2025-02-11 20:11:59 - INFO - discord_bot - load_responses:250 - Loaded responses from file
2025-02-11 20:11:59 - INFO - discord_bot - validate_config:290 - Vision API Configuration:
Model: meta-llama/llama-3.2-90b-vision-instruct:free
Base URL: https://openrouter.ai/api/v1/chat/completions
Timeout: 30.0
Max Tokens: 1000
2025-02-11 20:11:59 - WARNING - discord_bot - validate_config:326 - GLHF API is not fully configured. API features will be disabled.
2025-02-11 20:11:59 - INFO - discord_bot - validate_config:356 - Configuration validated successfully
2025-02-11 20:11:59 - INFO - discord_bot - load_state:40 - Queue state loaded from file - Pending messages: 0
2025-02-11 20:11:59 - DEBUG - asyncio - __init__:64 - Using selector: KqueueSelector
2025-02-11 20:12:02 - INFO - discord_bot - on_ready:156 - CobraSilver#8886 has connected to Discord!
2025-02-11 20:12:02 - INFO - discord_bot - init_db:184 - Initializing database schema...
2025-02-11 20:12:02 - INFO - discord_bot - _init_connection:96 - Database connection initialized with optimized settings
2025-02-11 20:12:02 - INFO - discord_bot - init_db:201 - Users table created/verified
2025-02-11 20:12:02 - INFO - discord_bot - init_db:216 - Threads table created/verified
2025-02-11 20:12:02 - INFO - discord_bot - init_db:236 - Messages table created/verified
2025-02-11 20:12:02 - INFO - discord_bot - init_db:271 - All indices created/verified
2025-02-11 20:12:02 - INFO - discord_bot - init_db:274 - Database schema initialized successfully
2025-02-11 20:12:02 - INFO - discord_bot - start:38 - API manager started
2025-02-11 20:12:02 - INFO - discord_bot - on_ready:172 - Started API health check loop
2025-02-11 20:12:03 - DEBUG - discord_bot - save_state:62 - Queue state saved - Pending messages: 0
2025-02-11 20:12:03 - INFO - discord_bot - _process_queue:207 - Queue processor 6bc98aa8 starting
2025-02-11 20:12:03 - DEBUG - discord_bot - save_state:62 - Queue state saved - Pending messages: 0
2025-02-11 20:12:14 - INFO - discord_bot - shutdown:306 - Received SIGINT
2025-02-11 20:12:14 - DEBUG - discord_bot - save_state:62 - Queue state saved - Pending messages: 0
2025-02-11 20:12:14 - WARNING - discord_bot - _process_queue:329 - Queue processor 6bc98aa8 exited - Processed: 1859, Failed: 46
2025-02-11 20:12:14 - INFO - discord_bot - shutdown:306 - Received SIGTERM
2025-02-11 20:12:14 - INFO - discord_bot - stop:254 - Initiating shutdown...
2025-02-11 20:12:14 - INFO - discord_bot - shutdown:46 - API manager shutdown
2025-02-11 20:12:14 - INFO - discord_bot - stop:276 - Stopped API health check loop
2025-02-11 20:12:14 - INFO - discord_bot - stop:254 - Initiating shutdown...
2025-02-11 20:12:14 - DEBUG - discord_bot - _close_connection:107 - Database connection closed
2025-02-11 20:12:14 - INFO - discord_bot - stop:299 - Shutdown complete
2025-02-11 20:12:14 - INFO - discord_bot - stop:299 - Shutdown complete
2025-02-11 20:12:14 - INFO - discord_bot - run_bot:366 - Bot shutdown complete
2025-02-11 20:16:46 - INFO - discord_bot - <module>:211 - Using database path: conversation_history.db
2025-02-11 20:16:46 - INFO - discord_bot - load_responses:250 - Loaded responses from file
2025-02-11 20:16:47 - INFO - discord_bot - validate_config:290 - Vision API Configuration:
Model: meta-llama/llama-3.2-90b-vision-instruct:free
Base URL: https://openrouter.ai/api/v1/chat/completions
Timeout: 30.0
Max Tokens: 1000
2025-02-11 20:16:47 - WARNING - discord_bot - validate_config:326 - GLHF API is not fully configured. API features will be disabled.
2025-02-11 20:16:47 - INFO - discord_bot - validate_config:356 - Configuration validated successfully
2025-02-11 20:16:47 - INFO - discord_bot - load_state:40 - Queue state loaded from file - Pending messages: 0
2025-02-11 20:16:47 - DEBUG - asyncio - __init__:64 - Using selector: KqueueSelector
2025-02-11 20:16:50 - INFO - discord_bot - on_ready:156 - CobraSilver#8886 has connected to Discord!
2025-02-11 20:16:50 - INFO - discord_bot - init_db:184 - Initializing database schema...
2025-02-11 20:16:50 - INFO - discord_bot - _init_connection:96 - Database connection initialized with optimized settings
2025-02-11 20:16:50 - INFO - discord_bot - init_db:201 - Users table created/verified
2025-02-11 20:16:50 - INFO - discord_bot - init_db:216 - Threads table created/verified
2025-02-11 20:16:50 - INFO - discord_bot - init_db:236 - Messages table created/verified
2025-02-11 20:16:50 - INFO - discord_bot - init_db:271 - All indices created/verified
2025-02-11 20:16:50 - INFO - discord_bot - init_db:274 - Database schema initialized successfully
2025-02-11 20:16:50 - INFO - discord_bot - start:38 - API manager started
2025-02-11 20:16:50 - INFO - discord_bot - on_ready:172 - Started API health check loop
2025-02-11 20:16:51 - DEBUG - discord_bot - save_state:62 - Queue state saved - Pending messages: 0
2025-02-11 20:16:51 - INFO - discord_bot - _process_queue:207 - Queue processor 640ebc33 starting
2025-02-11 20:16:51 - DEBUG - discord_bot - save_state:62 - Queue state saved - Pending messages: 0
2025-02-11 20:16:54 - INFO - discord_bot - shutdown:306 - Received SIGINT
2025-02-11 20:16:54 - DEBUG - discord_bot - save_state:62 - Queue state saved - Pending messages: 0
2025-02-11 20:16:54 - WARNING - discord_bot - _process_queue:329 - Queue processor 640ebc33 exited - Processed: 1859, Failed: 46
2025-02-11 20:16:54 - INFO - discord_bot - shutdown:306 - Received SIGTERM
2025-02-11 20:16:54 - INFO - discord_bot - stop:254 - Initiating shutdown...
2025-02-11 20:16:54 - INFO - discord_bot - shutdown:46 - API manager shutdown
2025-02-11 20:16:54 - INFO - discord_bot - stop:276 - Stopped API health check loop
2025-02-11 20:16:54 - INFO - discord_bot - stop:254 - Initiating shutdown...
2025-02-11 20:16:54 - DEBUG - discord_bot - _close_connection:107 - Database connection closed
2025-02-11 20:16:54 - INFO - discord_bot - stop:299 - Shutdown complete
2025-02-11 20:16:54 - INFO - discord_bot - stop:299 - Shutdown complete
2025-02-11 20:16:54 - INFO - discord_bot - run_bot:366 - Bot shutdown complete
2025-02-11 20:19:42 - INFO - discord_bot - <module>:211 - Using database path: conversation_history.db
2025-02-11 20:19:42 - INFO - discord_bot - load_responses:250 - Loaded responses from file
2025-02-11 20:19:43 - INFO - discord_bot - validate_config:290 - Vision API Configuration:
Model: meta-llama/llama-3.2-90b-vision-instruct:free
Base URL: https://openrouter.ai/api/v1/chat/completions
Timeout: 30.0
Max Tokens: 1000
2025-02-11 20:19:43 - WARNING - discord_bot - validate_config:326 - GLHF API is not fully configured. API features will be disabled.
2025-02-11 20:19:43 - INFO - discord_bot - validate_config:356 - Configuration validated successfully
2025-02-11 20:19:43 - INFO - discord_bot - load_state:40 - Queue state loaded from file - Pending messages: 0
2025-02-11 20:19:43 - DEBUG - asyncio - __init__:64 - Using selector: KqueueSelector
2025-02-11 20:19:46 - INFO - discord_bot - on_ready:156 - CobraSilver#8886 has connected to Discord!
2025-02-11 20:19:46 - INFO - discord_bot - init_db:184 - Initializing database schema...
2025-02-11 20:19:46 - INFO - discord_bot - _init_connection:96 - Database connection initialized with optimized settings
2025-02-11 20:19:46 - INFO - discord_bot - init_db:201 - Users table created/verified
2025-02-11 20:19:46 - INFO - discord_bot - init_db:216 - Threads table created/verified
2025-02-11 20:19:46 - INFO - discord_bot - init_db:236 - Messages table created/verified
2025-02-11 20:19:46 - INFO - discord_bot - init_db:271 - All indices created/verified
2025-02-11 20:19:46 - INFO - discord_bot - init_db:274 - Database schema initialized successfully
2025-02-11 20:19:46 - INFO - discord_bot - start:38 - API manager started
2025-02-11 20:19:46 - INFO - discord_bot - on_ready:172 - Started API health check loop
2025-02-11 20:19:46 - INFO - discord_bot - shutdown:306 - Received SIGINT
2025-02-11 20:19:46 - INFO - discord_bot - shutdown:306 - Received SIGTERM
2025-02-11 20:19:46 - INFO - discord_bot - stop:254 - Initiating shutdown...
2025-02-11 20:19:46 - INFO - discord_bot - shutdown:46 - API manager shutdown
2025-02-11 20:19:46 - INFO - discord_bot - stop:276 - Stopped API health check loop
2025-02-11 20:19:46 - INFO - discord_bot - stop:254 - Initiating shutdown...
2025-02-11 20:19:46 - DEBUG - discord_bot - _close_connection:107 - Database connection closed
2025-02-11 20:19:46 - INFO - discord_bot - stop:299 - Shutdown complete
2025-02-11 20:19:46 - INFO - discord_bot - stop:299 - Shutdown complete
2025-02-11 20:19:46 - INFO - discord_bot - run_bot:366 - Bot shutdown complete
2025-02-11 20:21:35 - INFO - discord_bot - <module>:211 - Using database path: conversation_history.db
2025-02-11 20:21:35 - INFO - discord_bot - load_responses:250 - Loaded responses from file
2025-02-11 20:21:35 - INFO - discord_bot - validate_config:290 - Vision API Configuration:
Model: meta-llama/llama-3.2-90b-vision-instruct:free
Base URL: https://openrouter.ai/api/v1/chat/completions
Timeout: 30.0
Max Tokens: 1000
2025-02-11 20:21:35 - WARNING - discord_bot - validate_config:326 - GLHF API is not fully configured. API features will be disabled.
2025-02-11 20:21:35 - INFO - discord_bot - validate_config:356 - Configuration validated successfully
2025-02-11 20:21:35 - INFO - discord_bot - load_state:40 - Queue state loaded from file - Pending messages: 0
2025-02-11 20:21:35 - DEBUG - asyncio - __init__:64 - Using selector: KqueueSelector
2025-02-11 20:21:38 - INFO - discord_bot - on_ready:156 - CobraSilver#8886 has connected to Discord!
2025-02-11 20:21:38 - INFO - discord_bot - init_db:184 - Initializing database schema...
2025-02-11 20:21:38 - INFO - discord_bot - _init_connection:96 - Database connection initialized with optimized settings
2025-02-11 20:21:38 - INFO - discord_bot - init_db:201 - Users table created/verified
2025-02-11 20:21:38 - INFO - discord_bot - init_db:216 - Threads table created/verified
2025-02-11 20:21:38 - INFO - discord_bot - init_db:236 - Messages table created/verified
2025-02-11 20:21:38 - INFO - discord_bot - init_db:271 - All indices created/verified
2025-02-11 20:21:38 - INFO - discord_bot - init_db:274 - Database schema initialized successfully
2025-02-11 20:21:38 - INFO - discord_bot - start:38 - API manager started
2025-02-11 20:21:38 - INFO - discord_bot - on_ready:172 - Started API health check loop
2025-02-11 20:21:38 - INFO - discord_bot - shutdown:306 - Received SIGINT
2025-02-11 20:21:38 - INFO - discord_bot - stop:254 - Initiating shutdown...
2025-02-11 20:21:38 - INFO - discord_bot - stop:254 - Initiating shutdown...
2025-02-11 20:21:38 - INFO - discord_bot - shutdown:46 - API manager shutdown
2025-02-11 20:21:38 - INFO - discord_bot - stop:276 - Stopped API health check loop
2025-02-11 20:21:38 - INFO - discord_bot - shutdown:306 - Received SIGTERM
2025-02-11 20:21:38 - INFO - discord_bot - stop:299 - Shutdown complete
2025-02-11 20:21:38 - INFO - discord_bot - stop:299 - Shutdown complete
2025-02-11 20:21:38 - INFO - discord_bot - run_bot:366 - Bot shutdown complete
2025-02-11 20:22:23 - ERROR - asyncio - default_exception_handler:1864 - Task was destroyed but it is pending!
task: <Task pending name='Task-10' coro=<shutdown() done, defined at /Volumes/macminissd/Projects/discord_glhf/discord_glhf/bot.py:302> wait_for=<_GatheringFuture finished result=[CancelledError(''), CancelledError('')]>>
2025-02-11 20:23:19 - INFO - discord_bot - <module>:211 - Using database path: conversation_history.db
2025-02-11 20:23:19 - INFO - discord_bot - load_responses:250 - Loaded responses from file
2025-02-11 20:23:19 - INFO - discord_bot - validate_config:290 - Vision API Configuration:
Model: meta-llama/llama-3.2-90b-vision-instruct:free
Base URL: https://openrouter.ai/api/v1/chat/completions
Timeout: 30.0
Max Tokens: 1000
2025-02-11 20:23:19 - WARNING - discord_bot - validate_config:326 - GLHF API is not fully configured. API features will be disabled.
2025-02-11 20:23:19 - INFO - discord_bot - validate_config:356 - Configuration validated successfully
2025-02-11 20:23:19 - INFO - discord_bot - load_state:40 - Queue state loaded from file - Pending messages: 0
2025-02-11 20:23:19 - DEBUG - asyncio - __init__:64 - Using selector: KqueueSelector
2025-02-11 20:23:22 - INFO - discord_bot - on_ready:156 - CobraSilver#8886 has connected to Discord!
2025-02-11 20:23:22 - INFO - discord_bot - init_db:184 - Initializing database schema...
2025-02-11 20:23:22 - INFO - discord_bot - _init_connection:96 - Database connection initialized with optimized settings
2025-02-11 20:23:22 - INFO - discord_bot - init_db:201 - Users table created/verified
2025-02-11 20:23:22 - INFO - discord_bot - init_db:216 - Threads table created/verified
2025-02-11 20:23:22 - INFO - discord_bot - init_db:236 - Messages table created/verified
2025-02-11 20:23:22 - INFO - discord_bot - init_db:271 - All indices created/verified
2025-02-11 20:23:22 - INFO - discord_bot - init_db:274 - Database schema initialized successfully
2025-02-11 20:23:22 - INFO - discord_bot - start:38 - API manager started
2025-02-11 20:23:22 - INFO - discord_bot - on_ready:172 - Started API health check loop
2025-02-11 20:23:23 - DEBUG - discord_bot - save_state:62 - Queue state saved - Pending messages: 0
2025-02-11 20:23:23 - INFO - discord_bot - _process_queue:207 - Queue processor 9e0b5f34 starting
2025-02-11 20:23:23 - DEBUG - discord_bot - save_state:62 - Queue state saved - Pending messages: 0
2025-02-11 20:24:23 - INFO - discord_bot - _process_queue:295 - Queue processor 9e0b5f34 heartbeat - Active: True, Queue size: 0, Processing: 0, Total processed: 1859
2025-02-11 20:24:23 - DEBUG - discord_bot - save_state:62 - Queue state saved - Pending messages: 0
2025-02-11 20:24:27 - INFO - discord_bot - shutdown:306 - Received SIGINT
2025-02-11 20:24:27 - DEBUG - discord_bot - save_state:62 - Queue state saved - Pending messages: 0
2025-02-11 20:24:27 - WARNING - discord_bot - _process_queue:329 - Queue processor 9e0b5f34 exited - Processed: 1859, Failed: 46
2025-02-11 20:24:27 - INFO - discord_bot - shutdown:306 - Received SIGTERM
2025-02-11 20:24:27 - INFO - discord_bot - stop:254 - Initiating shutdown...
2025-02-11 20:24:27 - INFO - discord_bot - shutdown:46 - API manager shutdown
2025-02-11 20:24:27 - INFO - discord_bot - stop:276 - Stopped API health check loop
2025-02-11 20:24:27 - INFO - discord_bot - stop:254 - Initiating shutdown...
2025-02-11 20:24:27 - DEBUG - discord_bot - _close_connection:107 - Database connection closed
2025-02-11 20:24:27 - INFO - discord_bot - stop:299 - Shutdown complete
2025-02-11 20:24:27 - INFO - discord_bot - stop:299 - Shutdown complete
2025-02-11 20:24:27 - INFO - discord_bot - run_bot:366 - Bot shutdown complete