feat(integrations): LinkedIn + LinkedIn B2B + generic handler#256
Merged
olegklimov merged 1 commit intomainfrom Mar 16, 2026
Merged
feat(integrations): LinkedIn + LinkedIn B2B + generic handler#256olegklimov merged 1 commit intomainfrom
olegklimov merged 1 commit intomainfrom
Conversation
…eric handler - Add IntegrationLinkedinB2B with full ads/org/social/events/leadgen scopes - Update linkedin: simplified init (rcx only), fix OAuth scopes to openid/profile/email/w_member_social - Add generic importlib/inspect handler for all future fi_*.py integrations - main_loop_integrations_init: relax rcx type and make setup optional
e61120f to
5c7bd32
Compare
lev-goryachev
added a commit
that referenced
this pull request
Mar 16, 2026
Adds fi_newsapi.py with full implementation of the NewsAPI v2 provider: - everything endpoint (full-text search across all articles) - top-headlines endpoint (breaking news by country/category) - sources endpoint (list available news sources) Follows the standard Integration*/PROVIDER_NAME/called_by_model pattern, loaded automatically by the generic handler from PR #256.
This was referenced Mar 16, 2026
olegklimov
approved these changes
Mar 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
rcxonly), updated OAuth scopes toopenid/profile/email/w_member_socialimportlib/inspect-based fallback inckit_integrations_db.py— all future single-filefi_*.pyintegrations work without an explicitelifmain_loop_integrations_init: relaxedrcxtype, madesetupoptionalNote for reviewer
This PR must be merged before any other
integration/*PRs — those rely on the generic handler added here.