feat: add guarded savings agent tools

This commit is contained in:
Matthias
2026-06-23 21:13:02 +02:00
parent 6e687dc9b5
commit b7dae31fe1
22 changed files with 3510 additions and 73 deletions

View File

@@ -14,6 +14,7 @@ export type NormalizedBalance = {
externalId: string;
balance: number;
currency: string;
asOf?: string;
};
export type NormalizedTransaction = {