muye1202
VerumTrade
Pythonโœจ New

VerumTrade -- An open-source multi-agent AI trading framework, with visible reasoning and decision traces from evidence to final trade proposal.

Last updated Jul 29, 2026
10
Stars
1
Forks
0
Issues
0
Stars/day
Attention Score
39
Language breakdown
Python 83.8%
JavaScript 10.9%
CSS 4.5%
HTML 0.8%
โ–ธ Files click to expand
README

Verumtrade

English ยท ็ฎ€ไฝ“ไธญๆ–‡

An open-source multi-agent AI trading framework where each agentic analyst follows a structured reasoning graph, with visible reasoning traces and decision traces from evidence to final trade proposal.

License Python Node.js LangGraph Alpaca

Watch the single-ticker demo โ†“ ยท View an example report โ†—


๐Ÿ”ญ What is VerumTrade?

VerumTrade is an open-source, multi-agent trading research framework for two jobs: analyzing a ticker you already care about and discovering new candidates worth deeper work. It turns market data, fundamentals, news, sentiment, catalysts, and risk context into a transparent trade thesis instead of a black-box "buy/sell" signal.

The name pairs Latin verum ("truth") with trade: the goal is a verifiable, evidence-first path to every decision โ€” you can read the reasoning, inspect the evidence, and audit how each recommendation was reached, rather than trusting an opaque score.

Every run follows an auditable path:

  • Analysts gather market, news, social, fundamental, and catalyst evidence.
  • Evidence Graph distills those findings into structured facts.
  • Bull/Bear debate tests the thesis from both sides.
  • Trader plan turns the debate into an actionable proposal.
  • Risk review checks sizing, timing, concentration, and downside.
  • Decision records the final rationale, traces, and optional trade instructions.
[!IMPORTANT]
VerumTrade is a research and decision-support pipeline, not an independent investment
decision maker. Treat its output as a structured second opinion: inspect the evidence, challenge
the thesis, paper-trade first, and make any real-money decision yourself. Market data can be
incomplete or delayed, LLM outputs can be wrong, and trading involves risk of loss.

๐Ÿงญ Choose your path

Jump straight to what you came for:

| If you areโ€ฆ | Start here | |:--|:--| | โšก Just want to run it | Quick Start โ€” Web App โ†’ open the browser UI in minutes | | ๐Ÿ’ป Terminal-first | Quick Start โ€” CLI โ†’ guided, no config files to edit | | ๐ŸŽฏ Evaluating one ticker | Single ticker analysis โ†’ inspect one name through the full agent pipeline | | ๐Ÿ”Ž Looking for candidates | Stock discovery mode โ†’ screen the market, then analyze the strongest ideas | | ๐Ÿ Building on top of it | Python API โ†’ embed VerumTrade in your own scripts | | ๐Ÿ”ฌ Researching multi-agent LLMs | Core workflows ยท Reasoning & Decision Traces ยท Architecture | | ๐Ÿ’ผ Trading (paper or live) | CLI ยท Trade execution config ยท Troubleshooting | | ๐Ÿ› ๏ธ Contributing | CONTRIBUTING.md |


โœจ What you get

VerumTrade builds on Tauric Research's TradingAgents (see Credits) and extends it into a transparent, risk-aware system.

| Capability | What it gives you | |:--|:--| | ๐Ÿ”Ž Visible reasoning & decision traces | The namesake feature โ€” every step from raw evidence to the final proposal is captured and rendered in the web UI. Details โ†“ | | ๐Ÿ”— Evidence graph | Analyst findings are distilled into a structured fact graph that grounds every downstream agent, reducing hand-wavy reasoning. | | ๐Ÿงฉ Structured agent pipeline | Specialised analysts โ†’ bull/bear debate โ†’ trader plan โ†’ risk review โ†’ execution, wired as a LangGraph workflow. | | ๐Ÿ—ž๏ธ Catalyst & event-risk awareness | A dedicated analyst surfaces earnings, FDA, and macro catalysts that move prices. | | ๐Ÿ›ก๏ธ Crowding & macro-pullback awareness | (new) A regime context bus + per-ticker Pullback Vulnerability Score + peer/sector read-through warn when a crowded, extended name is fragile. Details โ†“ | | ๐Ÿ›ฐ๏ธ AI stock discovery | A multi-stage screener finds promising tickers, then runs the full pipeline on the best candidates. | | ๐Ÿ”Œ Bring your own model & data | 9 LLM providers (incl. local Ollama) and 6+ market-data vendors with automatic fallback. Start free with Yahoo Finance and one LLM key. | | ๐Ÿ’ธ Paper or live execution | Optional Alpaca integration with position-size and concentration guardrails and 5 order types. |

