Commit Graph

7 Commits

Author SHA1 Message Date
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 a6734d71bc WIP 2025-09-26 16:17:50 +08:00
Max Wong 43aa9c5d09
Local Ollama (#53)
- Fix typo 'Start' 'End'
- Add llama3.1 selection
- Use 'quick_think_llm' model instead of hard-coding GPT
2025-06-26 00:27:01 -04:00
Edward Sun 7eaf4d995f update clear msg bc anthropic needs at least 1 msg in chat call 2025-06-15 23:14:47 -07:00
Edward Sun da84ef43aa main works, cli bugs 2025-06-15 22:20:59 -07:00
Yijia-Xiao cc97cb6d5d chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00