5 Commits

Author SHA1 Message Date
Akshay Goel 3130e41b2f Fix provider plugin generation (#513) 2026-08-11 11:31:38 -04:00
Akshay Goel df0a4f3f8c relax: Allow flexible plugin naming and PR template
- Accept any langextract-* package names (not just langextract-provider-*)
- Add Related to option in PR template for doc-only changes
2025-08-24 16:09:45 -04:00
Akshay Goel 11b4ab0b2d feat: Add community provider plugin registry (#182)
* feat: Add community provider plugin registry

Add validated markdown table for community plugins with CI checks.
Enforces alphabetical sorting, LangExtract issue links, and proper formatting.

* feat: Add community provider plugin registry

Add a validated markdown table for community plugins with CI checks.
Enforces alphabetical sorting, LangExtract issue links, and proper formatting.
2025-08-23 19:39:09 -04:00
Akshay Goel 10e2630d09 Add .gitignore to plugin generator 2025-08-14 14:23:08 -04:00
Akshay Goel aa97c4a013 Improve provider plugin documentation with plugin creation script (#144)
* Improve provider plugin documentation with plugin creation script

- Add comprehensive 7-step checklist for provider creation
- Create automated plugin generator script (create_provider_plugin.py)
- Fix sample plugin with proper schema support and apply_schema method
- Update documentation to simplify testing and add community engagement

* Add links to provider plugin generator script in README files
2025-08-14 07:23:07 -04:00