HuggingFaceToolAgent
transformers
library. For more information
about the available models, please see the transformers
documentation
at https://huggingface.co/docs/transformers/transformers_agents.
Parameters:
- name (str): The name of the agent. *args (Any): Additional positional arguments to pass to the underlying Agent class.
- remote (bool, optional): Flag indicating whether to run the agent remotely. (default: :obj:
True
) **kwargs (Any): Additional keyword arguments to pass to the underlying Agent class.
init
reset
step
- remote (bool, optional): Flag indicating whether to run the agent remotely. Overrides the default setting. (default: :obj:
None
) **kwargs (Any): Keyword arguments to pass to the agent.
chat
- remote (bool, optional): Flag indicating whether to run the agent remotely. Overrides the default setting. (default: :obj:
None
) **kwargs (Any): Keyword arguments to pass to the agent.