-
Notifications
You must be signed in to change notification settings - Fork 7
Add docs for the Vercel AI SDK #264
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
Merged
Merged
Conversation
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
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
evantahler
requested changes
May 9, 2025
Co-authored-by: Evan Tahler <evan@arcade.dev>
evantahler
approved these changes
May 12, 2025
evantahler
added a commit
that referenced
this pull request
May 12, 2025
* simplify registry image * Remove LLM/Model APIs * remove dupe call-tool-directly page * simple quickstart * TODO for Vercel AI and LlamaIndex frameworks * WIP pages for FAQ and best-practices * remove dupe quickstart * simplify langing page * colors * padding and image * re-title * copy tweak * update intro message * simpler message * output context++ * remove llamaindex * better quickstart with `wait_for_completion` * example.mjs * arcade deploy only belongs under 'build tools' * remove old custom tools page * Add CLI docs page * Authoring Tools * dev env * all CLI cans * simplify registry image * Remove LLM/Model APIs * remove dupe call-tool-directly page * simple quickstart * TODO for Vercel AI and LlamaIndex frameworks * WIP pages for FAQ and best-practices * remove dupe quickstart * simplify langing page * colors * padding and image * re-title * copy tweak * update intro message * simpler message * output context++ * remove llamaindex * better quickstart with `wait_for_completion` * example.mjs * arcade deploy only belongs under 'build tools' * remove old custom tools page * Update pages/home/arcade-cli.mdx Co-authored-by: Wils Dawson <wils@arcade.dev> * Update pages/home/arcade-cli.mdx Co-authored-by: Wils Dawson <wils@arcade.dev> * Evan/models not needed without chat apis 2 (#263) * Self Hosting revamp * fix worker note * Simple "attach" mechanism leveraging tunnel providers (#260) * Add instructions for attaching a worker to the cloud gateway with a tunnel. * add clarifying sentence * use tabs for services * vibed a hybrid worker doc * remove FAQ and Best Practices for now * update SDK link * bump quickstart copy * Add docs for the Vercel AI SDK (#264) * Add docs for the Vercel AI SDK * Improve first paragraph * add mention to custom tools Co-authored-by: Evan Tahler <evan@arcade.dev> * Add docs for Zod --------- Co-authored-by: Evan Tahler <evan@arcade.dev> * Remove OpenAI LLM tool calling examples from toolkits in docs (#266) * code-sandbox * dropbox * github * google-calendar * google contacts * google-docs * google-drive * gmail * google-sheets * hubspot * linkedin * outlook * notion * reddit * google finance * google-flights * google hotels * google jobs * google maps * google news * google search * google shopping * walmart * youtube * slack * spotify * stripe * web * x * add registry and runtime * Remove chat completions from main docs (#265) * Remove chat completions form main docs * output example * formatting * typpo * typo * Save preferred language (#268) * quickstart intro (#271) * create-a-toolkit preamble (#270) * create-a-toolkit preamble * do what wils said * Move some auth stuff around (#261) * Move providers to registry. * remove model providers * move auth providers. * Move auth-providers. * fix links (#272) * Update Mastra docs (#273) * FAQ Page (#269) * FAQ Page * typos * remove other stuff * Update faq.mdx --------- Co-authored-by: Wils Dawson <wils@arcade.dev> Co-authored-by: Sergio Serrano <35855882+sdserranog@users.noreply.github.com>
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.
A step-by-step guide on how to add Arcade tools to the Vercel AI SDK. This example uses some utility functions that are not yet available in
arcade-js, but the final version would look something like this.Warning
Don't merge until this PR is merged.