合并为增强引导类加载器加载的类而定制的Template、Transform #1272
Merged
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.
【修复issue】#1234
【修改内容】1、新增AdviserScheduler,用于调度Sermant中的Adviser,AdviserInterface用于限制Adviser的能力 2、新增sermant-agentcore-god模块,用于放置需要全局可见的类ExecuteContext、Interceptor、AdviserScheduler、AdviserInterface 3、合并构造函数模板为TemplateForCtor、合并成员函数模板为TemplateForMember、合并静态函数模板为TemplateForStatic 4、合并Transformer为DefaultTransformer
【用例描述】不改变原有功能,不需新增用例
【自测情况】1、本地静态检查已过;2、测试用例暂未自动化
【影响范围】1、新增sermant-agentcore-god包,需要配合文档修改