Commit 02573d7
committed
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2025-10-30)
### Bug Fixes
* correct assertion syntax in TestFinancialProfileCreation ([0803e39](0803e39))
* rename financial advisor variable for consistency in main function ([f8406d4](f8406d4))
* set default values for financial profile fields to improve data handling ([640ebf7](640ebf7))
* update default max steps for FinancialAdvisorAgent from 1 to 3 ([557b76b](557b76b))
* update default values for age_range and employment_status in FinancialProfile model ([6d01a79](6d01a79))
* update default years parameter in analyze_financial_asset function from 5 to 10 ([08a6121](08a6121))
### Features
* add BaseAgent, ChatbotAgent, and FinancialAdvisorAgent modules ([2d6ff8b](2d6ff8b))
* add financial tools for price retrieval and return calculations ([6e53f6a](6e53f6a))
* add historical returns analysis for portfolio assets and enhance asset analysis tool ([eefebe9](eefebe9))
* enhance financial analysis tool with structured JSON response and year return models ([9dc2ed3](9dc2ed3))
* implement financial tools with structured responses for symbol resolution, historical prices, and return calculations ([845ef28](845ef28))
* load financial profile from uploaded JSON file ([7bebcf4](7bebcf4))1 parent 4cfedc9 commit 02573d7
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
1 | 23 | | |
2 | 24 | | |
3 | 25 | | |
| |||
0 commit comments