mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
refactor(framework): make Standalone extend AbstractAgentModule
This commit is contained in:
@@ -33,7 +33,7 @@ sealed class AbstractAgentModule {
|
||||
abstract fun execute(input: I): O
|
||||
}
|
||||
|
||||
abstract class Standalone
|
||||
abstract class Standalone : AbstractAgentModule()
|
||||
|
||||
// TODO 后续于此处扩展生命周期内容
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user