Uh oh!
There was an error while loading. Please reload this page.
feat(agent-toolkit): Introduce @clerk/agent-toolkit package - #5130
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
|
654bea5 to
047acd4Compare047acd4 to
f3bae53CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
f3bae53 to
b7e5ea1Compare…agent-toolkit # Conflicts: # packages/agent-toolkit/package.json
0138eba to
fa2a164CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| ## 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) |
There was a problem hiding this comment.
GitHub already generated this ToC by default so you could also leave it out completely
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
LekoArts
commented
Feb 11, 2025
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
2c01a94 to
a9913f2Compare
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