Knowledge check
Check what you learned about building an agent with the Namzu kernel. Everything you built runs locally on Node.
Check your knowledge
Choose an answer to see why it is right or wrong.
JavaScript is off, so every explanation is shown at once.
01What is the difference between Namzu and an agent application framework?
02You need to move from a local model to a hosted one. What changes?
03In defineTool, what does permissions: [] assert?
04A tool call keeps failing on malformed input, and widening the tool's permissions would make the error stop. What do you do?