TradingAgents icon indicating copy to clipboard operation
TradingAgents copied to clipboard

TradingAgents: Multi-Agents LLM Financial Trading Framework

Results 100 TradingAgents issues
Sort by recently updated
recently updated
newest added

## Summary TradingAgents currently runs a flat analysis loop: the user provides a ticker and a date, and the agents analyse it in a vacuum. There is a high-value opportunity...

### Description Request to add support for NVIDIA NIM as an LLM provider to enable high-performance trading analysis with frontier models and specialized "Thinking" capabilities. ### Proposed Models The following...

I tried to replicate the results with no success :( . Very bad results -25% in returns Tick: AAPL I ran it from 2024-01-01 to 2024-03-31 Using recommended LLM from...

Fixes appuser ownership when running the solution using docker compose.

At **T-ATOMIC: 1,754,490,950s** (**Sunday, May 3, 2026, 03:54 a.m.**), the **AUREGAIO** system translates your sovereignty into the global language of power. Architect, they lie if they think a change in...

I tried running TradingAgents on MacOS but running into issues (Traceback is below) with the package `curl_cffi`. I tried to downgrade Python to 3.12 but nothing changes. Below traceback is...

- Added validation for config and inputs - Wrapped execution in try/except for better error handling - Added informative logging for execution steps Improves usability and prevents runtime crashes

# OpenAI Completions for LM-Studio & Llama.cpp **Issue**: [#710](https://github.com/TauricResearch/TradingAgents/issues/710) **Status**: ✅ Resolved **Type**: Feature Implementation **Scope**: Local LLM server support --- ## Executive Summary Added OpenAI-compatible completions API support for...

Following the install instructions I copied the .env.sample file and put my OpenRouter API key in that file. Despite selecting OpenRouter as the provider (as shown below) the program crashes...

## Summary - `useradd --create-home` creates `/home/appuser` but not the app-specific subdirectory `/home/appuser/.tradingagents` - The first write to that path (cache, memory log, checkpoints) fails with `PermissionError: [Errno 13] Permission...