Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IntelligenzaArtificiale/Free-Auto-GPT
/ types & classes
Types & classes
28 in github.com/IntelligenzaArtificiale/Free-Auto-GPT
⨍
Functions
117
◇
Types & classes
28
↓ 3 callers
Class
CAMELAgent
Camel.py:41
↓ 3 callers
Class
HfAgent
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 callers
Class
PreTool
hfAgent/agents.py:52
↓ 1 callers
Class
WebpageQATool
AUTOGPT.py:224
Class
Agent
Base class for all agents which contains the main API methods. Args: chat_prompt_template (`str`, *optional*): Pass alon
hfAgent/agents.py:212
Class
BabyAGI
Controller model for the BabyAGI agent.
BabyAgi/BabyAGIMod.py:17
Class
BardChat
hfAgent/FreeLLM/BardChatAPI.py:14
Class
BardChat
FreeLLM/BardChatAPI.py:14
Class
BardChat
OtherAgent/FreeLLM/BardChatAPI.py:14
Class
BardChatAgent
Agent that uses and inference endpoint of Bard Chat by IntelligenzaArtificialeItalia.net Args: token (`str`): chat_prompt_te
hfAgent/agents.py:717
Class
BingChat
hfAgent/FreeLLM/BingChatAPI.py:14
Class
BingChat
FreeLLM/BingChatAPI.py:14
Class
BingChat
OtherAgent/FreeLLM/BingChatAPI.py:14
Class
BingChatAgent
Agent that uses and inference endpoint of BingCHAT by IntelligenzaArtificialeItalia.net Args: cookiepath (`str`): chat_promp
hfAgent/agents.py:656
Class
ChatGPT
hfAgent/FreeLLM/ChatGPTAPI.py:8
Class
ChatGPT
FreeLLM/ChatGPTAPI.py:8
Class
ChatGPT
OtherAgent/FreeLLM/ChatGPTAPI.py:8
Class
ChatGPTAgent
Agent that uses and inference endpoint of CHATGPT by IntelligenzaArtificialeItalia.net Args: token (`str`, *optional*):
hfAgent/agents.py:528
Class
Config
Configuration for this pydantic object.
BabyAgi/BabyAGIMod.py:30
Class
HuggingChat
hfAgent/FreeLLM/HuggingChatAPI.py:11
Class
HuggingChat
FreeLLM/HuggingChatAPI.py:10
Class
HuggingChat
OtherAgent/FreeLLM/HuggingChatAPI.py:11
Class
HuggingChatAgent
Agent that uses and inference endpoint of HuggingCHAT by IntelligenzaArtificialeItalia.net Args: chat_prompt_template (`str`, *optio
hfAgent/agents.py:591
Class
OpenAiAgent
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
Class
TaskCreationChain
Chain to generates tasks.
BabyAgi/task_creation.py:4
Class
TaskExecutionChain
Chain to execute tasks.
BabyAgi/task_execution.py:5
Class
TaskPrioritizationChain
Chain to prioritize tasks.
BabyAgi/task_prioritization.py:5
Class
WebpageQATool
OtherAgent/Tool/browserQA.py:64