@@ -21,9 +21,9 @@ It's written in C# running on .Net Core that is full cross-platform framework, t
21
21
### Some Features
22
22
23
23
* Built-in multi-agents and conversation with state management.
24
- * Support multiple LLM Planning approaches to handle different tasks.
24
+ * Support multiple LLM Planning approaches to handle different tasks from simple to complex .
25
25
* Built-in RAG related interfaces, Memeory based vector searching.
26
- * Support multiple AI platforms (ChatGPT 3.5 / 4.0, PaLM 2, LLaMA 2 , HuggingFace).
26
+ * Support multiple AI platforms (ChatGPT 3.5 / 4.0, PaLM 2, LLaMA 3, Claude Sonnet 3.5 , HuggingFace).
27
27
* Allow multiple agents with different responsibilities cooperate to complete complex tasks.
28
28
* Build, test, evaluate and audit your LLM agent in one place.
29
29
* Build-in ` BotSharp UI ` written in [ SvelteKit] ( https://kit.svelte.dev/ ) .
@@ -79,9 +79,13 @@ BotSharp uses component design, the kernel is kept to a minimum, and business fu
79
79
#### Data Storages
80
80
- BotSharp.Core.Repository
81
81
- BotSharp.Plugin.MongoStorage
82
+ - BotSharp.Plugin.TencentCos
82
83
83
84
#### LLMs
85
+ - BotSharp.Plugin.Planner
84
86
- BotSharp.Plugin.AzureOpenAI
87
+ - BotSharp.Plugin.OpenAI
88
+ - BotSharp.Plugin.AnthropicAI
85
89
- BotSharp.Plugin.GoogleAI
86
90
- BotSharp.Plugin.MetaAI
87
91
- BotSharp.Plugin.HuggingFace
@@ -107,8 +111,13 @@ BotSharp uses component design, the kernel is kept to a minimum, and business fu
107
111
#### Tools
108
112
- BotSharp.Plugin.Dashboard
109
113
- BotSharp.Plugin.RoutingSpeeder
114
+ - BotSharp.Plugin.AudioHandler
115
+ - BotSharp.Plugin.EmailHandler
116
+ - BotSharp.Plugin.FileHandler
117
+ - BotSharp.Plugin.HttpHandler
118
+ - BotSharp.Plugin.SqlDriver
110
119
- BotSharp.Plugin.WebDriver
111
- - BotSharp.Plugin.PizzaBot
120
+ - BotSharp.Plugin.PythonInterpreter
112
121
113
122
#### UIs
114
123
- BotSharp.Plugin.ChatbotUI
0 commit comments