MCPcopy Create free account

hub / github.com/IntelligenzaArtificiale/Free-Auto-GPT / types & classes

Types & classes28 in github.com/IntelligenzaArtificiale/Free-Auto-GPT

↓ 3 callersClassCAMELAgent
Camel.py:41
↓ 3 callersClassHfAgent
Agent that uses and inference endpoint to generate code. Args: url_endpoint (`str`): The name of the url endpoint to use
hfAgent/agents.py:459
↓ 2 callersClassPreTool
hfAgent/agents.py:52
↓ 1 callersClassWebpageQATool
AUTOGPT.py:224
ClassAgent
Base class for all agents which contains the main API methods. Args: chat_prompt_template (`str`, *optional*): Pass alon
hfAgent/agents.py:212
ClassBabyAGI
Controller model for the BabyAGI agent.
BabyAgi/BabyAGIMod.py:17
ClassBardChat
hfAgent/FreeLLM/BardChatAPI.py:14
ClassBardChat
FreeLLM/BardChatAPI.py:14
ClassBardChat
OtherAgent/FreeLLM/BardChatAPI.py:14
ClassBardChatAgent
Agent that uses and inference endpoint of Bard Chat by IntelligenzaArtificialeItalia.net Args: token (`str`): chat_prompt_te
hfAgent/agents.py:717
ClassBingChat
hfAgent/FreeLLM/BingChatAPI.py:14
ClassBingChat
FreeLLM/BingChatAPI.py:14
ClassBingChat
OtherAgent/FreeLLM/BingChatAPI.py:14
ClassBingChatAgent
Agent that uses and inference endpoint of BingCHAT by IntelligenzaArtificialeItalia.net Args: cookiepath (`str`): chat_promp
hfAgent/agents.py:656
ClassChatGPT
hfAgent/FreeLLM/ChatGPTAPI.py:8
ClassChatGPT
FreeLLM/ChatGPTAPI.py:8
ClassChatGPT
OtherAgent/FreeLLM/ChatGPTAPI.py:8
ClassChatGPTAgent
Agent that uses and inference endpoint of CHATGPT by IntelligenzaArtificialeItalia.net Args: token (`str`, *optional*):
hfAgent/agents.py:528
ClassConfig
Configuration for this pydantic object.
BabyAgi/BabyAGIMod.py:30
ClassHuggingChat
hfAgent/FreeLLM/HuggingChatAPI.py:11
ClassHuggingChat
FreeLLM/HuggingChatAPI.py:10
ClassHuggingChat
OtherAgent/FreeLLM/HuggingChatAPI.py:11
ClassHuggingChatAgent
Agent that uses and inference endpoint of HuggingCHAT by IntelligenzaArtificialeItalia.net Args: chat_prompt_template (`str`, *optio
hfAgent/agents.py:591
ClassOpenAiAgent
Agent that uses the openai API to generate code. <Tip warning={true}> The openAI models are used in generation mode, so even for the `c
hfAgent/agents.py:365
ClassTaskCreationChain
Chain to generates tasks.
BabyAgi/task_creation.py:4
ClassTaskExecutionChain
Chain to execute tasks.
BabyAgi/task_execution.py:5
ClassTaskPrioritizationChain
Chain to prioritize tasks.
BabyAgi/task_prioritization.py:5
ClassWebpageQATool
OtherAgent/Tool/browserQA.py:64