mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-27 17:23:21 +00:00
WIP: Starting work on running games via websocket
First crack, mostly Claude, on running each agent as an individual connection to the server via WebSocket.
This commit is contained in:
parent
78d9ed6818
commit
aa0e5852e5
10 changed files with 2064 additions and 855 deletions
5
bot_client/config.py
Normal file
5
bot_client/config.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from pydantic_settings import BaseSettings
|
||||
|
||||
|
||||
class Configuration(BaseSettings):
|
||||
DEBUG: bool = False
|
||||
Loading…
Add table
Add a link
Reference in a new issue