Bump to v0.18.
This commit is contained in:
parent
df7743e37d
commit
663a16538f
|
|
@ -2,7 +2,7 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<LangVersion>10.0</LangVersion>
|
<LangVersion>10.0</LangVersion>
|
||||||
<OutputPath>..\..\..\packages</OutputPath>
|
<OutputPath>..\..\..\packages</OutputPath>
|
||||||
<BotSharpVersion>0.17.0</BotSharpVersion>
|
<BotSharpVersion>0.18.0</BotSharpVersion>
|
||||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
@ -22,12 +22,13 @@ It's written in C# running on .Net Core that is full cross-platform framework, t
|
||||||
### Some Features
|
### Some Features
|
||||||
|
|
||||||
* Built-in multi-agents and conversation with state management.
|
* 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.
|
* 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.
|
* Allow multiple agents with different responsibilities cooperate to complete complex tasks.
|
||||||
* Build, test, evaluate and audit your LLM agent in one place.
|
* 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).
|
* 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
|
### Quick Started
|
||||||
1. Run backend service
|
1. Run backend service
|
||||||
|
|
|
||||||
|
|
@ -64,9 +64,9 @@ author = 'Haiping Chen'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.16'
|
version = '0.18'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue