mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +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 fun execute(input: I): O
|
||||||
}
|
}
|
||||||
|
|
||||||
abstract class Standalone
|
abstract class Standalone : AbstractAgentModule()
|
||||||
|
|
||||||
// TODO 后续于此处扩展生命周期内容
|
// TODO 后续于此处扩展生命周期内容
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user