diff --git a/__pycache__/abot.cpython-312.pyc b/__pycache__/abot.cpython-312.pyc deleted file mode 100644 index 7175d86..0000000 Binary files a/__pycache__/abot.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/bot_loader.cpython-312.pyc b/__pycache__/bot_loader.cpython-312.pyc deleted file mode 100644 index 6c241b4..0000000 Binary files a/__pycache__/bot_loader.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/config.cpython-312.pyc b/__pycache__/config.cpython-312.pyc deleted file mode 100644 index c732533..0000000 Binary files a/__pycache__/config.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/conversation_history.cpython-312.pyc b/__pycache__/conversation_history.cpython-312.pyc deleted file mode 100644 index 6e7d784..0000000 Binary files a/__pycache__/conversation_history.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/hot_reload.cpython-312.pyc b/__pycache__/hot_reload.cpython-312.pyc deleted file mode 100644 index d874afc..0000000 Binary files a/__pycache__/hot_reload.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/local_llm_client.cpython-312.pyc b/__pycache__/local_llm_client.cpython-312.pyc deleted file mode 100644 index fa678d5..0000000 Binary files a/__pycache__/local_llm_client.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/message_processor.cpython-312.pyc b/__pycache__/message_processor.cpython-312.pyc deleted file mode 100644 index b7ff73c..0000000 Binary files a/__pycache__/message_processor.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/slack_event_validation.cpython-312.pyc b/__pycache__/slack_event_validation.cpython-312.pyc deleted file mode 100644 index 258652d..0000000 Binary files a/__pycache__/slack_event_validation.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/slack_functions.cpython-312.pyc b/__pycache__/slack_functions.cpython-312.pyc deleted file mode 100644 index 8c32b86..0000000 Binary files a/__pycache__/slack_functions.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/tool_loader.cpython-312.pyc b/__pycache__/tool_loader.cpython-312.pyc deleted file mode 100644 index 32158da..0000000 Binary files a/__pycache__/tool_loader.cpython-312.pyc and /dev/null differ diff --git a/bots/__pycache__/abot_channel_bot.cpython-312.pyc b/bots/__pycache__/abot_channel_bot.cpython-312.pyc deleted file mode 100644 index 4c5a6a8..0000000 Binary files a/bots/__pycache__/abot_channel_bot.cpython-312.pyc and /dev/null differ diff --git a/bots/__pycache__/abot_scripting_bot.cpython-312.pyc b/bots/__pycache__/abot_scripting_bot.cpython-312.pyc deleted file mode 100644 index 3e617dd..0000000 Binary files a/bots/__pycache__/abot_scripting_bot.cpython-312.pyc and /dev/null differ diff --git a/bots/__pycache__/billing_bot.cpython-312.pyc b/bots/__pycache__/billing_bot.cpython-312.pyc deleted file mode 100644 index 127cbb6..0000000 Binary files a/bots/__pycache__/billing_bot.cpython-312.pyc and /dev/null differ diff --git a/bots/__pycache__/imail_tool.cpython-312.pyc b/bots/__pycache__/imail_tool.cpython-312.pyc deleted file mode 100644 index 718910d..0000000 Binary files a/bots/__pycache__/imail_tool.cpython-312.pyc and /dev/null differ diff --git a/bots/__pycache__/integration_sandbox_bot.cpython-312.pyc b/bots/__pycache__/integration_sandbox_bot.cpython-312.pyc deleted file mode 100644 index 10c475d..0000000 Binary files a/bots/__pycache__/integration_sandbox_bot.cpython-312.pyc and /dev/null differ diff --git a/bots/__pycache__/sales_bot.cpython-312.pyc b/bots/__pycache__/sales_bot.cpython-312.pyc deleted file mode 100644 index 13745c9..0000000 Binary files a/bots/__pycache__/sales_bot.cpython-312.pyc and /dev/null differ diff --git a/bots/__pycache__/techsupport_bot.cpython-312.pyc b/bots/__pycache__/techsupport_bot.cpython-312.pyc deleted file mode 100644 index 1d83874..0000000 Binary files a/bots/__pycache__/techsupport_bot.cpython-312.pyc and /dev/null differ diff --git a/bots/__pycache__/wireless_bot.cpython-312.pyc b/bots/__pycache__/wireless_bot.cpython-312.pyc deleted file mode 100644 index 3a9e161..0000000 Binary files a/bots/__pycache__/wireless_bot.cpython-312.pyc and /dev/null differ diff --git a/local_llm_client.py b/llm/local_llm_client.py similarity index 100% rename from local_llm_client.py rename to llm/local_llm_client.py diff --git a/message_processor.py b/message_processor.py index a442032..4835121 100644 --- a/message_processor.py +++ b/message_processor.py @@ -1,7 +1,7 @@ import json import logging -from local_llm_client import chat_completion +from llm.local_llm_client import chat_completion SYSTEM_PROMPT = """ diff --git a/rag/__pycache__/__init__.cpython-312.pyc b/rag/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 9db5bf7..0000000 Binary files a/rag/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/rag/__pycache__/qdrant_functions.cpython-312.pyc b/rag/__pycache__/qdrant_functions.cpython-312.pyc deleted file mode 100644 index 0a313a3..0000000 Binary files a/rag/__pycache__/qdrant_functions.cpython-312.pyc and /dev/null differ diff --git a/tools/__pycache__/imail_tool.cpython-312.pyc b/tools/__pycache__/imail_tool.cpython-312.pyc deleted file mode 100644 index 5b0979d..0000000 Binary files a/tools/__pycache__/imail_tool.cpython-312.pyc and /dev/null differ diff --git a/tools/__pycache__/mtscripter.cpython-312.pyc b/tools/__pycache__/mtscripter.cpython-312.pyc deleted file mode 100644 index e299f15..0000000 Binary files a/tools/__pycache__/mtscripter.cpython-312.pyc and /dev/null differ diff --git a/tools/__pycache__/user_lookup_tool.cpython-312.pyc b/tools/__pycache__/user_lookup_tool.cpython-312.pyc deleted file mode 100644 index 7a28f35..0000000 Binary files a/tools/__pycache__/user_lookup_tool.cpython-312.pyc and /dev/null differ diff --git a/tools/__pycache__/weather_tool.cpython-312.pyc b/tools/__pycache__/weather_tool.cpython-312.pyc deleted file mode 100644 index 124f685..0000000 Binary files a/tools/__pycache__/weather_tool.cpython-312.pyc and /dev/null differ