Files
eryao/backend/src/core/runtime/tasks.py
T

9 lines
206 B
Python
Raw Normal View History

from __future__ import annotations
2026-04-03 16:56:47 +08:00
from core.agentscope.runtime.tasks import (
run_command_task_agent,
run_command_task_general,
)
__all__ = ["run_command_task_agent", "run_command_task_general"]