Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: #67 add CLI arguments for analysts, model, and provider selection #96

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

pixari
Copy link

@pixari pixari commented Feb 14, 2025

CLI Arguments Enhancement

Overview

This PR introduces new command-line interface arguments to provide more flexibility in configuring the hedge fund simulation.

Changes

Added new CLI arguments to main.py:
--analysts: Allows specifying a comma-separated list of analysts (e.g., 'technical_analyst,fundamentals_analyst')
--model: Enables selection of specific LLM model (e.g., 'gpt-4')
--model-provider: Allows choosing the model provider (e.g., 'OpenAI')

Updated README.md with:

  • Improved formatting and readability
  • Added documentation for new CLI arguments
  • Enhanced setup instructions

Impact:

These changes make the system more configurable, allowing users to:

  • Customize which analysts are active in their simulation
  • Choose specific LLM models for their use case
  • Select different model providers based on their preferences

Closes #67

@chadtzeo
Copy link
Contributor

The 'o' in GPT-4o stands for omni.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add arguments to allow for agent selection instead of interactive.
2 participants