最終更新:2025-05-14 (水) 01:04:56 (34d)
Mastra/開発
create-mastra
- npx create-mastra@latest?
パッケージ
- @ai-sdk/openai?
- @mastra/core
- @mastra/libsql
- @mastra/memory
メインの処理
- @mastra/core/mastra/Mastra
import { Mastra } from "@mastra/core"; import { myAgent } from "./agents"; export const mastra = new Mastra({ agents: { myAgent }, });