Add plugin development guide documentation - #266
Conversation
|
🎉 Congratulations @sweetytweety2406-wq! 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. |
|
@himanshu231204 Thank you sir for reviewing and merging my contribution. I appreciate the feedback and the opportunity to contribute to OpenAgentHQ. Looking forward to contributing again! |
Thanks for contribution . you can tag us on twitter & LinkedIn to show your contribution in this repo. we have one more ongoing project. check out the "modeldoc" from the organization. looking forward for your contribution. |
Description
Added a complete plugin development guide documentation for OpenAgent Eval. This guide explains the plugin architecture, creating custom metrics, registering LLM providers, configuring entry points, testing plugins locally, best practices, and common pitfalls.
Type of Change
Related Issues
Closes #108
How Has This Been Tested?
Documentation changes were verified by checking the MkDocs documentation build locally.
uv run pytest)uv run ruff check .)uv run mypy openagent_eval/)Checklist
Screenshots (if applicable)
Not applicable.
Additional Notes
Added a beginner-friendly plugin development guide to help contributors understand how to create and register plugins in OpenAgent Eval.