langchain/docs/use_cases/agents
Filip Michalsky 49593a3e41
Notebook example: Context-Aware AI Sales Agent (#3547)
I would like to contribute with a jupyter notebook example
implementation of an AI Sales Agent using `langchain`.

The bot understands the conversation stage (you can define your own
stages fitting your needs)
using two chains:

1. StageAnalyzerChain - takes context and LLM decides what part of sales
conversation is one in
2. SalesConversationChain - generate next message

Schema:

https://images-genai.s3.us-east-1.amazonaws.com/architecture2.png

my original repo: https://github.com/filip-michalsky/SalesGPT

This example creates a sales person named Ted Lasso who is trying to
sell you mattresses.

Happy to update based on your feedback.

Thanks, Filip
https://twitter.com/FilipMichalsky
2023-04-25 16:14:33 -07:00
..
baby_agi_with_agent.ipynb Fix Baby AGI notebooks (#2882) 2023-04-14 07:40:04 -07:00
baby_agi.ipynb Fix typos (#2977) 2023-04-16 08:28:36 -07:00
camel_role_playing.ipynb Add notebook example for camel role playing (#2689) 2023-04-10 21:12:45 -07:00
custom_agent_with_plugin_retrieval.ipynb Fixed Regular expression (#2933) 2023-04-16 09:16:50 -07:00
sales_agent_with_context.ipynb Notebook example: Context-Aware AI Sales Agent (#3547) 2023-04-25 16:14:33 -07:00
wikibase_agent.ipynb wikibase agent 2023-04-20 15:37:56 -07:00