feat(fusion_accounting_ai): 5 new bank-rec AI tools wrapping engine

Adds fusion_suggest_matches, fusion_accept_suggestion,
fusion_reconcile_bank_line, fusion_unreconcile, and
fusion_get_pending_suggestions. All route through the BankRecAdapter
(or direct engine for ones the adapter doesn't expose), giving the AI
chat the same reconciliation surface a human operator gets in the OWL UI.

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-04-19 11:31:40 -04:00
parent 8eee64f053
commit 3993f58910
3 changed files with 256 additions and 0 deletions

View File

@@ -11,3 +11,4 @@ from . import test_factories
from . import test_reconcile_engine_integration
from . import test_bank_rec_prompt
from . import test_bank_rec_adapter
from . import test_bank_rec_tools