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`. |
||
|---|---|---|
| .. | ||
| agents | ||
| backtesting | ||
| dataflows | ||
| graph | ||
| paper_trading | ||
| crypto_config.py | ||
| default_config.py | ||
| xau_config.py | ||