Skip to content

Instantly share code, notes, and snippets.

@pavlovmilen
Created May 11, 2025 10:33
Show Gist options
  • Save pavlovmilen/fbd2054d9f34a2013facbaf77b84136b to your computer and use it in GitHub Desktop.
Save pavlovmilen/fbd2054d9f34a2013facbaf77b84136b to your computer and use it in GitHub Desktop.
market_reserarch_agents_team
market_reserarch_agents_team = SelectorGroupChat(
[planning_agent, doji_agent, alpha_vantage_news_sentiment_agent, alpha_vantage_company_info_agent, fomc_summary_fetch_agent, peer_valuation_modeling_agent, report_generator_agent, report_upload_agent],
termination_condition=termination,
allow_repeated_speaker=True,
model_client=gpt_model_client,
selector_prompt=selector_prompt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment