Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IntelligenzaArtificiale/Free-Auto-GPT
/ functions
Functions
117 in github.com/IntelligenzaArtificiale/Free-Auto-GPT
⨍
Functions
117
◇
Types & classes
28
↓ 17 callers
Method
run
Sends a request to the agent. Args: task (`str`): The task to perform return_code (`bool`, *optional*, defau
hfAgent/agents.py:319
↓ 6 callers
Method
__init__
(self, chat_prompt_template=None, run_prompt_template=None, additional_tools=None)
hfAgent/agents.py:226
↓ 4 callers
Method
step
( self, input_message: HumanMessage, )
Camel.py:62
↓ 3 callers
Method
chat
Sends a new request to the agent in a chat. Will use the previous ones in its history. Args: task (`str`): The task to p
hfAgent/agents.py:269
↓ 3 callers
Method
generate_one
(self, prompt, stop)
hfAgent/agents.py:356
↓ 2 callers
Method
_chat_generate
(self, prompt, stop)
hfAgent/agents.py:439
↓ 2 callers
Method
_completion_generate
(self, prompts, stop)
hfAgent/agents.py:448
↓ 2 callers
Method
add_task
(self, task: Dict)
BabyAgi/BabyAGIMod.py:35
↓ 2 callers
Method
format_prompt
(self, task, chat_mode=False)
hfAgent/agents.py:256
↓ 2 callers
Function
get_tool_creation_code
(code, toolbox, remote=False)
hfAgent/agents.py:134
↓ 2 callers
Method
init_messages
(self)
Camel.py:55
↓ 2 callers
Method
reset
(self)
Camel.py:51
↓ 2 callers
Function
resolve_tools
(code, toolbox, remote=False, cached_tools=None)
hfAgent/agents.py:115
↓ 2 callers
Method
update_messages
(self, message: BaseMessage)
Camel.py:58
↓ 1 callers
Method
_get_top_tasks
Get the top k tasks based on the query.
BabyAgi/BabyAGIMod.py:100
↓ 1 callers
Function
_setup_default_tools
()
hfAgent/agents.py:84
↓ 1 callers
Function
async_load_playwright
Load the specified URLs using Playwright and parse using BeautifulSoup.
AUTOGPT.py:155
↓ 1 callers
Function
async_load_playwright
Load the specified URLs using Playwright and parse using BeautifulSoup.
OtherAgent/Tool/browserQA.py:3
↓ 1 callers
Method
call
(self, prompt: str, stop: Optional[List[str]] = None)
hfAgent/FreeLLM/BingChatAPI.py:38
↓ 1 callers
Method
call
(self, prompt: str, stop: Optional[List[str]] = None)
hfAgent/FreeLLM/BardChatAPI.py:25
↓ 1 callers
Method
call
(self, prompt: str, stop: Optional[List[str]] = None)
FreeLLM/BingChatAPI.py:38
↓ 1 callers
Method
call
(self, prompt: str, stop: Optional[List[str]] = None)
FreeLLM/BardChatAPI.py:25
↓ 1 callers
Method
call
(self, prompt: str, stop: Optional[List[str]] = None)
OtherAgent/FreeLLM/BingChatAPI.py:38
↓ 1 callers
Method
call
(self, prompt: str, stop: Optional[List[str]] = None)
OtherAgent/FreeLLM/BardChatAPI.py:25
↓ 1 callers
Function
clean_code_for_chat
(result)
hfAgent/agents.py:150
↓ 1 callers
Function
clean_code_for_run
(result)
hfAgent/agents.py:179
↓ 1 callers
Method
execute_task
Execute a task.
BabyAgi/BabyAGIMod.py:107
↓ 1 callers
Method
from_llm
Initialize the BabyAGI Controller.
BabyAgi/BabyAGIMod.py:197
↓ 1 callers
Function
get_chat_history
(chain_memory)
MetaPrompt.py:151
↓ 1 callers
Function
get_new_instructions
(meta_output)
MetaPrompt.py:157
↓ 1 callers
Method
get_next_task
Get the next task.
BabyAgi/BabyAGIMod.py:59
↓ 1 callers
Function
get_remote_tools
(organization="huggingface-tools")
hfAgent/agents.py:69
↓ 1 callers
Function
get_sys_msgs
(assistant_role_name: str, user_role_name: str, task: str)
Camel.py:178
↓ 1 callers
Function
initialize_chain
(instructions, memory=None)
MetaPrompt.py:98
↓ 1 callers
Function
initialize_meta_chain
()
MetaPrompt.py:122
↓ 1 callers
Function
main
(task, max_iters=3, max_meta_iters=5)
MetaPrompt.py:163
↓ 1 callers
Function
newEmbeddings
(texts)
Embedding/HuggingFaceEmbedding.py:28
↓ 1 callers
Method
prepare_for_new_chat
Clears the history of prior calls to [`~Agent.chat`].
hfAgent/agents.py:311
↓ 1 callers
Method
print_next_task
(self, task: Dict)
BabyAgi/BabyAGIMod.py:43
↓ 1 callers
Method
print_task_list
(self)
BabyAgi/BabyAGIMod.py:38
↓ 1 callers
Method
print_task_result
(self, result: str)
BabyAgi/BabyAGIMod.py:47
↓ 1 callers
Method
prioritize_tasks
Prioritize tasks.
BabyAgi/BabyAGIMod.py:77
↓ 1 callers
Function
pushd
Context manager for changing the current working directory.
AUTOGPT.py:120
↓ 1 callers
Function
reshape_array
(arr)
Embedding/HuggingFaceEmbedding.py:19
↓ 1 callers
Function
run_async
(coro)
AUTOGPT.py:194
↓ 1 callers
Function
run_async
(coro)
OtherAgent/Tool/browserQA.py:38
↓ 1 callers
Method
select_conversation
(self, conversation_style: str)
hfAgent/FreeLLM/BingChatAPI.py:27
↓ 1 callers
Method
select_conversation
(self, conversation_style: str)
FreeLLM/BingChatAPI.py:27
↓ 1 callers
Method
select_conversation
(self, conversation_style: str)
OtherAgent/FreeLLM/BingChatAPI.py:27
Method
__init__
( self, system_message: SystemMessage, model: None, )
Camel.py:42
Method
__init__
( self, model="text-davinci-003", api_key=None, chat_prompt_template=None,
hfAgent/agents.py:399
Method
__init__
( self, url_endpoint, token=None, chat_prompt_template=None, run_prompt_template=None, additional_tool
hfAgent/agents.py:487
Method
__init__
( self, token, chat_prompt_template=None, run_prompt_template=None, additional_tools=None, llm=None, m
hfAgent/agents.py:555
Method
__init__
( self, chat_prompt_template=None, run_prompt_template=None, additional_tools=None, llm=None, model=No
hfAgent/agents.py:615
Method
__init__
( self, cookiepath, chat_prompt_template=None, run_prompt_template=None, additional_tools=None, llm=No
hfAgent/agents.py:681
Method
__init__
( self, token ,chat_prompt_template=None, run_prompt_template=None, additional_tools=None, llm=None, m
hfAgent/agents.py:742
Method
_arun
(self, url: str, question: str)
AUTOGPT.py:256
Method
_arun
(self, url: str, question: str)
OtherAgent/Tool/browserQA.py:84
Method
_call
(self, prompt: str, stop: Optional[List[str]] = None)
hfAgent/FreeLLM/HuggingChatAPI.py:25
Method
_call
(self, prompt: str, stop: Optional[List[str]] = None)
hfAgent/FreeLLM/BingChatAPI.py:88
Method
_call
(self, prompt: str, stop: Optional[List[str]] = None)
hfAgent/FreeLLM/BardChatAPI.py:45
Method
_call
(self, prompt: str, stop: Optional[List[str]] = None)
hfAgent/FreeLLM/ChatGPTAPI.py:24
Method
_call
Run the agent.
BabyAgi/BabyAGIMod.py:114
Method
_call
(self, prompt: str, stop: Optional[List[str]] = None)
FreeLLM/HuggingChatAPI.py:24
Method
_call
(self, prompt: str, stop: Optional[List[str]] = None)
FreeLLM/BingChatAPI.py:88
Method
_call
(self, prompt: str, stop: Optional[List[str]] = None)
FreeLLM/BardChatAPI.py:45
Method
_call
(self, prompt: str, stop: Optional[List[str]] = None)
FreeLLM/ChatGPTAPI.py:24
Method
_call
(self, prompt: str, stop: Optional[List[str]] = None)
OtherAgent/FreeLLM/HuggingChatAPI.py:25
Method
_call
(self, prompt: str, stop: Optional[List[str]] = None)
OtherAgent/FreeLLM/BingChatAPI.py:79
Method
_call
(self, prompt: str, stop: Optional[List[str]] = None)
OtherAgent/FreeLLM/BardChatAPI.py:45
Method
_call
(self, prompt: str, stop: Optional[List[str]] = None)
OtherAgent/FreeLLM/ChatGPTAPI.py:24
Function
_get_text_splitter
()
AUTOGPT.py:215
Function
_get_text_splitter
()
OtherAgent/Tool/browserQA.py:55
Method
_identifying_params
Get the identifying parameters.
hfAgent/FreeLLM/HuggingChatAPI.py:57
Method
_identifying_params
Get the identifying parameters.
hfAgent/FreeLLM/BingChatAPI.py:92
Method
_identifying_params
Get the identifying parameters.
hfAgent/FreeLLM/BardChatAPI.py:49
Method
_identifying_params
Get the identifying parameters.
hfAgent/FreeLLM/ChatGPTAPI.py:57
Method
_identifying_params
Get the identifying parameters.
FreeLLM/HuggingChatAPI.py:56
Method
_identifying_params
Get the identifying parameters.
FreeLLM/BingChatAPI.py:92
Method
_identifying_params
Get the identifying parameters.
FreeLLM/BardChatAPI.py:49
Method
_identifying_params
Get the identifying parameters.
FreeLLM/ChatGPTAPI.py:57
Method
_identifying_params
Get the identifying parameters.
OtherAgent/FreeLLM/HuggingChatAPI.py:57
Method
_identifying_params
Get the identifying parameters.
OtherAgent/FreeLLM/BingChatAPI.py:83
Method
_identifying_params
Get the identifying parameters.
OtherAgent/FreeLLM/BardChatAPI.py:49
Method
_identifying_params
Get the identifying parameters.
OtherAgent/FreeLLM/ChatGPTAPI.py:57
Method
_llm_type
(self)
hfAgent/FreeLLM/HuggingChatAPI.py:22
Method
_llm_type
(self)
hfAgent/FreeLLM/BingChatAPI.py:24
Method
_llm_type
(self)
hfAgent/FreeLLM/BardChatAPI.py:22
Method
_llm_type
(self)
hfAgent/FreeLLM/ChatGPTAPI.py:21
Method
_llm_type
(self)
FreeLLM/HuggingChatAPI.py:21
Method
_llm_type
(self)
FreeLLM/BingChatAPI.py:24
Method
_llm_type
(self)
FreeLLM/BardChatAPI.py:22
Method
_llm_type
(self)
FreeLLM/ChatGPTAPI.py:21
Method
_llm_type
(self)
OtherAgent/FreeLLM/HuggingChatAPI.py:22
Method
_llm_type
(self)
OtherAgent/FreeLLM/BingChatAPI.py:24
Method
_llm_type
(self)
OtherAgent/FreeLLM/BardChatAPI.py:22
Method
_llm_type
(self)
OtherAgent/FreeLLM/ChatGPTAPI.py:21
Method
_run
Useful for browsing websites and scraping the text information.
AUTOGPT.py:234
Method
_run
Useful for browsing websites and scraping the text information.
OtherAgent/Tool/browserQA.py:70
Function
browse_web_page
Verbose way to scrape a whole webpage. Likely to cause issues parsing.
AUTOGPT.py:200
next →
1–100 of 117, ranked by callers