From 4b33b40637eeee7edf3204c2e8fb5423fc2af94c Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Thu, 4 Sep 2025 20:45:09 -0700 Subject: [PATCH] Lots of tweaks; in progress is_bot => bot_instance_id --- client/src/BotConfig.tsx | 20 +- client/src/BotManager.tsx | 1 - client/src/UserList.tsx | 30 +- client/src/api-client.ts | 38 ++- client/src/api-evolution-checker.ts | 1 - server/api/bots.py | 83 ++--- server/core/bot_config_manager.py | 46 +-- server/core/bot_manager.py | 190 ++++++----- server/core/lobby_manager.py | 14 +- server/core/session_manager.py | 41 ++- shared/models.py | 23 +- voicebot/bot_orchestrator.py | 8 +- voicebot/bots/ai_chatbot.py | 6 +- voicebot/step_5b_integration_demo.py | 477 --------------------------- 14 files changed, 259 insertions(+), 719 deletions(-) delete mode 100644 voicebot/step_5b_integration_demo.py diff --git a/client/src/BotConfig.tsx b/client/src/BotConfig.tsx index 2da41ea..4be33ca 100644 --- a/client/src/BotConfig.tsx +++ b/client/src/BotConfig.tsx @@ -179,7 +179,7 @@ const BotConfigComponent: React.FC = ({ botName, lobbyId, onConf switch (param.type) { case "boolean": return ( -
+