#381 · Primary category: AI Agents & Automation

BotSharp

ai-agent chatbot multi-agent

AI Multi-Agent Framework in .NET

Project last updated:08/28/26

GitHub Stars

3.1K

Forks

646

Contributors

87

License

Apache-2.0

Why we included this project

BotSharp targets .NET developers who want to add LLM-driven assistants to existing enterprise systems without leaving their stack. It handles the messy parts: multi-agent coordination, conversation state, routing and planning, and memory-backed RAG, all through a component design that lets you swap model providers, storage, and messaging channels. A REST/WebSocket API and a SvelteKit admin UI make it practical to move from a prototype to something that touches real business systems, and plugins cover channels like Telegram and WeChat. If you prefer typed, refactor-friendly C# over scripting-language glue, this is a comfortable fit for building agent-based features.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category