forked from SciSharp/BotSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
This pull request introduces several updates to the solution and package management #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update ModelContextProtocol version to 0.4.0-preview.3
Add MMP Embedding method
optimize DistributedLocker
Parse csv file
…atures/refine-tokenizer
Features/refine tokenizer
Rename to NER
generate sqlite DDL based on the data type and add index
Add thought signature
refine reasoning level options
refine parameters
fix typo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several updates to the solution and package management, as well as minor improvements to the codebase. Notably, it adds two new plugin projects, updates and reorganizes NuGet package dependencies, and enhances metadata handling in conversation models.
Key changes:
Solution and Project Structure:
BotSharp.Plugin.MMPEmbeddingandBotSharp.Plugin.Membaseto the solution, including their build configurations and solution folder assignments. [1] [2] [3]UnitTestproject from the solution and its build configurations. [1] [2] [3]NuGet Package Management:
System.ClientModel,Azure.AI.OpenAI,OpenAI,Rougamo.Fody,DistributedLock.Redis, andEntityFrameworkCore.BootKit, and added thePollypackage. [1] [2] [3] [4] [5] [6]Microsoft.Extensions.*,System.Text.Json, andSerilog.Extensions.*to ensure correct versions and compatibility across target frameworks. [1] [2] [3]BotSharp.Abstraction.csprojthat are now managed via centralizedDirectory.Packages.props.Build and Target Frameworks:
TargetFrameworkandLangVersioninBotSharp.AppHost.csprojandBotSharp.ServiceDefaults.csprojto use properties, improving flexibility for multi-targeting. [1] [2]Conversation Model Enhancements:
MetaDatadictionary property to bothDialogMetaDataandRoleDialogModelfor storing additional metadata in conversation messages. [1] [2]RoleDialogModel.Fromto match the new property organization.Codebase Improvements:
[DebuggerStepThrough]attribute to theAgentclass to improve debugging experience by skipping over this class in the debugger.