from __future__ import annotations
from core.agentscope.runtime.tasks import (
run_command_task_agent,
run_command_task_general,
)
__all__ = ["run_command_task_agent", "run_command_task_general"]