This pull request removes legacy components from the v0.7.x series, leading to a simpler and more maintainable codebase.
In particular, the ChatdollKit.Dialog namespace has seen improvements in structure, making it easier to maintain. Additionally, the removal of dependencies between ChatdollKit.LLM and ChatdollKit.Model enhances modularity and reusability, especially for LLM-related processes. These changes contribute to a cleaner, more maintainable, and modular architecture overall.
This pull request removes legacy components from the v0.7.x series, leading to a simpler and more maintainable codebase. In particular, the
ChatdollKit.Dialog
namespace has seen improvements in structure, making it easier to maintain. Additionally, the removal of dependencies betweenChatdollKit.LLM
andChatdollKit.Model
enhances modularity and reusability, especially for LLM-related processes. These changes contribute to a cleaner, more maintainable, and modular architecture overall.