Releases: SciSharp/BotSharp
Releases Β· SciSharp/BotSharp
v0.11-routing-speeder
What's Changed
- v Render router instruction by route record dynamically. by @hchen2020 in #116
- MR for PdfToTextConverter by @evan-cao-wb in #109
- Draft of Reasoning by @hchen2020 in #118
- Fix send message directly to agent without routing. by @hchen2020 in #120
- Add intent classifier in routing speeder. by @evan-cao-wb in #121
- Add confidence threshold by @evan-cao-wb in #122
- Move label to model dir by @evan-cao-wb in #123
- add model and label file by @evan-cao-wb in #124
- Add async save user dialogue data by @evan-cao-wb in #125
- Add filter when saving dialogue by @evan-cao-wb in #126
- Add filter when saving dialogue by @evan-cao-wb in #127
- Update Chatbot-UI.md by @amolwankhede in #128
- Fix collecting training data set. by @hchen2020 in #129
- Add new line. by @hchen2020 in #130
- Fix get agents in user external id. by @hchen2020 in #131
- re format the code by @evan-cao-wb in #132
New Contributors
- @amolwankhede made their first contribution in #128
Full Changelog: v0.9-routing...v0.11-routing-speeder
v0.9-routing
What's Changed
- Seperate UserAgent. by @hchen2020 in #87
- LLM Functions by @hchen2020 in #88
- Load function from conversation history. by @hchen2020 in #89
- IFunctionCallback by @hchen2020 in #90
- Messenger platform. by @hchen2020 in #92
- Adjust conversation history format. by @hchen2020 in #93
- Tracking conversation state. by @hchen2020 in #94
- File repository. by @hchen2020 in #95
- Support agent switch based on state. by @hchen2020 in #96
- Fix FileRepository bug. by @hchen2020 in #97
- Expose search. by @hchen2020 in #98
- modify cosine function by @evan-cao-wb in #99
- Add Agent hook. by @hchen2020 in #101
- Redefine IFunctionCallback.Execute. by @hchen2020 in #102
- Add GetVectors batch interface. by @hchen2020 in #103
- Refactor to support agent router. by @hchen2020 in #104
- Support liquid template. by @hchen2020 in #105
- Enhance Agent Rounter mechanism by @hchen2020 in #106
- Add maxRecursiveDepth to avoid keeping calling LLM. by @hchen2020 in #107
- Support rich content in UI. by @hchen2020 in #108
- Apply centralized routing by routing table. by @hchen2020 in #110
- Remove RoutingResult. by @hchen2020 in #111
- Fix dead loop when depth exceeds the limit. by @hchen2020 in #112
- Allow agent redirect directly. by @hchen2020 in #113
- Catch and log function call error. by @hchen2020 in #115
New Contributors
- @evan-cao-wb made their first contribution in #99
Full Changelog: v0.6...v0.9-routing
Massive updates
What's Changed
- Wechat plugin by @xbotter in #80
- Enable knowledge in chatbot. by @hchen2020 in #82
- update Wechat plugin by @xbotter in #83
- Fix IConversationCompletionHook by @hchen2020 in #85
- Some fixes. by @hchen2020 in #86
New Contributors
Full Changelog: v0.5...v0.6
Introduce LLMs
BotSharp ushered in the first major update in 3 years, rewriting the entire software architecture, in order to better integrate with the current large language model.
v0.3-Contexts
release v0.3.