MiroFish/backend/scripts
666ghj 3c1d554152 Add function to retrieve agent names from configuration
- Introduced `get_agent_names_from_config` function to map agent IDs to their entity names from the simulation configuration, enhancing clarity in action representation.
- Updated simulation scripts to utilize this new function for fetching agent names, ensuring that real entity names are displayed instead of default identifiers.
- Improved handling of agent names by falling back to default names only if not specified in the configuration, maintaining consistency across simulations.
2025-12-04 19:19:16 +08:00
..
action_logger.py Enhance simulation management and logging features 2025-12-02 17:11:47 +08:00
run_parallel_simulation.py Add function to retrieve agent names from configuration 2025-12-04 19:19:16 +08:00
run_reddit_simulation.py Add MaxTokensWarningFilter to logging and set semaphore for LLM requests 2025-12-04 15:00:08 +08:00
run_twitter_simulation.py Add MaxTokensWarningFilter to logging and set semaphore for LLM requests 2025-12-04 15:00:08 +08:00
test_profile_format.py Enhance backend functionality with OASIS simulation features 2025-12-01 15:03:44 +08:00