refactor(framework): rename @AgentModule to @AgentRunningModule

This commit is contained in:
2026-02-19 21:39:59 +08:00
parent c7f113b59a
commit c30ec35f85
22 changed files with 52 additions and 51 deletions

View File

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