๐Ÿ“Š Full comparison โ€” what VerumTrade adds over the original TradingAgents


| Area | Addition in VerumTrade | |:--|:--| | Transparency | Reasoning & decision traces plus a React UI to inspect them (details) | | Grounding | Evidence Graph synthesis layer between analysts and researchers | | New analyst | Catalyst / Event-Risk Analyst (earnings, FDA, macro catalysts) | | Risk awareness | Macro-regime context bus, per-ticker Pullback Vulnerability Score, and peer/sector read-through with a dedicated risk-judge override (details) | | Discovery | Multi-stage stock-discovery pipeline + a macro Theme Engine | | Decision rigor | Structured Decision Schema + pre-execution Decision Guard validation | | Execution | Live/paper Alpaca execution with concentration & position-size guardrails and 5 order types | | Reach | 9 LLM providers (OpenAI, Azure Foundry, Anthropic, Google, DeepSeek, Qwen, GLM, OpenRouter, Ollama) and a multi-vendor data layer with fallback | | Engineering | A context-budget manager for token control, plus full FastAPI + React + Typer/Rich apps |


๐Ÿงญ Core workflows

VerumTrade has two main entry points: analyze a ticker you already care about, or discover candidates first and send the strongest ideas into the same multi-agent review process.

Single ticker analysis

Use this when you already have a stock in mind and want an auditable investment or trading thesis. VerumTrade runs the selected analyst team against one ticker, builds a structured evidence graph, stages the bull/bear research debate, asks the trader for a plan, and routes the result through risk review before producing a final decision.

MU single-ticker analysis demo

๐Ÿ“น Prefer the full-quality video? Download the MU single-ticker demo (MP4).

You get a completed report with reasoning traces, decision traces, analyst evidence, risk notes, and an optional paper/live Alpaca order if execution is enabled. Start from the web app by entering a ticker in the main analysis form, or use the CLI with python -m cli.main analyze and choose single-ticker analysis at the first prompt.

Want to inspect the output quality before running your own analysis? Open the interactive MU example report, generated from a completed VerumTrade run and rendered with app-like navigation, search, and collapsible report panels. The source artifact lives at demos/example-reports/MU-2026-06-23.html.

Stock discovery mode

Use this when you want VerumTrade to help find names worth researching instead of starting from a known ticker. Discovery screens a market universe through catalyst, theme, enrichment, inflection, attention-gap, and scoring stages, then promotes the most promising candidates into deeper VerumTrade analysis.

You get ranked candidates, evidence packs, two-layer discovery scores, thesis cards, and completed reports for the selected names. Start from the web app by switching to Discovery mode, or use the CLI with python -m cli.main analyze and choose Stock Discovery (AI finds promising stocks) at the first prompt.


๐Ÿš€ Quick Start โ€” Web App

The web interface is the easiest way to get started. It launches a React + Vite frontend and a FastAPI backend.

Prerequisites

| Tool | Version | Check | |:--|:--|:--| | Python | โ‰ฅ 3.10 | python --version | | Node.js | โ‰ฅ 18 | node --version | | npm | โ‰ฅ 9 | npm --version |

1 โ€” Clone & install

git clone https://github.com/muye1202/VerumTrade.git
cd VerumTrade

pip install -e . # or, if you have uv: uv sync

2 โ€” Configure API keys

cp .env.example .env         # Linux / macOS
copy .env.example .env       # Windows

Open .env and paste in at least one LLM provider key (OpenAI, Azure Foundry, Anthropic, Google, DeepSeek, โ€ฆ). That's all you need โ€” market data from Yahoo Finance works with no key at all.

[!TIP]
See .env.example for every supported key and what it does.

Supported data sources

VerumTrade starts with a no-key Yahoo Finance path for basic stock data, then uses optional provider keys for richer coverage, fallback, filings, news, fundamentals, and execution data:

