TradingAgents/agent_os/frontend/src
copilot-swe-agent[bot] 6999da0827 feat: button states, full prompt extraction, portfolio viewer, param inputs
1. Run buttons: only the triggered button shows spinner, others disabled
2. Backend: enhanced prompt extraction with multiple fallback paths
   (data.messages, data.input.messages, data.input, data.kwargs.messages)
   and raw dump fallback; improved response extraction for edge cases
3. Portfolio viewer: new PortfolioViewer component with holdings table,
   trade history, and summary tabs; portfolio dropdown with auto-load;
   Wallet sidebar icon now navigates to portfolio page
4. Parameter inputs: collapsible panel with date/ticker/portfolio_id;
   validation prevents running without required fields per run type

Co-authored-by: aguzererler <6199053+aguzererler@users.noreply.github.com>
Agent-Logs-Url: https://github.com/aguzererler/TradingAgents/sessions/ffa268c8-e97c-4335-9bce-19bba583bea9
2026-03-23 08:46:34 +00:00
..
components feat: button states, full prompt extraction, portfolio viewer, param inputs 2026-03-23 08:46:34 +00:00
hooks feat: fix prompt display, add event detail modal, run buttons, and node animations 2026-03-23 08:04:53 +00:00
App.tsx feat: implement AgentOS frontend and live backend integration 2026-03-22 22:12:33 +01:00
Dashboard.tsx feat: button states, full prompt extraction, portfolio viewer, param inputs 2026-03-23 08:46:34 +00:00
index.css feat: implement AgentOS frontend and live backend integration 2026-03-22 22:12:33 +01:00
main.tsx feat: implement AgentOS frontend and live backend integration 2026-03-22 22:12:33 +01:00
theme.ts feat: implement AgentOS frontend and live backend integration 2026-03-22 22:12:33 +01:00