TradingAgents/tradingagents/agents
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
..
analysts 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
managers chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
researchers chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
risk_mgmt chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
trader Fix: Prevent infinite loops, enable reflection, and improve logging 2025-07-03 17:43:40 +05:00
utils 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
__init__.py WIP 2025-09-26 16:17:50 +08:00