chore(ActionCore): update comment

This commit is contained in:
2026-02-06 20:36:50 +08:00
parent 6b861f4b77
commit 277c0d437f

View File

@@ -62,7 +62,7 @@ public class ActionCore extends PartnerCore<ActionCore> {
private RunnerClient runnerClient;
public ActionCore() throws IOException, ClassNotFoundException {
// TODO 通过 AgentConfigManager指定
// TODO 通过 AgentConfigManager指定采用何种 runnerClient
runnerClient = new SandboxRunnerClient(existedMetaActions, virtualExecutor);
setupShutdownHook();
}