升级插件结构,提供插件组定义逻辑#87
Merged
CodeCasterX merged 3 commits intoModelEngine-Group:3.5.xfrom Apr 25, 2025
surpercodehang:fit-plugin-update
Merged
升级插件结构,提供插件组定义逻辑#87CodeCasterX merged 3 commits intoModelEngine-Group:3.5.xfrom surpercodehang:fit-plugin-update
CodeCasterX merged 3 commits intoModelEngine-Group:3.5.xfrom
surpercodehang:fit-plugin-update
Conversation
CodeCasterX
reviewed
Apr 23, 2025
...el-example/06-agent/src/main/java/modelengine/example/ai/chat/agent/tool/WeatherService.java
Outdated
Show resolved
Hide resolved
CodeCasterX
reviewed
Apr 24, 2025
...xample/06-agent/src/main/java/modelengine/example/ai/chat/agent/tool/WeatherServiceImpl.java
Show resolved
Hide resolved
examples/fel-example/06-agent/src/main/resources/application.yml
Outdated
Show resolved
Hide resolved
...l/java/components/tool-info/src/main/java/modelengine/fel/tool/info/entity/SchemaEntity.java
Outdated
Show resolved
Hide resolved
...fel/java/components/tool-info/src/main/java/modelengine/fel/tool/info/entity/ToolEntity.java
Outdated
Show resolved
Hide resolved
...ugins/tool-maven-plugin/src/test/java/modelengine/fel/maven/compile/parser/weather/Rain.java
Show resolved
Hide resolved
...lugins/tool-discoverer/src/main/java/modelengine/fel/tool/support/DefaultToolDiscoverer.java
Outdated
Show resolved
Hide resolved
CodeCasterX
reviewed
Apr 24, 2025
...ven-plugin/src/main/java/modelengine/fel/maven/complie/plugin/UrlClassLoaderInitializer.java
Outdated
Show resolved
Hide resolved
...en-plugin/src/test/java/modelengine/fel/maven/compile/parser/weather/impl/CityARainImpl.java
Outdated
Show resolved
Hide resolved
CodeCasterX
approved these changes
Apr 25, 2025
Yager-42
pushed a commit
to Yager-42/fit-framework
that referenced
this pull request
Aug 16, 2025
* [fel] 升级插件的结构 * [fel] 去除升级插件结构引入的额外三方插件 * [fel] 修正 pom 导入依赖
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
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.
升级插件数据结构,并整改 fel 模块插件调用逻辑