An Autonomous agent created using Langchain and langchain agents to create project proposals and automate meeting workflow
Agent gets information about a prospect & their idea from internet using perplexity API when a call is booked
It finds possible solution about idea and how to convert that idea in an actual product from internet
Creates a professional project proposal from given idea, client information and solution which includes other information like tech stack, timeline, project link etc
Saves the project proposal as notion document or word document
- Python and anaconda installed on your machine
- OpenAI api key
- Perplexity api key
- Notion api key
- 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