Commit History

Fix: Switch from gated Llama 3.2 to ungated TinyLlama-1.1B-Chat
2d04aa7

Nhughes09 commited on

Upgrade: Replace distilgpt2 with Llama 3.2-1B-Instruct for smarter trading
386658a

Nhughes09 commited on

Major: Remove rule-based trading, implement true AI decision making
b8a449b

Nhughes09 commited on

Remove HF logo from active positions table
e3516e0

Nhughes09 commited on

Fix: Capture AI decision from analyze_and_trade return value
1da3456

Nhughes09 commited on

Fix: Pass dicts directly to gr.JSON components (not JSON strings)
7b3e8c2

Nhughes09 commited on

Revert to json.dumps for JSON components to fix decode error
0fb653a

Nhughes09 commited on

Complete application update with UI fixes and secret removal
fb03795

Nhughes09 commited on

Chore: Force complete rebuild to deploy fixes
da33ab6

Nhughes09 commited on

Fix: Add repetition penalty to AI and force deploy log_buffer fix
ba96e7f

Nhughes09 commited on

Fix: Define log_buffer to prevent crash and show active positions
f09851f

Nhughes09 commited on

Fix: Improve AI prompt structure and lower temperature for better reasoning
e1d93e9

Nhughes09 commited on

Fix: Define wallet_display variable to prevent crash
8a88e64

Nhughes09 commited on

Chore: Trigger fresh rebuild
f288395

Nhughes09 commited on

Fix: ExponentialLearner AttributeError and ensure imports
4991002

Nhughes09 commited on

Feat: Smart data caching - fallback on recent real data only
86bc561

Nhughes09 commited on

Remove all fallback logic - make failures visible
5ad934a

Nhughes09 commited on

Feat: Replace Kraken with CoinGecko API (free, no key needed)
a275309

Nhughes09 commited on

Fix: Add missing position table functions
77bcbd8

Nhughes09 commited on

Fix: Trade execution and AI reasoning display
5e4b671

Nhughes09 commited on

Feat: Add live PnL tracking with color-coded display
df2eefe

Nhughes09 commited on

Feat: Add real RSI calculation from Kraken OHLCV data
868ec0d

Nhughes09 commited on

Feat: Persistent AI memory and enhanced reasoning system
e125a8e

Nhughes09 commited on

Feat: Lower AI thresholds for aggressive trading and fix UI display
1dba1d5

Nhughes09 commited on

Fix: Call AI via self.learner.get_best_action
73bf004

Nhughes09 commited on

Fix: Build proper market_conditions dict for AI and add error visibility
68b0ced

Nhughes09 commited on

Fix: Remove duplicate lines in requirements.txt
ec7a8d7

Nhughes09 commited on

Feat: Use distilgpt2 AI model with extensive logging, no fallbacks
7dc503a

Nhughes09 commited on

Feat: Switch to Ollama AI with extensive logging and fix UI order
361f02d

Nhughes09 commited on

Feat: Run AI model locally on Space CPU (Qwen2.5-0.5B)
109f37e

Nhughes09 commited on

Fix: Use InferenceClient and secure token handling
b60d191

Nhughes09 commited on

Fix: Restore AI model execution in trade cycle
f1bbaba

Nhughes09 commited on

Feat: Enable REAL trading mode in UI
633bfe9

Nhughes09 commited on

Feat: Implement REAL Kraken trading execution
fe65ce2

Nhughes09 commited on

Feat: Upgrade AI to Zephyr-7B LLM for reasoning
c875f30

Nhughes09 commited on

Fix: Ensure exactly 11 outputs in all trade cycle return paths
62febf1

Nhughes09 commited on

Fix: Remove syntax error (extra parenthesis)
4941ad3

Nhughes09 commited on

Fix: Restore thinking_log and ensure 11 outputs in trade cycle
449115f

Nhughes09 commited on

Fix: Handle N/A market data with robust fallbacks
e1e4d3f

Nhughes09 commited on

Feat: Implement Live System Logs in UI
b2115a9

Nhughes09 commited on

Feat: Remove refresh button and persist closed positions
ace02dc

Nhughes09 commited on

Feat: Implement Persistent Memory (save/load patterns)
9391106

Nhughes09 commited on

Feat: Implement Smarter Trading Logic (Trend + Hold Time)
c97d114

Nhughes09 commited on

Fix: Update HF API URL and add signal flip protection
f3a4a29

Nhughes09 commited on

Feat: Update UI to show Active and Closed positions as Tables
c01e849

Nhughes09 commited on

Fix: Remove dangling lines causing IndentationError
0fe36bc

Nhughes09 commited on

Feat: Add detailed API input/output logging to UI
6be5b13

Nhughes09 commited on

Feat: Implement persistent position management and live PnL
c67b3ae

Nhughes09 commited on

Fix: Implement true continuous autonomous trading loop with history
a9be102

Nhughes09 commited on

Fix: Pin huggingface_hub<0.25.0 for Gradio 4.44.0 compatibility
19537a9

Nhughes09 commited on