feat(fusion_accounting_followup): AI follow-up text generator + prompt

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-04-19 20:40:26 -04:00
parent 63f3e0ec14
commit 1829f0584f
6 changed files with 263 additions and 1 deletions

View File

@@ -2,3 +2,5 @@ from . import overdue_aging
from . import level_resolver
from . import risk_scorer
from . import tone_selector
from . import followup_text_prompt
from . import followup_text_generator