| Source | Setup | Used for | |:--|:--|:--| | Yahoo Finance / yfinance | No key | Default fallback for stock prices, indicators, financial statements, and insider transactions | | Alpaca | APCAAPIKEYID, APCAAPISECRETKEY | Broker market data plus optional paper/live execution | | Alpha Vantage | ALPHAVANTAGEAPI_KEY | Stock prices, indicators, fundamentals, financial statements, insider data, and news | | Twelve Data | TWELVEDATAAPI_KEY | Technical indicators fallback | | Finnhub | FINNHUBAPIKEY | Company/global news, news sentiment, earnings calendar, and insider data | | SEC EDGAR | No key | Recent company filings | | Local cached data | VERUMTRADEDATADIR optional | Offline/cache-backed fallback data | | LLM-backed news | Existing LLM key | News synthesis fallback when configured |

The runtime can route each data category through a preferred vendor and automatically fall back when a provider is unavailable. See Configuration for the data_vendors categories.

3 โ€” Install frontend dependencies

cd frontend && npm install && cd ..

4 โ€” Launch โ€” open two terminals from the project root:

# Terminal 1 โ€” Backend (FastAPI)
uvicorn api.main:app --reload

Terminal 2 โ€” Frontend (Vite)

cd frontend && npm run dev

Open http://localhost:5173. The frontend talks to the backend on http://localhost:8000, and completed analyses are persisted so you can revisit them from the History view.

[!NOTE]
python run.py starts both the backend and frontend in a single terminal. Separate terminals
just give you better visibility into logs.

๐Ÿ’ก What to expect โ€” cost & time


VerumTrade runs many LLM calls per analysis, so each run takes time and incurs API cost:

| Setting | Rough time | Rough LLM cost* | |:--|:--|:--| | Shallow depth, small models (e.g. gpt-4o-mini, gemini-2.0-flash) | ~1โ€“3 min | a few cents | | Deep depth, larger reasoning models | several minutes | ~$0.50โ€“$2+ | | Local models via Ollama | depends on hardware | free (your compute) |

* Approximate, provider-dependent โ€” not a quote. Watch your provider dashboard for actual usage.

First run? Start with Shallow depth and small quick/deep models to confirm everything works before spending on deeper analyses.


๐Ÿ’ป Quick Start โ€” CLI

The interactive CLI walks you through every setting step by step โ€” no config files to edit. It needs the same prerequisites as above plus the editable install (pip install -e .).

python -m cli.main analyze       # or, after editable install:  verumtrade analyze

analyze first asks whether you want single-ticker analysis, portfolio analysis, or AI stock discovery, then walks you through:

| Prompt | What it does | |:--|:--| | Ticker | Stock symbol(s) to analyse (e.g. NVDA, AAPL) | | Date | Analysis date in YYYY-MM-DD format | | Analysts | Which specialists to include โ€” Catalyst/Event-Risk, Market, Social, News, Fundamentals | | Research depth | How many debate rounds: Shallow (fast) ยท Medium ยท Deep (thorough) | | Time horizon | Target holding period (1โ€“2 weeks up to 2โ€“3 months) | | LLM Provider | OpenAI, Azure Foundry, Google, Anthropic, DeepSeek, Qwen, GLM, OpenRouter, or Ollama | | Models | Quick-thinking model (analysts) and deep-thinking model (judges) | | Execution | Analysis only, or also place a paper trade via Alpaca |

A live terminal dashboard streams agent progress, tool calls, and the growing report in real time. Results are saved to results/stocks/{date}/{ticker}/.

Portfolio analysis & Stock discovery commands


Portfolio analysis โ€” verumtrade analyze-portfolio Pulls your Alpaca positions, runs a triage step to identify which stocks most need attention, then performs full multi-agent analysis on those. Remaining stocks get a lightweight "HOLD" entry.

Stock discovery โ€” runs from the main analyze command; choose **"Stock Discovery (AI finds promising stocks)"** at the first prompt. The system screens for promising tickers using multi-factor scoring, then runs deep multi-agent analysis on the top candidates. You can launch a fresh discovery run or resume from a previously saved candidate list. See Stock discovery mode for the workflow overview.

[!TIP]
Run verumtrade --help (or python -m cli.main --help) to see every command and option.

๐Ÿ Python API (programmatic)

For scripting or integration, skip the UI entirely:

from verumtrade.graph.verumtrade_graph import VerumtradeGraph
from verumtrade.defaultconfig import DEFAULTCONFIG
from dotenv import load_dotenv

load_dotenv()

config = DEFAULT_CONFIG.copy() config["llm_provider"] = "google" # or "openai", "azure-foundry", "anthropic", "deepseek", etc. config["deepthinkllm"] = "gemini-2.5-flash" config["quickthinkllm"] = "gemini-2.0-flash"

