II.
Framework JSON
Structured · liveframework:mastra
Mastra json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:mastra",
"_kind": "Framework",
"_file": "domain/frameworks/agent-orchestration.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Mastra",
"homepageUrl": "https://mastra.ai",
"belongsToLanguageId": "language:typescript",
"category": "agent-orchestration",
"description": "TypeScript-first agent framework for building AI applications with\ntools, workflows, RAG, and multi-agent systems. Provides a unified\nAPI for LLM providers, structured outputs via Zod schemas, and a\nworkflow engine with branching, retries, and human-in-the-loop steps.\nDesigned for TypeScript developers who want agent capabilities without\nswitching to the Python ecosystem.\n"
},
"outgoingEdges": [
{
"from": "framework:mastra",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "framework:mastra",
"to": "skill-area:ai-agent-development",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:mastra",
"to": "skill-area:agentic-loops",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:mastra",
"to": "framework:vercel-ai-sdk",
"kind": "alternative_to",
"attributes": {
"comparison": "TypeScript agent frameworks — Mastra is workflow-focused; Vercel AI SDK is web-focused"
}
},
{
"from": "framework:mastra",
"to": "framework:langchain",
"kind": "alternative_to",
"attributes": {
"comparison": "Agent orchestration frameworks"
}
},
{
"from": "framework:mastra",
"to": "framework:langgraph",
"kind": "alternative_to",
"attributes": {
"comparison": "Agent orchestration frameworks"
}
},
{
"from": "framework:mastra",
"to": "framework:crewai",
"kind": "alternative_to",
"attributes": {
"comparison": "Agent orchestration frameworks"
}
},
{
"from": "framework:mastra",
"to": "framework:autogen",
"kind": "alternative_to",
"attributes": {
"comparison": "Agent orchestration frameworks"
}
},
{
"from": "framework:mastra",
"to": "framework:pydantic-ai",
"kind": "alternative_to",
"attributes": {
"comparison": "Agent orchestration frameworks"
}
},
{
"from": "framework:mastra",
"to": "framework:semantic-kernel",
"kind": "alternative_to",
"attributes": {
"comparison": "Agent orchestration frameworks"
}
},
{
"from": "framework:mastra",
"to": "framework:google-adk",
"kind": "alternative_to",
"attributes": {
"comparison": "Agent orchestration frameworks"
}
}
],
"incomingEdges": [
{
"from": "framework:langchain",
"to": "framework:mastra",
"kind": "alternative_to",
"attributes": {
"comparison": "Agent orchestration frameworks"
}
},
{
"from": "framework:langgraph",
"to": "framework:mastra",
"kind": "alternative_to",
"attributes": {
"comparison": "Agent orchestration frameworks"
}
},
{
"from": "framework:crewai",
"to": "framework:mastra",
"kind": "alternative_to",
"attributes": {
"comparison": "Agent orchestration frameworks"
}
},
{
"from": "framework:autogen",
"to": "framework:mastra",
"kind": "alternative_to",
"attributes": {
"comparison": "Agent orchestration frameworks"
}
},
{
"from": "framework:pydantic-ai",
"to": "framework:mastra",
"kind": "alternative_to",
"attributes": {
"comparison": "Agent orchestration frameworks"
}
},
{
"from": "framework:semantic-kernel",
"to": "framework:mastra",
"kind": "alternative_to",
"attributes": {
"comparison": "Agent orchestration frameworks"
}
},
{
"from": "framework:google-adk",
"to": "framework:mastra",
"kind": "alternative_to",
"attributes": {
"comparison": "Agent orchestration frameworks"
}
},
{
"from": "framework:vercel-ai-sdk",
"to": "framework:mastra",
"kind": "alternative_to",
"attributes": {
"comparison": "TypeScript agent frameworks — Vercel AI SDK is web-focused; Mastra is workflow-focused"
}
}
]
}