From cad1473e58dfd970cfc959ac042f5faed50b59d3 Mon Sep 17 00:00:00 2001 From: Filip Michalsky Date: Sat, 15 Jul 2023 09:30:54 -0400 Subject: [PATCH] update readme --- README.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 97a60658..4e80aaab 100644 --- a/README.md +++ b/README.md @@ -150,15 +150,22 @@ Follow me at [@FilipMichalsky](https://twitter.com/FilipMichalsky) ## SalesGPT Roadmap -- Knowledge base for products/services a Sales Agent can offer (so that LLM does not make it up) -- Convert LLM Chains (linear workflow) to an Agent (decides what to do based on user's input) - - What tools should the agent have? (e.g., the ability to search the internet) - - Add the ability of Sales Agent to interact with AI plugins on your website (.well-known/ai-plugin.json) - + +- Add the ability of Sales Agent to interact with AI plugins on your website (.well-known/ai-plugin.json) + +- What tools should the agent have? (e.g., the ability to search the internet) + ~~- Add the ability to stop generation when user interupts the agent~~ -- Add a vectorstore to incorporate a real product knowledge base vs. the LLM making it up. + +~~- Add a vectorstore to incorporate a real product knowledge base vs. the LLM making it up.~~ + +~~- Knowledge base for products/services a Sales Agent can offer (so that LLM does not make it up)~~ + +~~- Convert LLM Chains (linear workflow) to an Agent (decides what to do based on user's input)~~ + + ## Contributing -Contributions are highly encouraged! +Contributions are highly encouraged! Please fork and submit a PR.