Commit Graph

11 Commits

Author SHA1 Message Date
coderabbitai[bot] d266e7d0db
📝 Add docstrings to `feature-complete-XAU`
Docstrings generation was requested by @ducga1998.

* https://github.com/ducga1998/TradingAgents/pull/2#issuecomment-3405177498

The following files were modified:

* `tradingagents/agents/analysts/xau_macro_analyst.py`
* `tradingagents/agents/analysts/xau_positioning_analyst.py`
* `tradingagents/agents/utils/agent_utils.py`
* `tradingagents/graph/xau_graph.py`
* `xau_main.py`
2025-10-15 08:32:21 +00:00
google-labs-jules[bot] e6dfed28a9 I have created the placeholder files for the new XAU-specific analyst agents in `tradingagents/agents/analysts/`.
Implemented the `xau_macro_analyst` agent, defining its prompts and integrating tools from the FRED API dataflow.

Implemented the `xau_positioning_analyst` agent, defining its prompts and integrating tools from `cot_data.py` and `etf_flows.py`.

Exposed the new XAU data layer functions as agent tools by importing them in `tradingagents/agents/utils/agent_utils.py`.

Created and verified `tradingagents/xau_config.py` to manage system settings and `tradingagents/graph/xau_graph.py` to define the specialized LangGraph workflow for the XAU agents.

Created and verified `xau_main.py` to serve as the main entry point for initializing and running the `XAUTradingGraph`.
2025-10-08 06:47:30 +00:00
duncan afb0e73de0 Add crypto API key placeholders to .env.example and update requirements
- Added placeholders for Binance, Coinbase, Kraken, Glassnode, and Messari API keys in .env.example.
- Updated requirements.txt to include ccxt, glassnode, and python-dotenv libraries.
- Enhanced agent_utils.py and interface.py to incorporate crypto-specific tools and vendor modules for improved functionality.
2025-10-07 14:25:17 +07:00
luohy15 86bc0e793f minor fix 2025-09-27 00:04:59 +08:00
luohy15 8b04ec307f minor fix 2025-09-26 23:25:33 +08:00
luohy15 0ab323c2c6 Add Alpha Vantage API integration as primary data provider
- Replace FinnHub with Alpha Vantage API in README documentation
- Implement comprehensive Alpha Vantage modules:
  - Stock data (daily OHLCV with date filtering)
  - Technical indicators (SMA, EMA, MACD, RSI, Bollinger Bands, ATR)
  - Fundamental data (overview, balance sheet, cashflow, income statement)
  - News and sentiment data with insider transactions
- Update news analyst tools to use ticker-based news search
- Integrate Alpha Vantage vendor methods into interface routing
- Maintain backward compatibility with existing vendor system

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-26 22:57:50 +08:00
luohy15 a6734d71bc WIP 2025-09-26 16:17:50 +08:00
Yijia Xiao b575bd0941
Merge pull request #52 from TauricResearch/dev
Merge dev into main. Add support for Anthropic and OpenRouter.
2025-06-23 20:38:14 -04:00
Edward Sun 52284ce13c fixed anthropic support. Anthropic has different format of response when it has tool calls. Explicit handling added 2025-06-21 12:51:34 -07:00
Atharv Sabde 2af7ef3d79
fundamentals_analyst.py(spelling mistake.markdown) 2025-06-19 21:48:16 +05:30
Yijia-Xiao cc97cb6d5d chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00