Slide 1 of 12
|
Overview
🤖 Introduction to AI Agents

AI Agent
Guide

A simple, beginner-friendly guide to understanding AI Agents — the next evolution beyond ChatGPT, Gemini, and Claude. Learn what makes an agent "autonomous," the 4-part formula behind every agent, and how AI Agents apply directly to library and information science work.

What is an AI Agent?
Foundations
The Agent Formula
LLM + Memory + Tools + Planning
AI Agents for Libraries
4 Real Use Cases
Frameworks & Tools
No-Code + Developer
12
Slides
4
Core Components
4
Library Agent Use Cases
0
Tech Background Needed
Topic 1 · Introduction

What is an AI Agent?

📖 Theory
Simple Definition

"An AI Agent is an intelligent software system that can understand a goal, make plans, use tools, remember information, and take actions to complete tasks — with minimal human intervention."

The Next Evolution of AI
🚀 Beyond ChatGPT, Gemini, and Claude

Today, most people know about ChatGPT, Gemini, and Claude. These are powerful AI assistants — but they are not fully autonomous. They wait for you to ask, answer, and then stop.

The next evolution of AI is called AI Agents — systems that don't just answer, they act.

In Simple Language
A Normal AI
Answers questions. That's it. One question → one answer → done.
An AI Agent Can:
  • Think — reason about the goal
  • Plan — break the goal into steps
  • Remember — recall past information
  • Use tools — interact with the outside world
  • Take actions — actually do things
  • Complete tasks — finish the whole job, not just answer
Key Mental Model

"A normal AI is like a knowledgeable friend who answers your question. An AI Agent is like a capable assistant who takes the whole task off your plate."

Topic 1 · Introduction

AI Assistant vs AI Agent

📖 Theory
Side-by-Side Comparison — Real Example
💬 AI Assistant
You ask: "What is the weather in Ahmedabad?" AI responds: "Today's temperature is 36°C." Done.

One question, one answer, stops immediately. No follow-through, no further action.

🤖 AI Agent
You ask: "Plan my Ahmedabad to Mumbai business trip." Agent can: ✓ Search flights ✓ Compare prices ✓ Find hotels ✓ Create itinerary ✓ Send email summary ...without asking for every step.

One goal stated, the agent independently completes the entire multi-step task end to end.

🎯 The Core Difference

An AI Assistant responds to what you ask, one exchange at a time. An AI Agent takes a goal and independently figures out — and executes — everything needed to achieve it. This is the single most important distinction in this entire topic.

Topic 2 · The Agent Formula

The AI Agent Formula

📖 Theory
The Easiest Way to Explain AI Agents

"A Large Language Model (LLM) can answer questions, but an AI Agent can understand goals, remember information, use tools, and take actions to complete tasks autonomously."

The Complete Formula
AI Agent = LLM + Memory + Tools + Planning
A Simpler Version
AI Agent = LLM + Memory + Tools
🧠 LLM
The brain — understands, reasons, decides.
💾 Memory
Remembers context — within and across sessions.
🛠️ Tools
Connects to the real world — email, search, databases.
🪜 Planning
Breaks the goal into ordered, executable steps.
📌 What's Coming Next

The next 4 slides break down each of these components one at a time — with simple examples for each.

Topic 2 · The Agent Formula

Component 1 — LLM (The Brain)

📖 Theory
Role of This Component

"The LLM acts as the brain of the agent. It's the part that actually understands what's being asked and figures out what to do about it."

Examples of LLMs Used as the Brain
💬
ChatGPT
💎
Gemini
🤖
Claude
🦙
Llama
Responsibilities of the LLM
🧠 What the LLM Does
  • Understands questions
  • Reasons about tasks
  • Generates responses
  • Makes decisions
Worked Example
Example Interaction
User asks: "Find recent AI news." The LLM understands the request — it recognizes this means: search for current information, filter for relevance to "AI", and prepare to act on this understanding.
Why This Matters

"Without a capable LLM as the brain, none of the other components matter — memory, tools, and planning are all useless if the agent can't correctly understand what you actually want."

Topic 2 · The Agent Formula

Component 2 — Memory

📖 Theory
Role of This Component

"Memory allows the agent to remember information — across a single conversation, or even across multiple sessions over time."

Without Memory vs With Memory
❌ Without Memory
User: "My name is Bhavesh." AI: "Nice to meet you." ...later... User: "What's my name?" AI: "I don't know."
✅ With Memory
User: "My name is Bhavesh." ...later... User: "What's my name?" AI: "Your name is Bhavesh."
Two Types of Memory
⏱️ Short-Term Memory
Remembers the current conversation.

Example: Questions asked earlier in the same chat — the agent can refer back to them naturally.
🗄️ Long-Term Memory
Remembers information across sessions — even after you close and reopen.

Example: Your preferences, past interactions, frequently used data.
Topic 2 · The Agent Formula

Component 3 — Tools

📖 Theory
Role of This Component

"Tools allow agents to interact with the outside world. Without tools, AI only knows information. With tools, AI can perform actions."

