任务#

class langchain_experimental.autonomous_agents.hugginggpt.task_executor.Task(task: str, id: int, dep: List[int], args: Dict, tool: BaseTool)[source]#

要执行的任务。

方法

__init__(task, id, dep, args, tool)

completed()

failed()

pending()

run()

save_product()

Parameters:
  • 任务 (str)

  • id (int)

  • dep (列表[整数])

  • args (Dict)

  • 工具 (BaseTool)

__init__(task: str, id: int, dep: List[int], args: Dict, tool: BaseTool)[来源]#
Parameters:
  • 任务 (str)

  • id (int)

  • dep (列表[整数])

  • args (Dict)

  • 工具 (BaseTool)

completed() bool[source]#
Return type:

布尔

failed() bool[source]#
Return type:

布尔

pending() bool[source]#
Return type:

布尔

run() str[source]#
Return type:

字符串

save_product() None[source]#
Return type: