Update ledgerai to read existing transactions from beancount file

This commit is contained in:
2025-12-20 15:33:08 -05:00
parent f56c559c84
commit 702fdccf0a
11 changed files with 154 additions and 461 deletions

View File

@@ -86,4 +86,3 @@ class Transaction(BaseModel):
def key(self):
return self.csv_file + ", " + self.row