Files
Mofox-Core/src
minecraft1024a 5b1cbb49b0 refactor(schedule): centralize schedule and monthly plan prompts
Extracts the prompt templates for daily schedule and monthly plan generation from `llm_generator.py` into a new `prompts.py` module. This change centralizes prompt management and improves code readability and maintainability by separating prompt logic from the generation workflow.

The `ScheduleLLMGenerator` and `MonthlyPlanLLMGenerator` classes now use the `global_prompt_manager` to format and retrieve the necessary prompts, simplifying the generator code.
2025-11-01 11:21:53 +08:00
..
2025-11-01 10:59:38 +08:00
2025-11-01 10:59:38 +08:00
2025-10-02 20:26:01 +08:00
2025-11-01 10:59:38 +08:00