File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -235,8 +235,6 @@ Recommended settings:
235235| Runtime | Memory | CPU | Timeout |
236236| ---------- | ------ | --- | ------- |
237237| TypeScript | 512 Mi | 1 | 60s |
238- | Python | 512 Mi | 1 | 60s |
239- | Rust | 256 Mi | 1 | 60s |
240238
241239``` bash
242240gcloud run deploy eliza-worker \
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ A simple trading bot interface that demonstrates the `@elizaos/plugin-auto-trade
1313## Quick Start
1414
1515``` bash
16- cd typescript
16+ cd packages/examples/trader
1717bun install
18- bun dev
18+ bun run dev
1919```
2020
2121Then open http://localhost:5173 in your browser.
@@ -78,22 +78,15 @@ Configurable technical indicator rules:
7878## Architecture
7979
8080```
81- trader/
82- ├── typescript/
83- │ ├── src/
84- │ │ ├── main.tsx # React entry point
85- │ │ ├── App.tsx # Main application
86- │ │ ├── components/
87- │ │ │ ├── WalletSetup.tsx
88- │ │ │ ├── TradingPanel.tsx
89- │ │ │ ├── PositionList.tsx
90- │ │ │ ├── TradeHistory.tsx
91- │ │ │ └── StrategySelect.tsx
92- │ │ ├── runtime/
93- │ │ │ ├── index.ts # Runtime singleton
94- │ │ │ └── character.ts # Trader character config
95- │ │ └── hooks/
96- │ │ └── useTrading.ts # Trading state hook
81+ packages/examples/trader/
82+ ├── src/
83+ │ ├── main.tsx # React entry point
84+ │ ├── App.tsx # Main application
85+ │ └── styles.css # UI styles
86+ ├── index.html
87+ ├── package.json
88+ ├── tsconfig.json
89+ └── vite.config.ts
9790```
9891
9992## License
Original file line number Diff line number Diff line change 1414 "synth-3570ed6f" : 3 ,
1515 "synth-07043111" : 1 ,
1616 "synth-d3d377fb" : 1 ,
17- "synth-25f6b166" : 1
17+ "synth-25f6b166" : 1 ,
18+ "synth-114dabcb" : 3 ,
19+ "synth-2bdf09a1" : 3 ,
20+ "synth-3e222eee" : 1 ,
21+ "synth-001d65a7" : 1 ,
22+ "synth-ab7f50ca" : 1 ,
23+ "synth-93db52f4" : 3 ,
24+ "synth-2fdb5a5c" : 3 ,
25+ "synth-58145b4f" : 1 ,
26+ "synth-9ea937cc" : 1 ,
27+ "synth-7c1adc4b" : 1 ,
28+ "synth-808575e8" : 3 ,
29+ "synth-147a7802" : 3 ,
30+ "synth-c11174b9" : 1 ,
31+ "synth-5ef34dbd" : 1 ,
32+ "synth-73055229" : 1
1833 },
1934 "scores" : {
2035 "synth-871fc8d4" : [
7388 ],
7489 "synth-25f6b166" : [
7590 0.9
91+ ],
92+ "synth-114dabcb" : [
93+ 0.9 ,
94+ 0.9 ,
95+ 0.9
96+ ],
97+ "synth-2bdf09a1" : [
98+ 0.9 ,
99+ 0.9 ,
100+ 0.9
101+ ],
102+ "synth-3e222eee" : [
103+ 0.5
104+ ],
105+ "synth-001d65a7" : [
106+ 0.7
107+ ],
108+ "synth-ab7f50ca" : [
109+ 0.9
110+ ],
111+ "synth-93db52f4" : [
112+ 0.9 ,
113+ 0.9 ,
114+ 0.9
115+ ],
116+ "synth-2fdb5a5c" : [
117+ 0.9 ,
118+ 0.9 ,
119+ 0.9
120+ ],
121+ "synth-58145b4f" : [
122+ 0.5
123+ ],
124+ "synth-9ea937cc" : [
125+ 0.7
126+ ],
127+ "synth-7c1adc4b" : [
128+ 0.9
129+ ],
130+ "synth-808575e8" : [
131+ 0.9 ,
132+ 0.9 ,
133+ 0.9
134+ ],
135+ "synth-147a7802" : [
136+ 0.9 ,
137+ 0.9 ,
138+ 0.9
139+ ],
140+ "synth-c11174b9" : [
141+ 0.5
142+ ],
143+ "synth-5ef34dbd" : [
144+ 0.7
145+ ],
146+ "synth-73055229" : [
147+ 0.9
76148 ]
77149 },
78150 "solved" : [
79- " synth-ea1adeb6" ,
151+ " synth-147a7802" ,
152+ " synth-3570ed6f" ,
80153 " synth-63d72ad4" ,
154+ " synth-871fc8d4" ,
81155 " synth-215e5aca" ,
82- " synth-3570ed6f" ,
156+ " synth-114dabcb" ,
157+ " synth-2bdf09a1" ,
158+ " synth-93db52f4" ,
159+ " synth-ea1adeb6" ,
160+ " synth-2fdb5a5c" ,
83161 " synth-10043ebf" ,
84- " synth-871fc8d4 "
162+ " synth-808575e8 "
85163 ],
86- "last_updated" : " 2026-05-20T04:53:46.120005 +00:00"
164+ "last_updated" : " 2026-05-20T04:54:13.025575 +00:00"
87165}
You can’t perform that action at this time.
0 commit comments