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

Use cases/research #3

Merged
merged 4 commits into from
Jul 7, 2024
Merged

Use cases/research #3

merged 4 commits into from
Jul 7, 2024

Commits on Jul 6, 2024

  1. feat(assistants, orchestrator, plugins): add plugin system and custom…

    …ization options
    
    - Add a plugin system using pluggy to allow loading custom use case prompts
    - Create a ComparativeAnalysisPlugin as an example plugin
    - Add OrchestratorSettings to configure assistant models, workers, tools, and custom prompts
    - Update Orchestrator to use plugin prompts or generate a default prompt
    - Add options to main.py to specify plugin, models, workers, and custom prompts
    - Refactor assistant creation to accept additional tools and kwargs
    - Update requirements with pluggy dependency
    
    The plugin system allows extending the orchestrator with custom use cases and prompts.
    Customization options give more control over assistant models, parallelism, and prompts.
    jeblister committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    a481e89 View commit details
    Browse the repository at this point in the history
  2. feat(tests): add test cases for assistants, config, main, orchestrato…

    …r, plugins
    
    - Add test_assistants.py to test create_assistant, create_file, read_file, list_files functions
    - Add test_config.py to test Settings initialization, API key properties, missing API keys
    - Add test_main.py to test run_workflow command with custom prompt and plugin options
    - Add tests in test_orchestrator.py for run_workflow with plugin and custom prompt
    - Add test_plugins_and_custom_commands.py to test custom prompt command, plugin manager, orchestrator with plugin and custom prompt
    - Update test_workers.py to fix assertion for objective_completion
    jeblister committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    fe897ea View commit details
    Browse the repository at this point in the history
  3. Update roadmap

    jeblister committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    fc414f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    307d211 View commit details
    Browse the repository at this point in the history