ta = VerumtradeGraph(config=config)

Returns the full state and a structured trade decision

state, decision = ta.propagate("NVDA", "2024-05-10") print(decision)

๐Ÿ”ฌ Reasoning & Decision Traces

Transparency is VerumTrade's reason for existing. Every analysis emits two kinds of trace, both viewable in the web UI:

  • Reasoning trace โ€” for each agent, what it looked at and how it concluded. Built by
graph/reasoning_trace.py and surfaced in the Trader Reasoning and Evidence Graph panels.
  • Decision trace โ€” the chain from evidence โ†’ research debate โ†’ trader plan โ†’ risk review โ†’
final structured decision, rendered in the Decision Trace panel. The final decision itself is a structured object validated against graph/decision_schema.py and extracted by graph/signal_processing.py.

Conceptually, a trace lets you answer "why this trade?" at every level:

Evidence Graph        โ†’  "Q3 revenue +18% YoY; RSI 71 (overbought); insider selling last week"
   โ†“
Research debate       โ†’  Bull: durable demand ยท Bear: valuation stretched โ†’ Manager: cautious BUY
   โ†“
Trader plan           โ†’  BUY, LIMIT @ $X, size 10% of buying power
   โ†“
Risk review           โ†’  Conservative trims size; Risk Judge approves with concentration cap
   โ†“
Final decision        โ†’  { action: BUY, order_type: LIMIT, qty: ..., rationale: ... }

Illustrative โ€” the exact fields come from the decision schema and evidence-graph code above.

The web UI renders these via dedicated React panels (DecisionTracePanel, TraderReasoningPanel, EvidenceGraphPanel under frontend/src/), so you can expand any agent's contribution instead of trusting a single opaque verdict.


๐Ÿ—๏ธ Architecture

VerumTrade is built on LangGraph โ€” each agent is a node in a directed workflow graph. Here is the full pipeline:

VerumTrade Multi-Agent Analysis Pipeline

๐Ÿง  Two tiers of LLM

Every agent uses one of two model slots โ€” you set both in one place (deepthinkllm, quickthinkllm) and the system routes them automatically:

| Tier | Used by | Why | |:--|:--|:--| | Quick-thinking | Catalyst / Market / Social / News / Fundamentals Analysts, Bull & Bear Researchers, Trader, Risk Debaters | Speed and cost โ€” these agents run many times and don't need heavy reasoning | | Deep-thinking | Research Manager, Risk Judge, Portfolio Triage Agent | The key decision points where accuracy matters most; a stronger model pays off here |

๐Ÿ”— Evidence graph

After the analysts finish, VerumTrade doesn't just concatenate their reports. It distills them into a structured evidence graph (agents/utils/agentruntime/evidence_graph.py) โ€” a compact set of typed facts (catalysts, metrics, risks, sentiment) that every downstream agent references. This keeps the bull/bear debate and the trader anchored to concrete evidence instead of free-floating prose, and it's what powers the Evidence Graph panel in the UI.

๐Ÿ—„๏ธ Data layer โ€” routing, fallback & per-analyst tools


All market-data tool calls go through a single routing layer (dataflows/interface.py). You pick a preferred vendor per category in your config; if that vendor is unavailable the system silently tries the next one.

Each analyst has access to a curated set of data tools:

| Analyst | Key tools | |:--|:--| | Catalyst Event | Catalyst event bundle, company news window, SEC filings, insider transactions, price action | | Market | Stock data, indicators, VWAP, options flow, dark pool volume, short interest | | Social | News, company news window, news sentiment | | News | News, company news window, global news, news sentiment, SEC filings | | Fundamentals | Fundamentals, balance sheet, cash flow, income statement, insider sentiment & transactions |

[!TIP]
When enablebundletools is on (default), each analyst also gets a one-shot "bundle" tool that
fetches all key data in a single call, reducing LLM turns and latency.

๐Ÿ“ Portfolio mode & ๐Ÿ”Ž Stock Discovery mode


Portfolio mode โ€” an additional Triage Agent runs first. It scans all your positions and picks the ones that need the most attention right now โ€” based on breaking news, unusual price moves, concentration risk, and more. Only those stocks go through the full multi-agent pipeline; everything else gets a quick "HOLD" recommendation.

