Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
w159
/
TradingAgents
Public
forked from
TauricResearch/TradingAgents
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit History
Commits on Apr 25, 2026
chore: release v0.2.4 — structured agents, checkpoint, memory log, providers
Show description for 7c37249
Yijia-Xiao
committed
7c37249
Copy full SHA for 7c37249
fix: stop leaking OpenAI base_url into non-OpenAI provider clients
Show description for 4016fd4
Yijia-Xiao
committed
4016fd4
Copy full SHA for 4016fd4
feat: structured-output Trader and Research Manager (#434, finishes the trio)
Show description for bba1477
Yijia-Xiao
committed
bba1477
Copy full SHA for bba1477
feat: structured-output Portfolio Manager + 5-tier rating consistency (#434)
Show description for 0fda245
Yijia-Xiao
committed
0fda245
Copy full SHA for 0fda245
feat: add LangGraph checkpoint resume for crash recovery (#594)
Show description for 4cbd4b0
Yijia-Xiao
committed
4cbd4b0
Copy full SHA for 4cbd4b0
feat: replace per-agent BM25 memory with persistent decision log (#578, #563, #564, #579)
Show description for ebd2e12
Yijia-Xiao
committed
ebd2e12
Copy full SHA for ebd2e12
test: lazy-load LLM provider clients and add API-key fixtures so the test suite runs cleanly without credentials (#588)
Yijia-Xiao
committed
f85f5d9
Copy full SHA for f85f5d9
fix: drop past-memory directive and placeholder from agent prompts when memory is empty (#572)
Yijia-Xiao
committed
8e7654f
Copy full SHA for 8e7654f
fix: use explicit encoding="utf-8" for all file I/O so Windows users avoid cp1252 crashes (#543, #550, #576)
Yijia-Xiao
committed
872b063
Copy full SHA for 872b063
Commits on Apr 20, 2026
feat: replace per-agent BM25 memory with persistent append-only decision log
Show description for 6abc768
Bcardo
and
claude
committed
6abc768
Copy full SHA for 6abc768
Commits on Apr 17, 2026
chore: ignore CLAUDE.md (local AI assistant context file)
Show description for 8536cca
Bcardo
and
claude
committed
8536cca
Copy full SHA for 8536cca
Commits on Apr 13, 2026
fix: process all chunk messages for tool call logging, harden memory score normalization (#534, #531)
Yijia-Xiao
committed
fa4d01c
Copy full SHA for fa4d01c
feat: add DeepSeek, Qwen, GLM, and Azure OpenAI provider support
Yijia-Xiao
committed
b0f6058
Copy full SHA for b0f6058
fix: use ~/.tradingagents/ for cache and logs, resolving Docker permission issue (#519)
Yijia-Xiao
committed
59d6b21
Copy full SHA for 59d6b21
Commits on Apr 4, 2026
feat: add Docker support for cross-platform deployment
Yijia-Xiao
committed
10c136f
Copy full SHA for 10c136f
feat: dynamic OpenRouter model selection with search (#482, #337)
Yijia-Xiao
committed
4f965bf
Copy full SHA for 4f965bf
refactor: remove stale imports, use configurable results path (#499)
Yijia-Xiao
committed
bdb9c29
Copy full SHA for bdb9c29
chore: bump langchain-google-genai minimum to 4.0.0 for thought signature support
Yijia-Xiao
committed
bdc5fc6
Copy full SHA for bdc5fc6
fix: normalize indicator names to lowercase (#490)
Yijia-Xiao
committed
78fb66a
Copy full SHA for 78fb66a
fix: portfolio manager reads trader's proposal and research plan (#503)
Yijia-Xiao
committed
7269f87
Copy full SHA for 7269f87
fix: add missing pandas import in y_finance.py (#488)
Yijia-Xiao
committed
28d5cc6
Copy full SHA for 28d5cc6
fix: remove hardcoded Google endpoint that caused 404 (#493, #496)
Yijia-Xiao
committed
7004dfe
Copy full SHA for 7004dfe
Commits on Mar 29, 2026
TradingAgents v0.2.3
Yijia-Xiao
committed
4641c03
Copy full SHA for 4641c03
chore: update model lists and defaults to GPT-5.4 family
Yijia-Xiao
committed
e75d17b
Copy full SHA for e75d17b
feat: multi-language output support for analyst reports and final decision (#472)
Yijia-Xiao
committed
6cddd26
Copy full SHA for 6cddd26
Merge pull request #464 from CadeYu/sync-validator-models
Show description for c61242a
Yijia-Xiao
authored
c61242a
Copy full SHA for c61242a
fix: pass base_url to Google and Anthropic clients for proxy support (#427)
Yijia-Xiao
committed
58e9942
Copy full SHA for 58e9942
Merge pull request #453 from javierdejesusda/fix/standardize-google-api-key
Show description for 46e1b60
Yijia-Xiao
authored
46e1b60
Copy full SHA for 46e1b60
fix: gracefully handle invalid indicator names in tool calls (#429)
Yijia-Xiao
committed
ae8c8ae
Copy full SHA for ae8c8ae
fix: add yf_retry to yfinance news fetchers (#445)
Yijia-Xiao
committed
f3f58bd
Copy full SHA for f3f58bd
fix: prevent look-ahead bias in backtesting data fetchers (#475)
Yijia-Xiao
committed
e111388
Copy full SHA for e111388
Commits on Mar 25, 2026
fix model catalog typing and known-model helper
CadeYu
committed
bd6a5b7
Copy full SHA for bd6a5b7
sync model validation with cli catalog
CadeYu
committed
8793336
Copy full SHA for 8793336
Commits on Mar 24, 2026
refactor: simplify api_key mapping and consolidate tests
Show description for 047b389
javierdejesusda
committed
047b389
Copy full SHA for 047b389
fix(llm_clients): standardize Google API key to unified api_key param
Show description for f502600
javierdejesusda
committed
f502600
Copy full SHA for f502600
Previous
Next
You can’t perform that action at this time.