Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · Universal Agentic Stack
page:agent-generate-universal-agentic-stacka5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewarticlejsongraph
II.
Page JSON

page:agent-generate-universal-agentic-stack

Structured · live

Universal Agentic Stack json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · wiki/agent-generate/universal-agentic-stack/README.mdCluster · wiki
Record JSON
{
  "id": "page:agent-generate-universal-agentic-stack",
  "_kind": "Page",
  "_file": "wiki/agent-generate/universal-agentic-stack/README.md",
  "_cluster": "wiki",
  "attributes": {
    "nodeKind": "Page",
    "title": "Universal Agentic Stack",
    "displayName": "Universal Agentic Stack",
    "slug": "agent-generate/universal-agentic-stack",
    "articlePath": "wiki/agent-generate/universal-agentic-stack/README.md",
    "article": "# Universal Agentic Stack\n\nThis section is the Atlas field guide to the 11-layer agentic stack. It is meant to answer practical questions such as:\n\n- \"What exactly does this product own?\"\n- \"What is delegated to the host?\"\n- \"Why does this polished tool still not count as a full agent platform?\"\n- \"Where do plugins, tools, gateways, workspaces, approvals, and UI surfaces actually belong?\"\n\nUse it to place products, frameworks, runtimes, plugins, and interfaces in the right part of the system instead of flattening everything into one vague \"agent\" bucket.\n\n## Start here\n\nIf you only read three pages, read them in this order:\n\n1. [`00-orientation.md`](./00-orientation.md)\n2. [`04-worked-examples.md`](./04-worked-examples.md)\n3. [`03-placement-checklist.md`](./03-placement-checklist.md)\n\n## Start with the page that matches your question\n\n| Page | Best for |\n|---|---|\n| [`00-orientation.md`](./00-orientation.md) | Learning the layer groups and the basic reading model. |\n| [`01-builder-fit.md`](./01-builder-fit.md) | Placing LangGraph, custom-agent builders, coding agents, and gateways correctly. |\n| [`02-landscape-diagram.md`](./02-landscape-diagram.md) | Seeing the whole stack at once in one visual map. |\n| [`03-placement-checklist.md`](./03-placement-checklist.md) | Classifying a real tool or product step by step. |\n| [`04-worked-examples.md`](./04-worked-examples.md) | Seeing complete stack placements for common product shapes. |\n| [`05-common-confusions.md`](./05-common-confusions.md) | Untangling the terms people mix up most often. |\n| [`06-reading-paths.md`](./06-reading-paths.md) | Following a short reading path based on your role or goal. |\n| [`07-comparison-matrix.md`](./07-comparison-matrix.md) | Comparing common product shapes against the full stack at a glance. |\n| [`08-review-template.md`](./08-review-template.md) | Reusing the stack as a repeatable product-review format. |\n| [`09-faq.md`](./09-faq.md) | Answering the most common stack questions directly. |\n| [`layers.md`](./layers.md) | Reading the full layer-by-layer reference from the graph. |\n| [`source-map.md`](./source-map.md) | Tracing every page claim back to the graph files that generated it. |\n\n## What this section helps you do\n\n- Separate the model itself from the provider that serves it and the transport that carries requests.\n- Distinguish the agent core from the runtime around it and the platform above it.\n- Place plugins, installed skills, subagents, tool servers, and extension systems in the right layer.\n- Understand which layers a framework owns and which layers it delegates to an IDE, host app, CI runner, cloud platform, or user shell.\n\n## The core habit\n\nDo not ask \"What is this product?\" in the singular. Ask:\n\n1. Which layers does it own?\n2. Which layers does it expose?\n3. Which layers does it delegate?\n\nThat framing is the difference between a fuzzy taxonomy and an actually useful system map.\n\n## Fast takeaways\n\n- Most confusion comes from mixing Layers 4, 5, and 6: core, runtime, and platform are related but not the same thing.\n- Many real products span multiple adjacent layers, but very few span the whole stack cleanly.\n- Workspace, execution, and sandbox are operational layers, not just implementation details.\n- Presentation and interaction are separate from the compute path: a great UI does not tell you where the agent logic really lives.\n\n## Good reading paths\n\n- If you are evaluating a framework claim, start with [`01-builder-fit.md`](./01-builder-fit.md), then read [`04-worked-examples.md`](./04-worked-examples.md).\n- If you are classifying a real product, jump to [`03-placement-checklist.md`](./03-placement-checklist.md), then confirm against [`layers.md`](./layers.md).\n- If you keep mixing up plugins, tools, runtime, and platform, read [`05-common-confusions.md`](./05-common-confusions.md).\n- If you want a one-screen comparison across product shapes, open [`07-comparison-matrix.md`](./07-comparison-matrix.md).\n- If you want to review a specific product systematically, use [`08-review-template.md`](./08-review-template.md).\n- If you want direct answers instead of a guided path, open [`09-faq.md`](./09-faq.md).\n- If you want the shortest guided route for your role, open [`06-reading-paths.md`](./06-reading-paths.md).\n",
    "documents": [
      "layer:1-model",
      "layer:2-provider",
      "layer:3-transport",
      "layer:4-agent-core",
      "layer:5-agent-runtime",
      "layer:6-agent-platform",
      "layer:7-workspace",
      "layer:8-execution",
      "layer:9-sandbox",
      "layer:10-interaction",
      "layer:11-presentation"
    ]
  },
  "outgoingEdges": [
    {
      "from": "page:agent-generate-universal-agentic-stack",
      "to": "layer:1-model",
      "kind": "documents"
    },
    {
      "from": "page:agent-generate-universal-agentic-stack",
      "to": "layer:2-provider",
      "kind": "documents"
    },
    {
      "from": "page:agent-generate-universal-agentic-stack",
      "to": "layer:3-transport",
      "kind": "documents"
    },
    {
      "from": "page:agent-generate-universal-agentic-stack",
      "to": "layer:4-agent-core",
      "kind": "documents"
    },
    {
      "from": "page:agent-generate-universal-agentic-stack",
      "to": "layer:5-agent-runtime",
      "kind": "documents"
    },
    {
      "from": "page:agent-generate-universal-agentic-stack",
      "to": "layer:6-agent-platform",
      "kind": "documents"
    },
    {
      "from": "page:agent-generate-universal-agentic-stack",
      "to": "layer:7-workspace",
      "kind": "documents"
    },
    {
      "from": "page:agent-generate-universal-agentic-stack",
      "to": "layer:8-execution",
      "kind": "documents"
    },
    {
      "from": "page:agent-generate-universal-agentic-stack",
      "to": "layer:9-sandbox",
      "kind": "documents"
    },
    {
      "from": "page:agent-generate-universal-agentic-stack",
      "to": "layer:10-interaction",
      "kind": "documents"
    },
    {
      "from": "page:agent-generate-universal-agentic-stack",
      "to": "layer:11-presentation",
      "kind": "documents"
    }
  ],
  "incomingEdges": []
}

Shortcuts

Back to overview
Open graph tab