MCPcopy Create free account

hub / github.com/IntelligenzaArtificiale/Free-Auto-GPT / functions

Functions117 in github.com/IntelligenzaArtificiale/Free-Auto-GPT

↓ 17 callersMethodrun
Sends a request to the agent. Args: task (`str`): The task to perform return_code (`bool`, *optional*, defau
hfAgent/agents.py:319
↓ 6 callersMethod__init__
(self, chat_prompt_template=None, run_prompt_template=None, additional_tools=None)
hfAgent/agents.py:226
↓ 4 callersMethodstep
( self, input_message: HumanMessage, )
Camel.py:62
↓ 3 callersMethodchat
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 callersMethodgenerate_one
(self, prompt, stop)
hfAgent/agents.py:356
↓ 2 callersMethod_chat_generate
(self, prompt, stop)
hfAgent/agents.py:439
↓ 2 callersMethod_completion_generate
(self, prompts, stop)
hfAgent/agents.py:448
↓ 2 callersMethodadd_task
(self, task: Dict)
BabyAgi/BabyAGIMod.py:35
↓ 2 callersMethodformat_prompt
(self, task, chat_mode=False)
hfAgent/agents.py:256
↓ 2 callersFunctionget_tool_creation_code
(code, toolbox, remote=False)
hfAgent/agents.py:134
↓ 2 callersMethodinit_messages
(self)
Camel.py:55
↓ 2 callersMethodreset
(self)
Camel.py:51
↓ 2 callersFunctionresolve_tools
(code, toolbox, remote=False, cached_tools=None)
hfAgent/agents.py:115
↓ 2 callersMethodupdate_messages
(self, message: BaseMessage)
Camel.py:58
↓ 1 callersMethod_get_top_tasks
Get the top k tasks based on the query.
BabyAgi/BabyAGIMod.py:100
↓ 1 callersFunction_setup_default_tools
()
hfAgent/agents.py:84
↓ 1 callersFunctionasync_load_playwright
Load the specified URLs using Playwright and parse using BeautifulSoup.
AUTOGPT.py:155
↓ 1 callersFunctionasync_load_playwright
Load the specified URLs using Playwright and parse using BeautifulSoup.
OtherAgent/Tool/browserQA.py:3
↓ 1 callersMethodcall
(self, prompt: str, stop: Optional[List[str]] = None)
hfAgent/FreeLLM/BingChatAPI.py:38
↓ 1 callersMethodcall
(self, prompt: str, stop: Optional[List[str]] = None)
hfAgent/FreeLLM/BardChatAPI.py:25
↓ 1 callersMethodcall
(self, prompt: str, stop: Optional[List[str]] = None)
FreeLLM/BingChatAPI.py:38
↓ 1 callersMethodcall
(self, prompt: str, stop: Optional[List[str]] = None)
FreeLLM/BardChatAPI.py:25
↓ 1 callersMethodcall
(self, prompt: str, stop: Optional[List[str]] = None)
OtherAgent/FreeLLM/BingChatAPI.py:38
↓ 1 callersMethodcall
(self, prompt: str, stop: Optional[List[str]] = None)
OtherAgent/FreeLLM/BardChatAPI.py:25
↓ 1 callersFunctionclean_code_for_chat
(result)
hfAgent/agents.py:150
↓ 1 callersFunctionclean_code_for_run
(result)
hfAgent/agents.py:179
↓ 1 callersMethodexecute_task
Execute a task.
BabyAgi/BabyAGIMod.py:107
↓ 1 callersMethodfrom_llm
Initialize the BabyAGI Controller.
BabyAgi/BabyAGIMod.py:197
↓ 1 callersFunctionget_chat_history
(chain_memory)
MetaPrompt.py:151
↓ 1 callersFunctionget_new_instructions
(meta_output)
MetaPrompt.py:157
↓ 1 callersMethodget_next_task
Get the next task.
BabyAgi/BabyAGIMod.py:59
↓ 1 callersFunctionget_remote_tools
(organization="huggingface-tools")
hfAgent/agents.py:69
↓ 1 callersFunctionget_sys_msgs
(assistant_role_name: str, user_role_name: str, task: str)
Camel.py:178
↓ 1 callersFunctioninitialize_chain
(instructions, memory=None)
MetaPrompt.py:98
↓ 1 callersFunctioninitialize_meta_chain
()
MetaPrompt.py:122
↓ 1 callersFunctionmain
(task, max_iters=3, max_meta_iters=5)
MetaPrompt.py:163
↓ 1 callersFunctionnewEmbeddings
(texts)
Embedding/HuggingFaceEmbedding.py:28
↓ 1 callersMethodprepare_for_new_chat
Clears the history of prior calls to [`~Agent.chat`].
hfAgent/agents.py:311
↓ 1 callersMethodprint_next_task
(self, task: Dict)
BabyAgi/BabyAGIMod.py:43
↓ 1 callersMethodprint_task_list
(self)
BabyAgi/BabyAGIMod.py:38
↓ 1 callersMethodprint_task_result
(self, result: str)
BabyAgi/BabyAGIMod.py:47
↓ 1 callersMethodprioritize_tasks
Prioritize tasks.
BabyAgi/BabyAGIMod.py:77
↓ 1 callersFunctionpushd
Context manager for changing the current working directory.
AUTOGPT.py:120
↓ 1 callersFunctionreshape_array
(arr)
Embedding/HuggingFaceEmbedding.py:19
↓ 1 callersFunctionrun_async
(coro)
AUTOGPT.py:194
↓ 1 callersFunctionrun_async
(coro)
OtherAgent/Tool/browserQA.py:38
↓ 1 callersMethodselect_conversation
(self, conversation_style: str)
hfAgent/FreeLLM/BingChatAPI.py:27
↓ 1 callersMethodselect_conversation
(self, conversation_style: str)
FreeLLM/BingChatAPI.py:27
↓ 1 callersMethodselect_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
Functionbrowse_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