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

Conversation

jeblister
Copy link
Contributor

No description provided.

…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.
…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 jeblister merged commit c6285d4 into main Jul 7, 2024
3 checks passed
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.

1 participant