Skip to content

SeekAI-786/ai-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LangChain Agent — Week 1

A ReAct agent with 3 tools: web search, calculator, and file reader.

Tools

  • DuckDuckGo web search
  • Python expression calculator
  • Local file reader

What I learned

  • How to create agents using Langchain
  • How quickly we can setup an agents
  • How to congiure the agents and add memory buffer for better responses
  • Make sure the agent doesn't get stuck in a loop adding proper validations

How to run

  • pip install -r requirements.txt
  • python agent.py

About

Built a ReAct agent with 3 tools: web search, calculator and file reader using langchain with memory

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages