MicroFish/backend/scripts
liyizhouAI d2b5b17b98 perf: simulation acceleration - filter non-social entities + configurable semaphore
- Filter out non-social entity types (API, SDK, Database, etc.) from agent configs
  reduces agent count ~20%, fewer LLM calls per round
- Make semaphore configurable via SIMULATION_SEMAPHORE env var (default 50, up from 30)
  allows higher concurrent LLM requests for faster round execution
- Reddit semaphore also reads from env var
- Estimated speedup: ~2x (25min → ~12min for 40 rounds)
2026-04-16 23:11:55 +08:00
..
action_logger.py Enhance simulation management and logging features 2025-12-02 17:11:47 +08:00
run_parallel_simulation.py perf: simulation acceleration - filter non-social entities + configurable semaphore 2026-04-16 23:11:55 +08:00
run_reddit_simulation.py fix: v0.3.4 - production stability fixes for simulation pipeline 2026-04-16 22:44:40 +08:00
run_twitter_simulation.py fix: v0.3.4 - production stability fixes for simulation pipeline 2026-04-16 22:44:40 +08:00
test_profile_format.py Enhance backend functionality with OASIS simulation features 2025-12-01 15:03:44 +08:00