Skip to content

Shivanii30/chatbots-vs-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Chatbot vs AI Agent (LangGraph + Local LLM)

This project demonstrates the difference between:

  • a chatbot (single prompt → response)
  • an AI agent (decide → act → observe → respond)

Both use the SAME local open-source model (llama3).

Key Insight

Agents are not smarter models. They are better systems.

Stack

  • LangGraph
  • SQLite

How to Run

  1. Initialize database: python -c "from db import init_db; init_db()"

  2. Run chatbot: python chatbot.py

  3. Run agent: python agent_langgraph.py

About

chatbots-vs-agents is a Python demo that highlights the core difference between a traditional chatbot and an AI agent using the same local LLM (LLaMA 3).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages