TradingAgents/tradingagents/graph
Ming Jia d4be379d25 feat: Add Anthropic Claude integration with secure configuration
 New Features:
- Add DirectChatAnthropic adapter bypassing LangChain proxy issues
- Fix message formatting bug that caused 'messages required' error
- Enhanced memory system with fallback embeddings for Anthropic
- Secure shell script that reads API key from environment

🔧 Technical Changes:
- Fixed dictionary message handling in anthropic_direct.py
- Updated trading_graph.py to use DirectChatAnthropic
- Enhanced memory.py with hash-based embedding fallback
- Added comprehensive .gitignore for security
- Removed hardcoded API keys for repo safety

🎯 Result: TradingAgents now fully operational with Claude models
🔒 Security: No API keys or sensitive data committed
2025-06-25 20:34:55 -07:00
..
__init__.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
conditional_logic.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
propagation.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
reflection.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
setup.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
signal_processing.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
trading_graph.py feat: Add Anthropic Claude integration with secure configuration 2025-06-25 20:34:55 -07:00