-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
047acd4
Compare
047acd4
to
f3bae53
Compare
f3bae53
to
b7e5ea1
Compare
…agent-toolkit # Conflicts: # packages/agent-toolkit/package.json
0138eba
to
fa2a164
Compare
## 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GitHub already generated this ToC by default so you could also leave it out completely
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
a9913f2
Compare
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 test
runs as expected.pnpm build
runs as expected.Type of change