This directory contains Jinja2 prompt templates for Kimi AI integration.
prompts/
├── system/
│ └── base.txt # Base system prompt with domain knowledge
├── plan_generation/
│ └── generate.txt # Natural language -> simulation plan (P3-M3)
├── result_analysis/
│ └── analyze.txt # Simulation results -> analysis report (P3-M4)
└── experience/
└── semantic.txt # Semantic search and QA (P3-M5)
Templates are loaded by app/services/prompt_loader.py and rendered
with Jinja2 before being sent to the Kimi API.
All templates must: