feat(agent-toolkit): Introduce @clerk/agent-toolkit package#5130
Merged
Conversation
🦋 Changeset detectedLatest commit: a9913f2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 11 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
nikosdouvlis
force-pushed
the
nikos/agent-toolkit
branch
from
February 11, 2025 10:07
654bea5 to
047acd4
Compare
nikosdouvlis
force-pushed
the
nikos/agent-toolkit
branch
from
February 11, 2025 10:14
047acd4 to
f3bae53
Compare
nikosdouvlis
force-pushed
the
nikos/agent-toolkit
branch
from
February 11, 2025 10:29
f3bae53 to
b7e5ea1
Compare
…agent-toolkit # Conflicts: # packages/agent-toolkit/package.json
nikosdouvlis
force-pushed
the
nikos/agent-toolkit
branch
from
February 11, 2025 10:41
0138eba to
fa2a164
Compare
LekoArts
suggested changes
Feb 11, 2025
Comment on lines
+36
to
+43
| ## Table of Contents | ||
|
|
||
| 1. [Getting Started](#getting-started) | ||
| 2. [Public APIs](#public-apis) | ||
| 3. [Use with Vercel's AI SDK](#use-with-vercels-ai-sdk) | ||
| 4. [Use with Langchain](#use-with-langchain) | ||
| 5. [Advanced Usage](#advanced-usage) | ||
| 6. [Support](#support) |
Contributor
There was a problem hiding this comment.
GitHub already generated this ToC by default so you could also leave it out completely
anagstef
reviewed
Feb 11, 2025
Contributor
|
Oh, before I forget it, let's also add the new package to the labeler then: https://github.com/clerk/javascript/blob/main/.github/labeler.yml |
Co-authored-by: Stefanos Anagnostou <anagstef@users.noreply.github.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
# Conflicts: # pnpm-lock.yaml
nikosdouvlis
force-pushed
the
nikos/agent-toolkit
branch
from
February 12, 2025 11:48
2c01a94 to
a9913f2
Compare
LekoArts
approved these changes
Feb 12, 2025
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.
Description
The Clerk Agent Toolkit enables popular agent frameworks, including Vercel's AI SDK and LangChain, to integrate with Clerk using tools (also known as function calling). This package exposes a subset of Clerk's functionality to agent frameworks, allowing you to build powerful agentic systems capable of managing users, user data, organizations, and more.
Please review the README file for more details
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change