TradingAgents/tradingagents
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
..
agents I have created the placeholder files for the new XAU-specific analyst agents in `tradingagents/agents/analysts/`. 2025-10-08 06:47:30 +00:00
backtesting Add crypto API key placeholders to .env.example and update requirements 2025-10-07 14:25:17 +07:00
dataflows Add crypto API key placeholders to .env.example and update requirements 2025-10-07 14:25:17 +07:00
graph I have created the placeholder files for the new XAU-specific analyst agents in `tradingagents/agents/analysts/`. 2025-10-08 06:47:30 +00:00
paper_trading Remove crypto-related documentation and test files as part of project cleanup. This includes the implementation summary, migration plan, phase readmes, and various test scripts for crypto agents and backtesting. All associated examples and quick start guides have also been deleted to streamline the repository. 2025-10-07 23:57:22 +07:00
crypto_config.py Add crypto API key placeholders to .env.example and update requirements 2025-10-07 14:25:17 +07:00
default_config.py Switch default data vendor 2025-09-30 12:43:27 +08:00
xau_config.py I have created the placeholder files for the new XAU-specific analyst agents in `tradingagents/agents/analysts/`. 2025-10-08 06:47:30 +00:00