Stock Discovery mode โ€” the discovery pipeline runs independently of the main analysis graph:

  • Stage 0 โ€” Catalyst prefilter: screens for upcoming earnings, FDA events, and macro catalysts
  • Stage 1 โ€” Multi-factor enrichment: technical momentum, relative strength, volume analysis across the universe
  • Stage 2 โ€” Candidate scoring: composite ranking with configurable relaxation rules
  • Deep analysis: top candidates are fed into the full VerumtradeGraph for multi-agent analysis
Supports three tracks: Enricher (swing trade), Anomaly Scan (intraday/next-day), and Dual-Track (merged). A complementary Theme Engine (agents/discovery/theme_engine/) scans for active macro themes and scores how exposed each candidate is to them, so discovery can be steered by what's actually driving the market.


๐Ÿ›ก๏ธ Crowding & macro-pullback awareness

Single-ticker pipelines tend to be blind to a whole class of risk: a **crowded, extended, sector-correlated name getting hit by a soft / second-order catalyst** (a peer's guidance tone, a policy headline) in a deteriorating macro tape (rising rates, spiking oil, risk-off). None of those triggers is a discrete, dated, company-specific event โ€” exactly the quadrant a news/catalyst analyst is built to ignore.

VerumTrade now computes that fragility from data it already fetches and feeds it into every decision:

| Layer | What it does | Default | Config flag | |:--|:--|:--|:--| | Macro / regime context bus (macroregime) | A once-per-run cross-asset & positioning snapshot โ€” risk-off flag, rate impulse, oil/VIX, sector heatmap, momentum-vs-SPY โ€” injected into the news, catalyst, and risk nodes. | on | enablemacroregimecontext | | Pullback Vulnerability Score | A per-ticker, explainable 0โ€“100 rating (LOW / MEDIUM / HIGH / CRITICAL) fusing price extension (distance above 50/200-DMA, YTD run), crowding, tape fragility, and valuation richness. | on | enablepullbackvulnerability | | Peer & sector read-through | Pulls peers' earnings dates into the ticker's calendar as peercatalyst events and checks whether the ticker's sector basket is parabolic (basket beta) โ€” so a sector bellwether reporting tomorrow becomes a visible, dated risk. | on (earnings + basket beta); peer-news fetch off | enablepeerreadthrough | | Risk-judge override | On a HIGH/CRITICAL rating the Risk Judge is steered toward reduced size, tighter invalidation, or wait-for-trigger on new exposure โ€” a second override path mirroring the catalyst-risk gate. | on | โ€” |

[!NOTE]
This capability is grounded in a post-mortem of two real 2026 sector pullbacks (the May memory-complex
shock and the June AI-infra unwind). Design notes and backtests:
docs/macropullbackcapability_upgrade.md.

โš™๏ธ Configuration

All defaults live in verumtrade/default_config.py. The knobs you'll reach for most:

| Key | What it controls | Example / default | |:--|:--|:--| | llm_provider | Which LLM backend to use | openai ยท azure-foundry ยท anthropic ยท google ยท deepseek ยท openrouter ยท qwen3-cn ยท glm ยท ollama | | deepthinkllm | Model for judges & managers | "o4-mini" ยท "gemini-2.5-flash" ยท "claude-sonnet-4-20250514" | | quickthinkllm | Model for analysts & researchers | "gpt-4o-mini" ยท "gemini-2.0-flash" | | maxdebaterounds | Bull โ†” Bear debate rounds | 1 (default), capped at 3 |

Data vendors & automatic fallback


Configured per category in the data_vendors dict:

| Category | Available sources | Default | |:--|:--|:--| | corestockapis | alpaca ยท yfinance ยท alphavantage ยท twelvedata ยท local | alpaca | | technicalindicators | alpaca ยท yfinance ยท alphavantage ยท twelve_data ยท local | alpaca | | fundamentaldata | alphavantage ยท openai ยท local | alpha_vantage | | newsdata | alphavantage ยท openai ยท google ยท local | alpha_vantage |

[!TIP]
If a vendor is unavailable at runtime the system automatically falls back to the next option โ€”
nothing crashes. (Finnhub and SEC EDGAR back specific tools such as insider/filing data rather than
the four switchable categories above.)

Trade execution & order types (Alpaca)


| Key | What it controls | Default | |:--|:--|:--| | alpaca_execution.enabled | Turn trading on / off | false | | alpacaexecution.papertrading | Paper vs. live | true | | alpacaexecution.positionsize_pct | Default position size | 0.10 (10%) | | alpacaexecution.maxconcentration_pct | Max single-stock concentration | 0.20 (20%) |

| Order type | Description | |:--|:--| | MARKET | Execute immediately at the current market price | | LIMIT | Execute only at a specified price or better | | STOP | Triggers a market order once the stock hits a stop price | | STOP_LIMIT | Triggers a limit order once the stock hits a stop price | | TRAILING_STOP | Stop that moves with the stock price, locking in gains |

Risk-awareness toggles (macro-pullback capability)


All on by default; set the env var to false to disable. See Crowding & macro-pullback awareness.

| Env var | What it controls | |:--|:--| | VERUMTRADEENABLEMACROREGIMECONTEXT | Build & inject the cross-asset/regime macro_regime context bus | | VERUMTRADEENABLEPULLBACK_VULNERABILITY | Compute the per-ticker Pullback Vulnerability Score + risk-judge override | | enablepeerreadthrough / enablesectorparabola | Peer earnings โ†’ peercatalyst events + sector-parabola / basket-beta crowding signal | | peerreadthrough.fetchpeernews | Opt-in bounded peer-news fetch (off by default โ€” costs extra vendor calls) |

Context budget mode (avoiding HTTP 400s on small context windows)


Controls how prompts are compressed to fit within model context windows:

| Mode | Behaviour | |:--|:--| | adaptive (default) | Cap prompt sections and apply a soft token budget | | compact | Stronger compression for tighter context windows | | off | No limiting โ€” โš ๏ธ may cause 400 errors on models with strict limits |

Set via .env:

VERUMTRADECONTEXTBUDGET_MODE=adaptive


๐Ÿงฐ Troubleshooting & FAQ

| Symptom | Likely cause & fix | |:--|:--| | No API key / auth errors | A provider key is missing or wrong in .env. You need one LLM key; market data works with no key via Yahoo Finance. | | HTTP 400 โ€” context length exceeded | The model's context window is too small for the prompt. Keep VERUMTRADECONTEXTBUDGET_MODE=adaptive (default) or set it to compact; avoid off on strict models. | | HTTP 429 โ€” rate limited | Your provider is throttling. Use a smaller/faster model, lower research depth, or raise the manager delay knobs (VERUMTRADERESEARCHMANAGERMINDELAYS, VERUMTRADERISKMANAGERMINDELAYS). | | Frontend loads but calls fail | The backend isn't running or is on a different port. Start uvicorn api.main:app --reload (default http://localhost:8000). | | npm run dev fails | Check Node โ‰ฅ 18 and run npm install inside frontend/. | | ChromaDB / native build errors on install | Ensure you're on Python โ‰ฅ 3.10 in a clean virtualenv; upgrade pip before pip install -e .. | | Analysis is slow / expensive | Use Shallow depth and small quick/deep models (see cost & time), or run local models with Ollama. |

Run verumtrade --help to discover every command and flag.


๐Ÿค Contributing

Contributions โ€” research ideas and engineering fixes alike โ€” are welcome. See CONTRIBUTING.md for dev setup, project layout, and the PR process, and CODEOF_CONDUCT.md for community guidelines.


๐Ÿ“š Citation

If you use VerumTrade in academic work, please cite this repository (see CITATION.cff) and the upstream TradingAgents framework it builds on:

@software{verumtrade,
  title  = {VerumTrade: A multi-agent AI trading framework with visible reasoning and decision traces},
  author = {Jia, Muye},
  year   = {2026},
  url    = {https://github.com/muye1202/VerumTrade}
}

@misc{tradingagents, title = {TradingAgents: Multi-Agents LLM Financial Trading Framework}, author = {Tauric Research}, howpublished = {\url{https://github.com/tauricresearch/tradingagents}} }


๐Ÿค Credits & Acknowledgments

This project is built upon the open-source TradingAgents framework developed by Tauric Research. We are grateful to the original authors for their pioneering work on multi-agent LLM systems for financial analysis and trading.


โš ๏ธ Disclaimer

VerumTrade is a research and educational decision-support tool. It is not financial advice and is not an independent investment decision maker. Always inspect the evidence yourself, paper-trade first, and understand the risks before using real money. The authors are not responsible for any financial losses incurred through the use of this software.


๐Ÿ“„ License

Apache License 2.0 โ€” see the LICENSE file for details.

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท muye1202/VerumTrade ยท Updated daily from GitHub