Initial commit of integrated agent system

This commit is contained in:
cillin
2026-03-30 17:46:44 +08:00
commit 0fa413380c
337 changed files with 75268 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
[
{
"ticker": "MSFT",
"quantity": 60,
"currentPrice": 496.82,
"marketValue": 29809.2,
"weight": 0.3028
},
{
"ticker": "CASH",
"quantity": 1,
"currentPrice": 25395.1,
"marketValue": 25395.1,
"weight": 0.258
},
{
"ticker": "GOOGL",
"quantity": 50,
"currentPrice": 278.83,
"marketValue": 13941.5,
"weight": 0.1416
},
{
"ticker": "META",
"quantity": 20,
"currentPrice": 621.71,
"marketValue": 12434.2,
"weight": 0.1263
},
{
"ticker": "AMZN",
"quantity": 40,
"currentPrice": 244.41,
"marketValue": 9776.4,
"weight": 0.0993
},
{
"ticker": "AAPL",
"quantity": 30,
"currentPrice": 268.47,
"marketValue": 8054.1,
"weight": 0.0818
},
{
"ticker": "TSLA",
"quantity": -15,
"currentPrice": 429.52,
"marketValue": -6442.8,
"weight": 0.0655
},
{
"ticker": "NVDA",
"quantity": 20,
"currentPrice": 188.15,
"marketValue": 3763.0,
"weight": 0.0382
}
]