Skip to content
    Back to all Bounties

    Earn 47,430 ($474.30)

    Time Remainingdue 2 years ago
    Completed

    Custom LangChain AI Agent with OpenAI and LangChain Tools

    JoshTeam
    JoshTeam
    Posted 2 years ago
    This Bounty has been completed!
    @JoshTeam's review of @Osmii
    5.0
    Average Rating
    Communication 5/5, Quality 5/5, Timeliness 5/5

    Bounty Description

    Problem Description

    I want to create a new Lang Chain agent that can take an agent's name and city, will conduct a series of Google searches to find their reviews online, store all the reviews into a vector database, and when its done has the ability to summarize the reviews into a sentence, perform simple calculations on the reviews (how many on what sites), % of positive to neutral to negative, and how often they are getting reviews by looking at the dates). And be able to persist that data somewhere (csv, sql lite, database, anywhere you want).

    Acceptance Criteria

    Ability to type in two different agent names with two different cities and watch the agent do the searches, grab the data, perform the simple math, and save the end result somewhere to be used by a different system.