You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TradingGoose employs a sophisticated multi-agent AI system that orchestrates 11 specialized AI agents through structured workflows to analyze stocks and manage portfolios.
117
+
TradingGoose employs a sophisticated multi-agent AI system that orchestrates 15 specialized AI agents through structured workflows to analyze stocks and manage portfolios.
118
118
</p>
119
119
</div>
120
120
@@ -131,7 +131,7 @@ const Index = () => {
131
131
{/* Workflow Image */}
132
132
<divclassName="lg:col-span-2">
133
133
<img
134
-
src="/Analysis-Flow.png"
134
+
src="/Analysis-Flow-dark.png"
135
135
alt="TradingGoose Analysis Workflow"
136
136
className="w-full mx-auto"
137
137
/>
@@ -140,11 +140,11 @@ const Index = () => {
140
140
{/* Phase Steps */}
141
141
<divclassName="space-y-3">
142
142
{[
143
-
{num: 1,title: "Analysis",desc: "Market, News, Social Media & Fundamentals",color: "yellow"},
0 commit comments