Module wif_agent

Module wif_agent 

Source
Expand description

Finance-expert agent — WIF (Waldiez Intelligence Finance).

Tracks expenses, enforces budget limits, and provides financial calculations and advice on demand. No external APIs required.

§Usage (via IO bar)

@wif-agent add 25.50 food coffee        → log expense
@wif-agent add 120 rent monthly rent    → log with note
@wif-agent budget food 300              → set category budget
@wif-agent summary                      → all-time spending report
@wif-agent summary today|week|month     → filtered report
@wif-agent balance                      → budget vs actuals
@wif-agent clear food                   → clear category
@wif-agent clear                        → clear everything
@wif-agent calc compound 1000 5 10      → compound interest
@wif-agent calc loan 200000 4.5 30      → monthly mortgage
@wif-agent calc roi 1000 1350           → return on investment
@wif-agent calc tax 80000 25            → tax estimate
@wif-agent tips saving|investing|debt   → financial tips
@wif-agent help                         → this message

All data is held in memory — restarting the agent resets the ledger.

Structs§

WifAgent