kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
old-agentic
rodzic
110072eb5e
commit
cad2fd8d02
|
@ -99,6 +99,24 @@ title: Quick Start
|
|||
See the [AI SDK adapter docs](/sdks/ai-sdk) for usage details.
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="Mastra">
|
||||
<CodeGroup>
|
||||
```bash npm
|
||||
npm install @agentic/mastra @mastra/core
|
||||
```
|
||||
|
||||
```bash yarn
|
||||
yarn add @agentic/mastra @mastra/core
|
||||
```
|
||||
|
||||
```bash pnpm
|
||||
pnpm add @agentic/mastra @mastra/core
|
||||
```
|
||||
</CodeGroup>
|
||||
|
||||
See the [Mastra adapter docs](/sdks/mastra) for usage details.
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="LangChain">
|
||||
<CodeGroup>
|
||||
```bash npm
|
||||
|
|
Ładowanie…
Reference in New Issue