Examples of Tools an Agent Can Use
📧
Email
📅
Calendar
🌐
Web Search
📄
PDF Reader
📊
Excel
🗄️
Database
💬
Slack
📱
WhatsApp
🔑 Without Tools vs With Tools

Without tools: AI only knows information — it can tell you about things, but can't do them.

With tools: AI can perform real actions — sending, searching, updating, retrieving.

Worked Example
Example Interaction
User says: "Send meeting notes to the team." Agent can: 1. Generate summary 2. Open email tool 3. Send email
Key Insight

"This is the component that turns AI from a 'knower' into a 'doer.' Tools are the bridge between the agent's thinking and real-world impact."

Topic 2 · The Agent Formula

Component 4 — Planning

📖 Theory
A Key Difference Between AI and AI Agents

"Planning is what separates a simple question-answer system from a true autonomous agent."

Normal AI Flow
Question
Answer

Two steps. Done.

AI Agent Flow
Goal
Plan
Execute Steps
Check Result
Improve
Complete Task
Example: Library Use Case
Worked Example — Monthly Library Report
User asks: "Prepare a monthly library usage report." Agent creates plan: Step 1 — Retrieve circulation data Step 2 — Analyze statistics Step 3 — Generate charts Step 4 — Write report Step 5 — Email report Task completed automatically.
Topic 3 · Library Applications

AI Agent for Libraries

📖 Theory
Why This Matters

"This is highly relevant for librarians. AI Agents map directly onto the core functions of library and information science work — reference, help desk, research support, and repository management."

📚 Library Reference Agent
User asks: "Find research papers on Generative AI." Agent: ✓ Searches databases ✓ Retrieves papers ✓ Summarizes papers ✓ Creates bibliography
🎧 Library Help Desk Agent
Can answer, 24×7:
  • Membership queries
  • Borrowing rules
  • Database access
  • Library timings
🔬 Research Support Agent
Can:
  • Search literature
  • Generate summaries
  • Create citations
  • Suggest journals
🗃️ Institutional Repository Agent
Can:
  • Search theses
  • Generate summaries
  • Answer repository questions
Topic 3 · Library Applications

AI Agent vs RAG Chatbot

📖 Theory
Why Compare These Two?

"Many libraries already use RAG chatbots for answering questions from documents. Understanding the difference helps you choose the right solution for the right task."

FeatureRAG ChatbotAI Agent
Answers Questions
Uses Knowledge Base
Uses ToolsLimitedYes
MemoryLimitedYes
PlanningNoYes
Takes ActionsNoYes
AutonomousNoYes
📌 Practical Takeaway for Library Professionals

A RAG Chatbot is great when you just need accurate answers from your library's documents — fast, simple, reliable. An AI Agent is the right choice when you need the system to actually do something multi-step — search, summarize, compile, and send — without you manually directing every step.

Topic 4 · Tools & Frameworks

Popular AI Agent Frameworks

📖 Theory
Two Categories of Tools

"Whether you're a non-technical librarian or a developer, there's a framework suited to your needs — from drag-and-drop no-code builders to full developer toolkits."

No-Code Frameworks
🧩 Build Agents Without Programming

Ideal for librarians and non-technical staff — visual, drag-and-drop interfaces to build agent workflows.

n8n
Visual workflow automation platform with agent capabilities.
Flowise
Drag-and-drop builder for LLM-powered agent flows.
Dify
No-code platform for building and deploying AI agents.
Langflow
Visual framework for building LangChain-based agents.
Developer Tools
💻 For Technical Teams & Developers

Code-based frameworks offering deeper control and customization — suited for IT teams building advanced library systems.

LangChain
The most widely used framework for building LLM applications and agents.
LangGraph
Graph-based framework for complex, stateful agent workflows.
CrewAI
Framework for orchestrating multiple collaborating AI agents.
AutoGen
Microsoft's framework for building multi-agent conversation systems.
OpenAI Agents SDK
OpenAI's official toolkit for building production-ready agents.
Closing

Summary & Key Takeaway

🎓 Summary
The One Idea to Remember

"A Large Language Model (LLM) can answer questions, but an AI Agent can understand goals, remember information, use tools, and take actions to complete tasks autonomously."

The Formula — One More Time
AI Agent = LLM + Memory + Tools + Planning
What We Covered
🤖 Foundations
  • AI Agent definition
  • Assistant vs Agent comparison
  • The 4-part formula
🧩 Core Components
  • LLM — the brain
  • Memory — short & long term
  • Tools — real-world actions
  • Planning — multi-step execution
📚 Library Applications
  • 4 library agent use cases
  • Agent vs RAG Chatbot
  • No-code & developer frameworks
🚀 Your Next Steps
  • This Week: Identify one repetitive multi-step task in your library workflow that could become an agent
  • This Month: Explore a no-code tool like n8n or Flowise to prototype a simple agent
  • Always: Start small — a single well-defined task is easier to automate than a broad, vague one
Use ← → arrow keys or sidebar to navigate