refactor(framework): remove legacy running/sub module base classes and module annotations

This commit is contained in:
2026-02-21 16:14:46 +08:00
parent f963cae4ed
commit e510725e71
16 changed files with 0 additions and 117 deletions

View File

@@ -1,7 +1,4 @@
package work.slhaf.demo.module;
import work.slhaf.partner.api.agent.factory.module.annotation.AgentRunningModule;
@AgentRunningModule(name = "module_a", order = 0)
public class ATestModule {
}