@@ -21,9 +21,9 @@ It's written in C# running on .Net Core that is full cross-platform framework, t
2121### Some Features
2222
2323* 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 .
2525* 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).
2727* Allow multiple agents with different responsibilities cooperate to complete complex tasks.
2828* Build, test, evaluate and audit your LLM agent in one place.
2929* 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
7979#### Data Storages
8080- BotSharp.Core.Repository
8181- BotSharp.Plugin.MongoStorage
82+ - BotSharp.Plugin.TencentCos
8283
8384#### LLMs
85+ - BotSharp.Plugin.Planner
8486- BotSharp.Plugin.AzureOpenAI
87+ - BotSharp.Plugin.OpenAI
88+ - BotSharp.Plugin.AnthropicAI
8589- BotSharp.Plugin.GoogleAI
8690- BotSharp.Plugin.MetaAI
8791- BotSharp.Plugin.HuggingFace
@@ -107,8 +111,13 @@ BotSharp uses component design, the kernel is kept to a minimum, and business fu
107111#### Tools
108112- BotSharp.Plugin.Dashboard
109113- BotSharp.Plugin.RoutingSpeeder
114+ - BotSharp.Plugin.AudioHandler
115+ - BotSharp.Plugin.EmailHandler
116+ - BotSharp.Plugin.FileHandler
117+ - BotSharp.Plugin.HttpHandler
118+ - BotSharp.Plugin.SqlDriver
110119- BotSharp.Plugin.WebDriver
111- - BotSharp.Plugin.PizzaBot
120+ - BotSharp.Plugin.PythonInterpreter
112121
113122#### UIs
114123- BotSharp.Plugin.ChatbotUI
0 commit comments