{
  "uid": "cogitave.learn.build-your-first-agent-with-namzu",
  "kind": "module",
  "href": "/modules/build-your-first-agent-with-namzu/",
  "title": "Build your first agent with Namzu",
  "summary": "Install the Namzu kernel, register a provider, make your first model call, and declare a tool with a typed schema and an explicit authority - locally, with no account.",
  "type": null,
  "products": [
    "namzu",
    "yuva"
  ],
  "roles": [
    "developer"
  ],
  "levels": [
    "beginner"
  ],
  "subjects": [
    "artificial-intelligence"
  ],
  "headings": [],
  "source": "By the end of this module, you'll be able to:\n- Explain what an agent kernel owns and what it deliberately refuses to own.\n- Register a model provider, and change vendor without touching your agent code.\n- Read the uniform response shape every provider driver returns.\n- Declare a tool with `defineTool` - its schema, permissions, and safety properties.\n",
  "units": [
    "cogitave.learn.build-your-first-agent-with-namzu.introduction",
    "cogitave.learn.build-your-first-agent-with-namzu.what-is-namzu",
    "cogitave.learn.build-your-first-agent-with-namzu.build-an-agent",
    "cogitave.learn.build-your-first-agent-with-namzu.knowledge-check",
    "cogitave.learn.build-your-first-agent-with-namzu.summary"
  ],
  "durationInMinutes": 26,
  "badge": "cogitave.learn.build-your-first-agent-with-namzu.badge",
  "partOf": "cogitave.learn.paths.agent-platform-fundamentals"
}