Bump to v0.18.

This commit is contained in:
Haiping Chen 2023-10-30 12:53:19 -05:00
parent df7743e37d
commit 663a16538f
3 changed files with 6 additions and 5 deletions

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<LangVersion>10.0</LangVersion>
<OutputPath>..\..\..\packages</OutputPath>
<BotSharpVersion>0.17.0</BotSharpVersion>
<BotSharpVersion>0.18.0</BotSharpVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
</Project>

View file

@ -22,12 +22,13 @@ It's written in C# running on .Net Core that is full cross-platform framework, t
### Some Features
* Built-in multi-agents and conversation with state management.
* Support multiple LLM Planning approaches to handle different tasks.
* Built-in RAG related interfaces, Memeory based vector searching.
* Support multiple LLM platforms (ChatGPT, PaLM 2, LLaMA 2).
* Support multiple LLM platforms (ChatGPT 3.5 / 4.0, PaLM 2, LLaMA 2).
* Allow multiple agents with different responsibilities cooperate to complete complex tasks.
* Build, test, evaluate and audit your LLM agent in one place.
* Support different open source UI [Chatbot UI](src/Plugins/BotSharp.Plugin.ChatbotUI/Chatbot-UI.md), [HuggingChat UI](src/Plugins/BotSharp.Plugin.HuggingFace/HuggingChat-UI.md).
* Integrate with popular message channels like Facebook Messenger, Slack and Telegram.
* Abstract standard Rich Content data structure. Integrate with popular message channels like Facebook Messenger, Slack and Telegram.
### Quick Started
1. Run backend service

View file

@ -64,9 +64,9 @@ author = 'Haiping Chen'
# built documents.
#
# The short X.Y version.
version = '0.16'
version = '0.18'
# The full version, including alpha/beta/rc tags.
release = '0.16.0'
release = '0.18.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.