Code Monkey home page Code Monkey logo

langchain-agents's Introduction

Daceflow AI logo

Elevate Your Project with Top-Tier AI/LLM Expertise! ๐Ÿš€

Daceflow AI
Unlock Possibilities โ†’
๐Ÿ“ง Connect with us: [email protected]

๐Ÿฆœ๐Ÿ”— LangChain Agents

Comparing the different ReAct Agents in LangChain

๐Ÿ‘ท๏ธ Overview

Link: https://youtu.be/1AmLD1aY7cM

This overview describes LangChain's agents in 9 minutes and is packed with examples and animations to get the main points across as simply as possible.

๐Ÿ’ป Getting Started

Prerequisites

You will need Python and Pipenv

API Keys

You will need

Your .env file should look like

OPENAI_API_KEY="XXXXX"
SERPAPI_API_KEY="XXXXX"

Gmail Auth

You will need a credentials.json file to let the agent send emails. You can create yours at https://developers.google.com/gmail/api/quickstart/python#authorize_credentials_for_a_desktop_application

Installation

  1. Clone the repository:
git clone https://github.com/edrickdch/langchain-agents
  1. Navigate to the project directory:
cd langchain-agents
  1. Install the required dependencies using Pipenv:
pipenv install
  1. Activate the Pipenv shell:
pipenv shell
  1. Create a .env file in the top-directory with the following:
OPENAI_API_KEY="XXXXX"
SERPAPI_API_KEY="XXXXX"
  1. (OPTIONAL: For the sales report agent) Populate the DB
python src/agent/sales-report-db-starter.py
  1. (OPTIONAL: For the sales report agent) Run the agent
python src/agent/sales-report-agent.py

๐Ÿ”— Useful Links

๐Ÿ’Œ Newsletter

๐Ÿ‘‡ Subscribe to the newsletter if you're interested in building more AI applications

https://practical-ai-builder.beehiiv.com/

langchain-agents's People

Contributors

edrickdch avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.