Tagged articles
2 articles
Page 1 of 1
CodePath
CodePath
Jun 15, 2026 · Artificial Intelligence

Episode 3 – Visual Guide to Core Concepts: Model, Tool, and Agent Loop

This article breaks down the three foundational elements of agent programming—Model, Tool, and the Agent Loop—showing how to obtain and configure models, define tools with TypeBox, and manage the reasoning‑tool‑feedback cycle, complete with code examples and a flow diagram.

AI agentsAgent loopJavaScript
0 likes · 17 min read
Episode 3 – Visual Guide to Core Concepts: Model, Tool, and Agent Loop
CodePath
CodePath
Jun 8, 2026 · Artificial Intelligence

Run Your First Pi‑AI Agent in Under 10 Minutes

This tutorial walks you through preparing the environment, initializing a Node.js project, writing the first Pi‑AI agent code, using both simple and streaming calls, swapping providers with a single parameter change, and building a continuous‑conversation CLI—all in less than ten minutes.

LLMModel SwitchingNode.js
0 likes · 11 min read
Run Your First Pi‑AI Agent in Under 10 Minutes