任务执行器#

class langchain_experimental.autonomous_agents.hugginggpt.task_executor.TaskExecutor(plan: Plan)[source]#

加载工具并执行任务。

方法

Parameters:

计划 (Plan)

__init__(plan: Plan)[来源]#
Parameters:

计划 (Plan)

check_dependency(task: Task) bool[source]#
Parameters:

任务 (Task)

Return type:

布尔

completed() bool[来源]#
Return type:

布尔

describe() str[来源]#
Return type:

字符串

failed() bool[source]#
Return type:

布尔

pending() bool[source]#
Return type:

布尔

run() str[源代码]#
Return type:

字符串

update_args(task: Task) None[source]#
Parameters:

任务 (Task)

Return type: