drvineetsingh86/TradingAgents — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python research tool for stock trading ideas that uses multiple AI agents to study a ticker and produce a clear final trading decision.

I want it to feel like a small trading firm. There should be agents for fundamentals, market sentiment, news, and technical indicators. Then have bullish and bearish researchers debate the case, a trader turn that into a proposed action, and a risk and portfolio manager review it before giving the final approve or reject decision. Make it clear this is for research and simulated trading only, not real financial advice.

Please include a simple command line flow where I can enter a ticker, date, and choose an AI provider through environment keys. Save the full reasoning, reports, and final decision so I can review them later. Add Docker support, example env files, basic tests, and a README that explains setup and usage in plain English. Look up current provider docs online if you need to.

Want more depth? Deep Reverse