MiroFish/backend/app/services
666ghj 5b4f02f421 Enhance simulation configuration and management features
- Added support for a `max_rounds` parameter in simulation API, allowing users to limit the number of simulation rounds, improving control over simulation duration.
- Updated README.md to reflect the new `max_rounds` parameter and its usage in simulation requests.
- Enhanced error handling for `max_rounds` input validation to ensure it is a positive integer.
- Modified simulation runner and related scripts to incorporate `max_rounds` functionality, ensuring consistent application across Twitter and Reddit simulations.
- Improved logging to indicate when the number of rounds is truncated due to the `max_rounds` setting, enhancing traceability during simulation execution.
2025-12-05 15:50:54 +08:00
..
__init__.py Enhance backend functionality with OASIS simulation features 2025-12-01 15:03:44 +08:00
graph_builder.py Enhance backend startup logging and API endpoint display 2025-11-28 18:59:36 +08:00
oasis_profile_generator.py Implement real-time profile retrieval and saving in simulation API 2025-12-04 19:02:10 +08:00
ontology_generator.py Enhance backend startup logging and API endpoint display 2025-11-28 18:59:36 +08:00
simulation_config_generator.py Enhance simulation configuration and management features 2025-12-05 15:50:54 +08:00
simulation_manager.py Implement real-time profile retrieval and saving in simulation API 2025-12-04 19:02:10 +08:00
simulation_runner.py Enhance simulation configuration and management features 2025-12-05 15:50:54 +08:00
text_processor.py Introduce Project ID for context management, finalizing the stateful API pipeline from file submission to graph construction. 2025-11-28 17:21:08 +08:00
zep_entity_reader.py Refactor simulation management and enhance logging capabilities 2025-12-02 14:25:53 +08:00