Skip to content

bcokdilli/AgentsProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI Chat Agent

This project creates an interactive AI chat agent using the Langgraph and LangChain libraries. The agent can respond to user inputs and perform web searches when necessary.

Features

  • GPT-4 based language model
  • Tavily search tool integration
  • MemorySaver for memory management
  • Interactive command-line interface

Requirements

  • Python 3.12+
  • pip

Installation

  1. Clone the repository:

    git clone https://github.com/bcokdilli/AgentsProject.git
    cd agentsproject
  2. Install the required libraries:

    pip install -r requirements.txt
  3. Create a .env file and add the necessary API keys:

    OPENAI_API_KEY=your_openai_api_key
    TAVILY_API_KEY=your_tavily_api_key
    

Usage

To run the project:

python main.py
Once running, type your messages in the command prompt, and the AI agent will respond.

License This project is licensed under the MIT License.

Contributing We welcome contributions! Please open an issue to discuss any changes before submitting a pull request.

Contact For questions, you can reach me at b.cokdilli@hotmail.com.tr.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages