Skip to content

feat(cli): warn about missing provider extras - #364

Merged
himanshu231204 merged 1 commit into
OpenAgentHQ:mainfrom
kkkhs:feature/doctor-provider-extras
Aug 30, 2026
Merged

feat(cli): warn about missing provider extras#364
himanshu231204 merged 1 commit into
OpenAgentHQ:mainfrom
kkkhs:feature/doctor-provider-extras

Conversation

@kkkhs

@kkkhs kkkhs commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

Description

Adds an oaeval doctor config check that warns when the configured LLM or retriever provider needs an optional extra that is not installed, including the exact pip install "openagent-eval[...]" command.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)
  • Test update
  • CI/CD update

Related Issues

Closes #337

How Has This Been Tested?

Added an integration test covering missing anthropic and qdrant extras from an active config.

  • Unit tests pass (uv run pytest)
  • Linter passes (uv run ruff check .)
  • Type checker passes (uv run mypy openagent_eval/)
  • Manual testing performed

Checklist

  • My code follows the project's coding standards
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Screenshots (if applicable)

Not applicable.

Additional Notes

Scoped validation passed for the changed CLI and integration test files, plus the changelog validator. I left the full-project test, lint, and type-check boxes unchecked because I did not run those full commands for this small change.

@himanshu231204
himanshu231204 marked this pull request as ready for review August 30, 2026 11:40
Copilot AI lite review requested due to automatic review settings August 30, 2026 11:40

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@himanshu231204
himanshu231204 merged commit 7ebf60b into OpenAgentHQ:main Aug 30, 2026
10 checks passed
@github-actions

Copy link
Copy Markdown

🎉 Congratulations @kkkhs!

Your pull request has been successfully merged into main. 🚀

Thank you for contributing to OpenAgentHQ and helping improve the project.

We truly appreciate your contribution and hope to see you back with more amazing PRs!

Happy Open Sourcing! ❤️

🌟 This is your first merged contribution to this repository.
Welcome to the OpenAgentHQ contributors family!

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 oaeval doctor check for missing optional provider dependencies

3 participants