chase-mew/ai-hedge-fund — reverse-engineered prompt
Reverse engineered prompt
Build me a small TypeScript app that feels like an AI hedge fund, where a CEO agent manages a few worker agents that can look up real stock market data, investigate different angles, and report back with short summaries. Then the CEO should use those reports to decide what stocks to buy or sell based on the user’s request.
I want to be able to put my request in one obvious place, run it locally, and watch the agents collaborate. Please use environment variables for the OpenAI key and the Financial Datasets key, and make the setup simple so I can install and start it quickly. It would also be great if there’s a debug log or text output showing what each agent checked, what they concluded, and why the final decision was made.
Keep it practical and easy to follow, not over engineered. If anything is unclear, look up the current docs online and make sensible choices.
Want more depth? Deep Reverse