À propos de cet outil
Ship AI agents that reason, remember, and act in TypeScript. Mastra provides memory, tools, MCP, and observability to go from prototype to production. Fonctions clés : Build AI agentsBuild, observe, and improve agents that run for days with Mastra, the leading TypeScript agent frameworkmastra-projectagentstoolsworkflowsscorersindex, Mastra agents have the tools you need to ship fast, AgentsWorkflowsHarnessMemoryServerFactoryagent, tsimport { Agent } from "@mastra/core/agent", export const weatherAgent = new Agent({ id: "weather-agent", name: "Weather Agent", instructions: ` You are a helpful weather assistant, 5", tools: { weatherTool }, }), tsimport { createWorkflow } from "@mastra/core/workflows", const shippingWorkflow = createWorkflow({ id: "order-fulfillment", inputSchema: orderSchema, }).