Created
May 11, 2025 10:33
-
-
Save pavlovmilen/fbd2054d9f34a2013facbaf77b84136b to your computer and use it in GitHub Desktop.
market_reserarch_agents_team
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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