Skip to content
agent2agent

Tagged: beginner

2 articles in this tag.

Building & Developing Agents

How to Build Your First AI Agent: A Step-by-Step Guide

You can build a working AI agent in an afternoon: install LangGraph, define a state schema, write two nodes (reason and act), attach a real tool like web search, wire the edges, and run the loop. This guide shows every step.

Nora Lin·10 min read
Agent Frameworks & Tools

LangGraph Tutorial: Build a Stateful Agent in 30 Minutes

LangGraph makes agents explicit: nodes are functions, edges are routing logic, and state is a typed dict that persists across every step. In 30 minutes you can build a stateful research agent that searches the web and synthesizes a summary.

Nora Lin·8 min read