Skip to content

feat: add Stock Market with Rumors example model#237

Open
adarshkumar23 wants to merge 1 commit intomesa:mainfrom
adarshkumar23:example-stock-market-model
Open

feat: add Stock Market with Rumors example model#237
adarshkumar23 wants to merge 1 commit intomesa:mainfrom
adarshkumar23:example-stock-market-model

Conversation

@adarshkumar23
Copy link
Copy Markdown

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

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
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 17, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 11f5bf09-7825-4f2d-85ca-ea727551b6d5

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
📝 Coding Plan
  • Generate coding plan for human review comments

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

CodeRabbit can generate a title for your PR based on the changes with custom instructions.

Set the reviews.auto_title_instructions setting to generate a title for your PR based on the changes in the PR with custom instructions.

@wang-boyu wang-boyu added the example Release notes label label Mar 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

example Release notes label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants