← Back to Projects
both

Agents101

2025 · LLMs, Agents
Agents101 preview

Agents101 is an educational framework I built for exploring LLM agent design patterns from scratch. It covers the core mechanisms that make agents work, such as tool use and planning.

The framework implements the same patterns across SmolAgents, LlamaIndex, and LangGraph to showcase and compare how each library approaches agent orchestration.

It can serve as a practical companion for engineers who want to understand agents by building them from scratch, not just calling them.

Additional resources