mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-19 12:58:09 +00:00
First crack, mostly Claude, on running each agent as an individual connection to the server via WebSocket.
5 lines
104 B
Python
5 lines
104 B
Python
from pydantic_settings import BaseSettings
|
|
|
|
|
|
class Configuration(BaseSettings):
|
|
DEBUG: bool = False
|