Commit Graph

4 Commits

Author SHA1 Message Date
dtarkent2-sys 7c8d523680 Round 1: import upstream additions (TauricResearch/TradingAgents)
Pure file additions from upstream — zero conflict, zero risk to local
customizations. Cherry-picked individually rather than via merge.

New files:
- tradingagents/llm_clients/model_catalog.py — centralized model registry
- tradingagents/agents/managers/portfolio_manager.py — new PM (paired with
  upstream's risk_manager.py removal, deferred to a later round)
- tradingagents/__init__.py — package init
- tests/test_google_api_key.py
- tests/test_model_validation.py
- tests/test_ticker_symbol_handling.py
- .env.enterprise.example — reference template

Skipped (deferred to later rounds):
- Round 2: bug-fix cherry-picks (yfinance retry, look-ahead bias fix,
  PM-reads-trader fix, indicator normalization, etc.)
- Round 3: feat:add DeepSeek/Qwen/GLM provider support (b0f6058) —
  conflicts with local llm_clients/ customizations, needs careful merge
- Round 4: portfolio manager restructure (b8b2825/318adda) — replaces
  risk_manager.py which has local customizations, needs hand-port

Skipped entirely:
- Docker support (anti-Docker stack)
- Multi-language output (English-only arena)
- GPT-5.4 default flip (would undo a913416 glm-5.1 default)
- azure_client.py (not in arena roster)
- OpenRouter dynamic model selection (not in provider mix)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 22:20:16 -04:00
dtarkent2-sys 8c48c3cffd WIP: local TradingAgents customizations through 2026-04-13
Bulk commit of accumulated local changes on the dtarkent2-sys fork.
Spans agents, dataflows, llm_clients, graph orchestration, CLI, and
docs. Primary work areas:

- llm_clients/ — multi-LLM client layer (anthropic, google, openai,
  factory, base, validators) for swappable provider support
- dataflows/alpaca_data.py — Alpaca integration alongside existing
  alpha_vantage and y_finance flows
- agents/structured/ — portfolio, scoring, and tier1/2/3 layers
- agents/analysts, researchers, risk_mgmt — local prompt and logic
  customizations
- graph/ — orchestration tweaks (parallel_analysts, propagation,
  reflection, signal_processing, trading_graph)
- alembic scaffolding inherited from prior commit
- chainlit web UI design notes in docs/plans/

This is a single WIP snapshot to preserve work before any upstream
merge. History can be cleaned up with interactive rebase later.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 22:01:00 -04:00
Yijia Xiao 50961b2477
refactor: rename risky/safe agents to aggressive/conservative 2026-02-03 22:27:20 +00:00
Yijia-Xiao cc97cb6d5d chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00