kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
79 wiersze
1.8 KiB
Markdown
79 wiersze
1.8 KiB
Markdown
---
|
|
title: Quick Start
|
|
description: A quick start on how to use tools from Agentic's marketplace.
|
|
---
|
|
|
|
## TypeScript AI SDKs
|
|
|
|
<Columns cols={2}>
|
|
<Card
|
|
title='Vercel AI SDK'
|
|
href='/marketplace/ts-sdks/ai-sdk'
|
|
icon='/media/sdks/vercel.svg'
|
|
>
|
|
How to use Agentic tools with the Vercel AI SDK.
|
|
</Card>
|
|
|
|
<Card
|
|
title='LangChain'
|
|
href='/marketplace/ts-sdks/langchain'
|
|
icon='/media/sdks/langchain.svg'
|
|
>
|
|
How to use Agentic tools with LangChain's TS SDK.
|
|
</Card>
|
|
|
|
<Card
|
|
title='OpenAI Chat Completions'
|
|
href='/marketplace/ts-sdks/openai-chat'
|
|
icon='/media/sdks/openai.svg'
|
|
>
|
|
How to use Agentic tools with the OpenAI Chat Completions API.
|
|
</Card>
|
|
|
|
<Card
|
|
title='OpenAI Responses'
|
|
href='/marketplace/ts-sdks/openai-responses'
|
|
icon='/media/sdks/openai.svg'
|
|
>
|
|
How to use Agentic tools with the OpenAI Responses API.
|
|
</Card>
|
|
|
|
<Card
|
|
title='Llamaindex'
|
|
href='/marketplace/ts-sdks/llamaindex'
|
|
icon='/media/sdks/llamaindex.svg'
|
|
>
|
|
How to use Agentic tools with Llamaindex's TS SDK.
|
|
</Card>
|
|
|
|
<Card
|
|
title='Firebase Genkit'
|
|
href='/marketplace/ts-sdks/genkit'
|
|
icon='/media/sdks/firebase.svg'
|
|
>
|
|
How to use Agentic tools with the Firebase Genkit SDK.
|
|
</Card>
|
|
|
|
<Card
|
|
title='Mastra'
|
|
href='/marketplace/ts-sdks/mastra'
|
|
icon='/media/sdks/mastra.svg'
|
|
>
|
|
How to use Agentic tools with the Mastra SDK.
|
|
</Card>
|
|
</Columns>
|
|
|
|
## MCP Clients
|
|
|
|
_MCP client docs are coming soon..._
|
|
|
|
## Python AI SDKs
|
|
|
|
_Python docs are coming soon..._
|
|
|
|
## Want to publish your own MCP tools?
|
|
|
|
Agentic makes it extremely easy to publish and monetize your own MCP tools. Regardless of whether you're starting from scratch or already have an existing API, you'll be up and running with a production-ready MCP product in minutes.
|
|
|
|
Visit the [publishing docs](/publishing) to get started.
|