docs: Add Scalekit tool integration for AgentKit connectors#3963
Open
saif-at-scalekit (saif-at-scalekit) wants to merge 5 commits into
Open
docs: Add Scalekit tool integration for AgentKit connectors#3963saif-at-scalekit (saif-at-scalekit) wants to merge 5 commits into
saif-at-scalekit (saif-at-scalekit) wants to merge 5 commits into
Conversation
Add Scalekit to the LangChain Python tool integrations, providing 80+ prebuilt OAuth connectors (Gmail, Slack, GitHub, Salesforce, etc.) with delegated OAuth, a managed token vault, and a native LangChain adapter that returns StructuredTool objects. Changes: - New tool page: src/oss/python/integrations/tools/scalekit.mdx - Add Scalekit to Integration platforms table and card grid in index.mdx
Contributor
|
Thanks for opening a docs PR, saif-at-scalekit (@saif-at-scalekit)! When it's ready for review, please add the relevant reviewers:
|
Add light/dark Scalekit S-mark SVGs to src/images/providers/ and reference the icon from the Scalekit card in the tools index.
Use the real Scalekit S-mark from scalekit-web-ui/public/scalekit-icon.svg. - scalekit-icon.svg: full icon with rounded-square background (for Card) - light/scalekit.svg: dark S mark extracted from brand icon - dark/scalekit.svg: white S mark for dark theme
Author
|
Mason Daugherty (@mdrxy) I’ve gone through other PRs and the contribution guidelines to this pull request. Since this is my first time working on this PR and on #3956, I may have missed a few things. Please let me know if there’s anything I can adjust to make this PR as clean as possible and straightforward for you to review and merge. |
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
Add Scalekit to the LangChain Python tool integrations page. Scalekit AgentKit provides 80+ prebuilt OAuth connectors (Gmail, Slack, GitHub, Salesforce, Jira, HubSpot, etc.) with delegated OAuth, a managed token vault, and a native LangChain adapter that returns
StructuredToolobjects.Changes
src/oss/python/integrations/tools/scalekit.mdxsrc/oss/python/integrations/tools/index.mdxWhat Scalekit does
client.actions.langchain.get_tools()returnsStructuredToolobjects, no schema conversion neededidentifierparameterlangchain-mcp-adaptersPackage
The integration lives in
scalekit-sdk-pythonon PyPI. The LangChain adapter is lazy-loaded when accessingactions.langchain.Verification
Related
This PR was written with AI assistance.