TradingAgents/tradingagents/agents/utils
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
..
agent_states.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
agent_utils.py update clear msg bc anthropic needs at least 1 msg in chat call 2025-06-15 23:14:47 -07:00
memory.py feat: Add Anthropic Claude integration with secure configuration 2025-06-25 20:34:55 -07:00