MiroFish/backend/app/services
_Yusaki 5e206bdd84 Fix corrupted LLM-generated hour arrays in simulation config
The LLM sometimes generates arrays like [19202122] instead of
[19,20,21,22]. Add _sanitize_hours() to validate and fix these,
falling back to defaults when arrays contain single large numbers
or strings. Also add round-level debug logging.
2026-03-13 20:32:33 +07:00
..
__init__.py Implement Interview feature for agent interactions in simulations 2025-12-08 15:55:39 +08:00
graph_builder.py Translate all backend LLM prompts and API messages to English 2026-03-13 02:47:30 +07:00
llm_graph_builder.py Adjust relationship prompt to infer connections from character traits 2026-03-13 19:34:51 +07:00
oasis_profile_generator.py Translate all backend LLM prompts and API messages to English 2026-03-13 02:47:30 +07:00
ontology_generator.py Translate all backend LLM prompts and API messages to English 2026-03-13 02:47:30 +07:00
report_agent.py Translate all backend LLM prompts and API messages to English 2026-03-13 02:47:30 +07:00
simulation_config_generator.py Fix corrupted LLM-generated hour arrays in simulation config 2026-03-13 20:32:33 +07:00
simulation_ipc.py Implement Interview feature for agent interactions in simulations 2025-12-08 15:55:39 +08:00
simulation_manager.py Use disk-stored graph data for simulation prepare instead of Zep 2026-03-13 19:48:25 +07:00
simulation_runner.py Translate all backend LLM prompts and API messages to English 2026-03-13 02:47:30 +07: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 Translate all backend LLM prompts and API messages to English 2026-03-13 02:47:30 +07:00
zep_graph_memory_updater.py Translate all backend LLM prompts and API messages to English 2026-03-13 02:47:30 +07:00
zep_tools.py Translate all backend LLM prompts and API messages to English 2026-03-13 02:47:30 +07:00