diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 15166821..a7c72fd0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,10 @@ -Updates to the SalesGPT project: Building the world's best AI Sales Agents. +Updates to the SalesGPT project: Building the world's best AI Sales Agents and virtual workers. + +January 29, 2024 +--------------- +Version 0.1.1 +- updated compatibility to match LangChain 0.1 including examples +- WIP of the website and API documentation. December 10, 2023 --------------- diff --git a/README.md b/README.md index 7348ea9f..234bb04a 100644 --- a/README.md +++ b/README.md @@ -274,9 +274,8 @@ For futher reading take a look at the [docs](https://docs.smith.langchain.com/) # Roadmap -1) Documenting the Repo better -2) Documenting the API -3) Code Documentation +1) Write more documentation +3) Better code documentation 4) Refactor 5) Improve reliability of the parser [issue here](https://github.com/filip-michalsky/SalesGPT/issues/26) and [here](https://github.com/filip-michalsky/SalesGPT/issues/25) 7) Improve Deployment Instructions