AIAny
Icon for item

ai-agents-from-zero

Provides a systematic, project-driven tutorial and runnable codebase for building AI agents, RAG pipelines, and multi-agent systems—focused on Python, LangChain/LangGraph, tooling, deployment, and an interview question bank for engineers aiming to ship production agent applications.

Introduction

AI agent projects commonly fail at the boundary between model knowledge and engineering: teams know LLM APIs but struggle to turn them into robust RAG/Agent products. This repo fills that gap by combining conceptual notes, runnable examples, two end-to-end projects, and an interview-oriented question bank so practitioners can move from “calling an API” to shipping production-ready agent systems.

What Sets It Apart
  • End-to-end, runnable focus: includes runnable examples and two completed projects (an NL2SQL e-commerce Q&A pipeline and a multi-agent deep-research system), so readers can follow from idea to deployable prototype.
  • Engineering-first orientation: emphasizes Python + LangChain/LangGraph pipelines, tool/function calling, memory, MCP/A2A protocols, hybrid retrieval (vector + sparse + rerank) and deployment considerations (Docker, Ollama, vLLM).
  • Career alignment: pairs technical chapters with an interview question bank and project framing guidance to help learners present work in hiring contexts.
Who It's For and Trade-offs

Great fit if you are an engineer or technical learner who wants a hands-on, Python-centric path to RAG and agent engineering, including production trade-offs (retrieval design, cost/observability, safety patterns). Look elsewhere if you need a vendor-agnostic theoretical survey, a Java-first stack, or a lightweight one-file tutorial—this repository is broad and assumes willingness to run multi-component projects and manage API keys or local model runtimes.

Where It Fits

Positions itself between short blog how-tos and paid bootcamps: more system-level and practice-oriented than scattered posts, but not a formal university course. Useful as a bootstrapped internal curriculum for teams adopting agent architectures or individuals preparing for AI agent engineering roles.

More Items

Hugging Face
AI Model2026

Preview agentic language model for research and engineering workflows that turns research questions into executable, verifiable workflows via tool use and long-context reasoning; built on a 744B-parameter MoE (GLM-5.2) with MIT-licensed BF16 and FP8 checkpoints.

Hugging Face
AI Model2026

Post‑trained 9B causal language model optimized for agentic workflows, tool use, coding, and long‑context instruction following. Uses a routing‑guided agentic post‑training pipeline that converts harness executions into training signal, improving agentic and coding benchmarks. Text‑only weights (safetensors/BF16), Apache‑2.0.

Hugging Face
AI Model2026

Multimodal foundation model for visual understanding, spatial reasoning and multi-step agent tool use — accepts text, multiple images and video at any resolution and supports long contexts (up to 128K tokens). Emphasizes fine-grained 2D/3D relations, affordance reasoning and embodied-AI planning.