Skip to content

Commit 6b2b2d7

Browse files
author
Goose
authored
Update README.md
1 parent af77582 commit 6b2b2d7

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

README.md

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<div align="center">
2-
<div style="display:flex; justify-content:center; align-items:center; padding:10px;">
3-
<img src="public/goose.png" alt="TradingGoose Logo" style="width:50px; height:50px; padding:5px;">
4-
<span style="font-weight:bold; font-size:50px; line-height:50px; ">TradingGoose</span>
5-
</div>
2+
3+
<h1 style="line-height:50px;" align="center"><img src="public/goose.png" alt="TradingGoose Logo" style=" vertical-align: middle; width:35px; height:35px;"> TradingGoose </h1>
4+
65

76

87
An intelligent trading platform powered by multiple AI agents that collaborate to analyze markets, manage portfolios, and execute trades with sophisticated risk management.
@@ -70,26 +69,26 @@ This project's multi-agent analysis workflow architecture is based on the [Tauri
7069
- **Alpaca Markets API** for market data and trade execution
7170
- **Customizable AI Providers** for agent intelligence (OpenAI, Anthropic, Google, and more)
7271

72+
---
73+
74+
<br >
75+
7376
## 🔄 How It Works
7477

7578
### 🔬 The Analysis Process
7679

7780
When you initiate a stock analysis, TradingGoose orchestrates a sophisticated multi-agent workflow:
7881

79-
<div style="width:100%; display:flex;">
8082

81-
<div style="width:80%;">
82-
<picture>
83+
<picture style="width:50%">
8384
<source media="(prefers-color-scheme: dark)" srcset="public/Analysis-Flow-dark.png">
8485
<source media="(prefers-color-scheme: light)" srcset="public/Analysis-Flow-light.png">
85-
<img alt="Analysis Flow" src="public/Analysis-Flow-light.png" style="min-width:200px; width: 100%; height: auto;">
86+
<img alt="Analysis Flow" src="public/Analysis-Flow-light.png" style=" width:50% height: auto;">
8687
</picture>
8788

8889
###### _Note: This workflow architecture is adapted from the [TauricResearch/TradingAgents](https://github.com/TauricResearch/TradingAgents) framework._
8990

90-
</div>
9191

92-
<div style="width:50%; padding:15px;" >
9392

9493
<details>
9594
<summary><strong>1. 📊 Data Analysis Phase</strong></summary>
@@ -134,27 +133,21 @@ When you initiate a stock analysis, TradingGoose orchestrates a sophisticated mu
134133
- 📝 All analysis is logged for historical tracking
135134
</details>
136135

137-
</div>
138136

139-
</div>
140137

141138
<br >
142139

143140
### ⚖️ The Rebalancing Process
144141

145142
TradingGoose continuously monitors your portfolio and market conditions:
146143

147-
<div style="width:100%; display:flex;">
148-
149-
<div style="width:80%;">
150144
<picture>
151145
<source media="(prefers-color-scheme: dark)" srcset="public/Rebalance-Flow-dark.png">
152146
<source media="(prefers-color-scheme: light)" srcset="public/Rebalance-Flow-light.png">
153147
<img alt="Rebalance Flow" src="public/Rebalance-Flow-light.png" style="min-width:200px; width: 100%; height: auto;">
154148
</picture>
155149
</div>
156150

157-
<div style="width:50%; padding:15px; ">
158151

159152
<details>
160153
<summary><strong>1. 👁️ Continuous Monitoring</strong></summary>
@@ -196,9 +189,9 @@ TradingGoose continuously monitors your portfolio and market conditions:
196189
- 📈 Performance tracking begins immediately post-execution
197190
</details>
198191

199-
</div>
192+
---
200193

201-
</div>
194+
<br >
202195

203196
## 🚀 Usage
204197

@@ -272,7 +265,9 @@ This entire project was crafted with love by **[Claude Code](https://claude.ai/c
272265

273266
Who says robots can't be creative? This production-ready financial platform proves that AI can build sophisticated applications that actually work in the real world. Welcome to the future of software development! 🚀
274267

275-
<br>
268+
---
269+
270+
<br >
276271

277272
### ✅ Feature Checklist
278273

0 commit comments

Comments
 (0)