AgentExecutorIterator(
self,
agent_executor: AgentExecutor,
inputs: Any,
callbacks: Callbacks = | Name | Type | Description |
|---|---|---|
agent_executor* | AgentExecutor | The |
inputs* | Any | The inputs to the |
callbacks | Callbacks | Default: NoneThe callbacks to use during iteration. |
tags | list[str] | None | Default: None |
metadata | dict[str, Any] | None | Default: None |
run_name | str | None | Default: None |
run_id | UUID | None | Default: None |
include_run_info | bool | Default: False |
yield_actions | bool | Default: False |
Iterator for AgentExecutor.
The tags to use during iteration.
The metadata to use during iteration.
The name of the run.
The ID of the run.
Whether to include run info in the output.
Whether to yield actions as they are generated.