ZiadFrancis/GPT_5.6_Sol_Trading_Agent ? reverse-engineered prompt
Reverse engineered prompt
Build me a small trading agent project that can analyze market data and make simple buy or sell style suggestions.
I already have a CSV file with recent XAUUSD hourly data, so please make the app read that data, run an LLM based analysis flow, and save the agent’s outputs in a way that can be reused later with caching. There’s also a BTC agent file, so if it makes sense, keep the structure flexible enough to support both Bitcoin and gold without me having to rewrite everything.
I’d like a clean main entry point that runs the agent end to end, plus basic tests so I can check it is working. If you need to look up current docs online for anything, go ahead. Please keep it simple and practical, and make sure the code can be run from the command line without a lot of setup.
Are you gonna build this?
make sure you review the code using coderabbit