old-agentic
Travis Fischer 2025-03-16 19:07:49 +08:00
rodzic 110072eb5e
commit cad2fd8d02
1 zmienionych plików z 18 dodań i 0 usunięć

Wyświetl plik

@ -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