Skip to content

An Autonomous agent created using Langchain to create project proposals and automate meeting workflow

Notifications You must be signed in to change notification settings

Ionio-io/LLM-agent-for-meeting-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLM Agent for meeting workflow automation

An Autonomous agent created using Langchain and langchain agents to create project proposals and automate meeting workflow

👀 Sneak peek

🤔 How it works?

1. Get information about prospect and idea

Agent gets information about a prospect & their idea from internet using perplexity API when a call is booked

2. Find possible solution

It finds possible solution about idea and how to convert that idea in an actual product from internet

3. Create proposal

Creates a professional project proposal from given idea, client information and solution which includes other information like tech stack, timeline, project link etc

4. Convert proposal to sharable document

Saves the project proposal as notion document or word document

⚒️ Architecture

🚀 Getting started

Prerequisites

  • Python and anaconda installed on your machine
  • OpenAI api key
  • Perplexity api key
  • Notion api key

How to run?

  • Clone the repository
  • Create a file called constants.py in same folder and store all of your api keys like this
OPENAI_API_KEY = <key_here>
PERPLEXITY_API_KEY = <key_here>
NOTION_API_KEY = <key_here>
  • Open any jupyter notebook from repository
  • Select your existing python environment or create one using anaconda
  • Run the code

About

An Autonomous agent created using Langchain to create project proposals and automate meeting workflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published