carlin 29f6cbd4c0 feat(P3-M4): AI result analyst + multi-fidelity calibration + confidence grading преди 1 седмица
..
plan_generation c12a8e6fbf feat(P3-M3): AI plan generator - natural language to structured simulation plan преди 1 седмица
result_analysis 29f6cbd4c0 feat(P3-M4): AI result analyst + multi-fidelity calibration + confidence grading преди 1 седмица
system 0df69f2730 feat(P3-M1): AI service layer + JSON Schema V2 + multi-fidelity framework преди 1 седмица
README.md 0df69f2730 feat(P3-M1): AI service layer + JSON Schema V2 + multi-fidelity framework преди 1 седмица

README.md

AI Prompt Templates

This directory contains Jinja2 prompt templates for Kimi AI integration.

Structure

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)

Usage

Templates are loaded by app/services/prompt_loader.py and rendered with Jinja2 before being sent to the Kimi API.

All templates must:

  1. Use Chinese for domain-specific instructions
  2. Include clear output format specifications
  3. Request JSON output when structured data is needed
  4. Reference motor engineering domain knowledge