Skip to content

feat(agent-toolkit): Introduce @clerk/agent-toolkit package#5130

Merged
nikosdouvlis merged 23 commits into
mainfrom
nikos/agent-toolkit
Feb 12, 2025
Merged

feat(agent-toolkit): Introduce @clerk/agent-toolkit package#5130
nikosdouvlis merged 23 commits into
mainfrom
nikos/agent-toolkit

Conversation

@nikosdouvlis

@nikosdouvlis nikosdouvlis commented Feb 11, 2025

Copy link
Copy Markdown
Member

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.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

@changeset-bot

changeset-bot Bot commented Feb 11, 2025

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: a9913f2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 11 packages
Name Type
@clerk/agent-toolkit Patch
@clerk/backend Patch
@clerk/astro Patch
@clerk/express Patch
@clerk/fastify Patch
@clerk/nextjs Patch
@clerk/nuxt Patch
@clerk/react-router Patch
@clerk/remix Patch
@clerk/tanstack-start Patch
@clerk/testing Patch

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

@vercel

vercel Bot commented Feb 11, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
clerk-js-sandbox ⬜️ Skipped (Inspect) Feb 12, 2025 11:48am

Comment thread packages/agent-toolkit/tsup.config.ts Outdated
Comment thread packages/agent-toolkit/README.md
Comment thread packages/agent-toolkit/README.md
…agent-toolkit

# Conflicts:
#	packages/agent-toolkit/package.json
Comment thread .changeset/many-pumpkins-double.md Outdated
Comment thread .changeset/many-pumpkins-double.md Outdated
Comment thread .changeset/many-pumpkins-double.md
Comment thread packages/agent-toolkit/README.md Outdated
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)

Copy link
Copy Markdown
Contributor

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

Comment thread packages/agent-toolkit/src/ai-sdk/index.ts
Comment thread packages/agent-toolkit/src/langchain/adapter.ts
Comment thread packages/agent-toolkit/src/langchain/index.ts
Comment thread packages/agent-toolkit/src/lib/clerk-client.ts Outdated
Comment thread packages/agent-toolkit/src/lib/constants.ts
Comment thread packages/agent-toolkit/LICENSE Outdated
@LekoArts

Copy link
Copy Markdown
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>
nikosdouvlis and others added 3 commits February 11, 2025 18:19
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>
@nikosdouvlis
nikosdouvlis merged commit 128fd89 into main Feb 12, 2025
@nikosdouvlis
nikosdouvlis deleted the nikos/agent-toolkit branch February 12, 2025 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants