feat: add Stock Market with Rumors example model#237
feat: add Stock Market with Rumors example model#237adarshkumar23 wants to merge 1 commit intomesa:mainfrom
Conversation
A simulation of market dynamics with information asymmetry using LLM-powered agents with 4 agent types: - RetailTrader: Trades based on public info, rumors, and analyst reports - InsiderTrader: Manipulates prices through planted rumors (pump & dump) - Analyst: Publishes research reports influencing market sentiment - MarketMaker: Provides liquidity to stabilize extreme volatility Key features: - Live price engine driven by supply/demand from agent trading - Rumor propagation system with manipulation tracking - Analyst report publishing and influence mechanics - Bubble detection (30%+ price increase over 5 steps) - 3 stocks: TECH, HEALTH, ENERGY with different volatility profiles - Data collection: prices, volume, volatility, insider profits, bubbles
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can generate a title for your PR based on the changes with custom instructions.Set the |
A simulation of market dynamics with information asymmetry using LLM-powered agents with 4 agent types:
Key features: