feat(fusion_accounting_ai): bank_rec_prompt for AI re-rank step

Provider-agnostic system + user prompt builder for the confidence
scoring pipeline's Pass 3 (AI re-rank). Output contract is JSON with
"ranked" array; works with OpenAI, Claude, and local OpenAI-compatible
servers (LM Studio, Ollama).

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-04-19 11:20:56 -04:00
parent 8be0caa474
commit 2d099b2d0d
4 changed files with 201 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
from . import system_prompt
from . import domain_prompts
from . import bank_rec_prompt