{
  "servers": {
    "llm": "http://localhost:11434/v1",
    "llm_api_key": "NULL",
    "api": "http://localhost:5000/"
  },
  "simulation": {
    "name": "politics",
    "client": "YClientBase",
    "days": 200,
    "slots": 24,
    "starting_agents": 1000,
    "new_agents_iteration": 10,
    "hourly_activity": {
       "10": 0.021,
       "16": 0.032,
       "8": 0.020,
       "12": 0.024,
       "15": 0.032,
       "17": 0.032,
       "23": 0.025,
       "6": 0.017,
       "18": 0.032,
       "11": 0.022,
       "13": 0.027,
       "14": 0.030,
       "20": 0.030,
       "21": 0.029,
       "7": 0.018,
       "22": 0.027,
       "9": 0.020,
       "3": 0.020,
       "5": 0.017,
       "4": 0.018,
       "1": 0.021,
       "2": 0.020,
       "0": 0.023,
       "19": 0.031
    }
  },
  "agents": {
    "education_levels": ["high school", "bachelor", "master", "phd"],
    "languages": ["english"],
    "max_length_thread_reading": 5,
    "reading_from_follower_ratio": 0.6,
    "political_leanings": [
      "Democrat", "Republican", "Libertarian", "Green",
      "Independent", "Alt-Right", "Alt-Left","Anarchist", "Centrist"
      ],
    "age": {
        "min": 18,
        "max": 80
    },
     "round_actions": {
      "min": 1,
      "max": 3
    },
    "nationalities": ["American"],
    "llm_agents": ["llama3"],
    "n_interests": {
        "min": 4,
        "max": 10
    },
    "probability_of_daily_follow": 0.1,
    "interests": [
      "gun control", "immigration", "minorities discrimination", "economics", "safety", "healthcare", "taxes",
      "crime", "abortion", "climate change", "culture", "national identity", "human rights", "LGBTQ+", "education issues",
      "social issues", "death penalty", "drugs legislation", "corruption", "justice", "AI regulation", "sustainable energy",
      "pollution control", "science funding", "private sector", "industry", "tourism", "welfare", "family support", "veteran affairs",
      "elections", "religion", "law enforcement", "constitutional rights", "constitution", "war", "terrorism", "pace-keeping operations",
      "nuclear weapons proliferation"
    ],
    "big_five": {
      "oe": ["inventive/curious", "consistent/cautious"],
      "co": ["efficient/organized", "extravagant/careless"],
      "ex": ["outgoing/energetic", "solitary/reserved"],
      "ag": ["friendly/compassionate", "critical/judgmental"],
      "ne": ["sensitive/nervous", "resilient/confident"]
    }
  },
  "posts": {
    "visibility_rounds": 36,
    "emotions": {
      "admiration": null, "amusement": null, "anger": null, "annoyance": null,
      "approval": null, "caring": null, "confusion": null, "curiosity": null,
      "desire": null, "disappointment": null, "disapproval": null, "disgust": null,
      "embarrassment": null, "excitement": null, "fear": null, "gratitude": null,
      "grief": null, "joy": null, "love": null, "nervousness": null, "optimism": null,
      "pride": null, "realization": null, "relief": null, "remorse": null, "sadness": null,
      "surprise": null, "trust": null
    }
  }
}
