9 lines
206 B
Python
9 lines
206 B
Python
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"]
|