Commit Graph

156 Commits

Author SHA1 Message Date
nornen0202 e7584b8d83
Fix scheduled news coverage and run date reporting (#10) 2026-04-07 02:13:38 +09:00
nornen0202 665eb55d36
Merge pull request #9 from nornen0202/codex/codex-provider
[codex] Improve Korean localization and model validation
2026-04-07 01:33:35 +09:00
nornen0202 83ad742dec Normalize model validation inputs 2026-04-07 01:32:42 +09:00
nornen0202 e17db7bd35 Improve Korean report localization 2026-04-07 01:30:12 +09:00
nornen0202 a317fdc0da
Merge pull request #8 from nornen0202/codex/codex-provider
[codex] Update Codex operations guide and FAQ
2026-04-07 00:34:29 +09:00
nornen0202 6050c25bb2 Update scheduled ticker list 2026-04-07 00:33:58 +09:00
nornen0202 f598476a10 Update Codex operations guide and FAQ 2026-04-07 00:32:29 +09:00
nornen0202 01e88797fe
Merge pull request #7 from nornen0202/codex/codex-provider
Refresh Korean setup guide with verified steps
2026-04-06 09:31:38 +09:00
nornen0202 666778aa78 Refresh Korean setup guide with verified steps 2026-04-06 09:31:21 +09:00
nornen0202 0d5bb5677b
Merge pull request #6 from nornen0202/codex/codex-provider
Add Git Bash path for Pages upload
2026-04-06 09:15:33 +09:00
nornen0202 51e494fabc Add Git Bash path for Pages upload 2026-04-06 09:15:15 +09:00
nornen0202 51d6a3ec36
Merge pull request #5 from nornen0202/codex/codex-provider
Fix PowerShell preflight join syntax
2026-04-06 09:00:55 +09:00
nornen0202 9d75fa2d6e Fix PowerShell preflight join syntax 2026-04-06 09:00:32 +09:00
nornen0202 87fa5b6ce7
Merge pull request #4 from nornen0202/codex/codex-provider
Use Windows PowerShell in scheduled workflow
2026-04-06 08:56:44 +09:00
nornen0202 52a5b1c792 Use Windows PowerShell in scheduled workflow 2026-04-06 08:56:23 +09:00
nornen0202 67d781f8bf
Merge pull request #3 from nornen0202/codex/codex-provider
Fix scheduled workflow YAML
2026-04-06 08:53:31 +09:00
nornen0202 6114f1145d Fix scheduled workflow YAML 2026-04-06 08:52:55 +09:00
nornen0202 f15d933798
Merge pull request #2 from nornen0202/codex/codex-provider
Add scheduled Codex report automation
2026-04-06 08:49:01 +09:00
nornen0202 8c24dcce61 Add scheduled Codex report automation 2026-04-06 08:28:48 +09:00
nornen0202 03a567bae1
Merge pull request #1 from nornen0202/codex/codex-provider
Add local Codex provider support
2026-04-05 07:13:42 +09:00
nornen0202 50865711e3 Add local Codex provider support 2026-04-05 07:06:11 +09:00
Yijia-Xiao 10c136f49c
feat: add Docker support for cross-platform deployment 2026-04-04 08:14:01 +00:00
Yijia-Xiao 4f965bf46a
feat: dynamic OpenRouter model selection with search (#482, #337) 2026-04-04 07:56:44 +00:00
Yijia-Xiao bdb9c29d44
refactor: remove stale imports, use configurable results path (#499) 2026-04-04 07:35:35 +00:00
Yijia-Xiao bdc5fc62d3
chore: bump langchain-google-genai minimum to 4.0.0 for thought signature support 2026-04-04 07:28:03 +00:00
Yijia-Xiao 78fb66aed1
fix: normalize indicator names to lowercase (#490) 2026-04-04 07:23:31 +00:00
Yijia-Xiao 7269f877c1
fix: portfolio manager reads trader's proposal and research plan (#503) 2026-04-04 07:22:01 +00:00
Yijia-Xiao 28d5cc661f
fix: add missing pandas import in y_finance.py (#488) 2026-04-04 07:14:10 +00:00
Yijia-Xiao 7004dfe554
fix: remove hardcoded Google endpoint that caused 404 (#493, #496) 2026-04-04 07:07:53 +00:00
Yijia-Xiao 4641c03340
TradingAgents v0.2.3 2026-03-29 19:50:46 +00:00
Yijia-Xiao e75d17bc51
chore: update model lists and defaults to GPT-5.4 family 2026-03-29 19:45:36 +00:00
Yijia-Xiao 6cddd26d6e
feat: multi-language output support for analyst reports and final decision (#472) 2026-03-29 19:19:01 +00:00
Yijia Xiao c61242a28c
Merge pull request #464 from CadeYu/sync-validator-models
sync model validation with cli catalog
2026-03-29 11:07:51 -07:00
Yijia-Xiao 58e99421bd
fix: pass base_url to Google and Anthropic clients for proxy support (#427) 2026-03-29 17:59:52 +00:00
Yijia Xiao 46e1b600b8
Merge pull request #453 from javierdejesusda/fix/standardize-google-api-key
fix(llm_clients): standardize Google API key to unified api_key param
2026-03-29 10:54:28 -07:00
Yijia-Xiao ae8c8aebe8
fix: gracefully handle invalid indicator names in tool calls (#429) 2026-03-29 17:50:30 +00:00
Yijia-Xiao f3f58bdbdc
fix: add yf_retry to yfinance news fetchers (#445) 2026-03-29 17:42:24 +00:00
Yijia-Xiao e1113880a1
fix: prevent look-ahead bias in backtesting data fetchers (#475) 2026-03-29 17:34:35 +00:00
CadeYu bd6a5b75b5 fix model catalog typing and known-model helper 2026-03-25 21:46:56 +08:00
CadeYu 8793336dad sync model validation with cli catalog 2026-03-25 21:23:02 +08:00
javierdejesusda 047b38971c refactor: simplify api_key mapping and consolidate tests
Apply review suggestions: use concise `or` pattern for API key
resolution, consolidate tests into parameterized subTest, move
import to module level per PEP 8.
2026-03-24 14:52:51 +01:00
javierdejesusda f5026009f9 fix(llm_clients): standardize Google API key to unified api_key param
GoogleClient now accepts the unified `api_key` parameter used by
OpenAI and Anthropic clients, mapping it to the provider-specific
`google_api_key` that ChatGoogleGenerativeAI expects. Legacy
`google_api_key` still works for backward compatibility.

Resolves TODO.md item #2 (inconsistent parameter handling).
2026-03-24 14:35:02 +01:00
Yijia-Xiao 589b351f2a
TradingAgents v0.2.2 2026-03-22 23:47:56 +00:00
Yijia-Xiao 6c9c9ce1fd
fix: set process-level UTF-8 default for cross-platform consistency 2026-03-22 23:42:37 +00:00
Yijia-Xiao b8b2825783 refactor: standardize portfolio manager, five-tier rating scale, fix analyst status tracking 2026-03-22 23:30:29 +00:00
Yijia-Xiao 318adda0c6 refactor: five-tier rating scale and streamlined agent prompts 2026-03-22 23:07:20 +00:00
Yijia Xiao c3ba3bf428
Merge pull request #413 from CadeYu/codex/exchange-qualified-tickers
fix: preserve exchange-qualified tickers across agent prompts
2026-03-22 15:36:14 -07:00
Yijia-Xiao 7cca9c924e fix: add exponential backoff retry for yfinance rate limits (#426) 2026-03-22 22:11:08 +00:00
Yijia-Xiao bd9b1e5efa feat: add Anthropic effort level support for Claude models
Add effort parameter (high/medium/low) for Claude 4.5+ and 4.6 models,
consistent with OpenAI reasoning_effort and Google thinking_level.
Also add content normalization for Anthropic responses.
2026-03-22 21:57:05 +00:00
Yijia-Xiao 77755f0431 chore: consolidate install, fix CLI portability, normalize LLM responses
- Point requirements.txt to pyproject.toml as single source of truth
- Resolve welcome.txt path relative to module for CLI portability
- Include cli/static files in package build
- Extract shared normalize_content for OpenAI Responses API and
  Gemini 3 list-format responses into base_client.py
- Update README install and CLI usage instructions
2026-03-22 21:38:01 +00:00