AI Agent Knowledge Library

Tutorials

Step-by-step guides for building AI agents, agent features, integrations, and complete agentic applications.

4 Published resources
Knowledge library

Latest resources

4 published articles

An architecture showing a user, AI agent, reasoning step, retrieval tool, knowledge base, retrieved context, observation, and answer or next action.
Tutorial Beginner

Build Your First RAG Agent

Build a framework-neutral RAG agent with a controlled retrieval tool, attributable evidence, bounded loops, citation checks, traces, and layered evaluation.

A beginner AI agent architecture with a model, task tool, state store, and a circular execution path.
Tutorial Beginner

Build Your First AI Agent

Build a genuine AI task agent in plain Python with tool calling, observations, state, guardrails, logging, error handling, and tests.