Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HKUDS/AutoAgent
/ functions
Functions
594 in github.com/HKUDS/AutoAgent
⨍
Functions
594
◇
Types & classes
110
↳
Endpoints
31
Method
convert
Args: - source: can be a string representing a path or url, or a requests.response object - extension: sp
autoagent/environment/mdconvert.py:845
Method
convert
(self, local_path: str, **kwargs: Any)
autoagent/environment/markdown_browser/mdconvert.py:134
Method
convert
(self, local_path: str, **kwargs: Any)
autoagent/environment/markdown_browser/mdconvert.py:141
Method
convert
(self, local_path: str, **kwargs: Any)
autoagent/environment/markdown_browser/mdconvert.py:163
Method
convert
(self, local_path: str, **kwargs: Any)
autoagent/environment/markdown_browser/mdconvert.py:203
Method
convert
(self, local_path: str, **kwargs: Any)
autoagent/environment/markdown_browser/mdconvert.py:248
Method
convert
(self, local_path, **kwargs)
autoagent/environment/markdown_browser/mdconvert.py:373
Method
convert
(self, local_path, **kwargs)
autoagent/environment/markdown_browser/mdconvert.py:458
Method
convert
(self, local_path, **kwargs)
autoagent/environment/markdown_browser/mdconvert.py:478
Method
convert
(self, local_path, **kwargs)
autoagent/environment/markdown_browser/mdconvert.py:502
Method
convert
(self, local_path, **kwargs)
autoagent/environment/markdown_browser/mdconvert.py:605
Method
convert
(self, local_path, **kwargs)
autoagent/environment/markdown_browser/mdconvert.py:658
Method
convert
(self, local_path, **kwargs)
autoagent/environment/markdown_browser/mdconvert.py:719
Method
convert
Args: - source: can be a string representing a path or url, or a requests.response object - extension: specifies the
autoagent/environment/markdown_browser/mdconvert.py:839
Method
convert_a
Same as usual converter, but removes Javascript links and escapes URIs.
autoagent/environment/mdconvert.py:81
Method
convert_a
Same as usual converter, but removes Javascript links and escapes URIs.
autoagent/environment/markdown_browser/mdconvert.py:71
Function
convert_fncall_messages_to_non_fncall_messages
Convert function calling messages to non-function calling messages.
autoagent/fn_call_converter.py:320
Function
convert_from_multiple_tool_calls_to_single_tool_call_messages
Break one message with multiple tool calls into multiple messages.
autoagent/fn_call_converter.py:768
Method
convert_hn
Same as usual, but be sure to start with a new line
autoagent/environment/mdconvert.py:73
Method
convert_hn
Same as usual, but be sure to start with a new line
autoagent/environment/markdown_browser/mdconvert.py:63
Method
convert_img
Same as usual converter, but removes data URIs
autoagent/environment/mdconvert.py:113
Method
convert_img
Same as usual converter, but removes data URIs
autoagent/environment/markdown_browser/mdconvert.py:103
Function
create_agent
Use this tool to create a new agent or modify an existing agent. Args: agent_name: The name of the agent. agent_description:
autoagent/tools/meta/edit_agents.py:158
Function
create_agent_endpoint
( request: AgentRequest, func=agent_func )
autoagent/server.py:73
Function
create_orchestrator_agent
Use this tool to create a orchestrator agent for the given sub-agents. You MUST use this tool when you need to create TWO or MORE agents and rega
autoagent/tools/meta/edit_agents.py:235
Function
create_tool
Create a plugin tool. Args: tool_name: The name of the tool. tool_code: The code of creating the tool. (You should strictly f
autoagent/tools/meta/edit_tools.py:68
Function
create_tool_endpoint
(request: ToolRequest, func=tool_func)
autoagent/server.py:43
Function
create_tool_endpoints
()
autoagent/server.py:40
Function
debug_print_swarm
(debug: bool, *args: str)
autoagent/util.py:18
Function
decorator
(func)
autoagent/tools/file_surfer_tool.py:28
Function
decorator
(func)
autoagent/tools/terminal_tools.py:348
Function
decorator
(func)
autoagent/tools/web_tools.py:31
Function
decorator
(func)
autoagent/environment/docker_env.py:203
Method
decorator
(func: Callable)
autoagent/registry.py:80
Method
decorator
(func: BaseEvent)
autoagent/flow/core.py:55
Function
deep_research
Run deep research with a given model, container name, port
autoagent/cli.py:321
Method
delete
delete: delete the memery collections. Args: collection_name: the name of the collection to delete.
autoagent/memory/rag_memory.py:147
Function
delete_agent
Delete a plugin agent. Args: agent_name: The name of the agent to be deleted. Returns: A string representation of the res
autoagent/tools/meta/edit_agents.py:55
Function
delete_tool
Delete a plugin tool. Args: tool_name: The name of the tool to be deleted. Returns: A string representation of the result
autoagent/tools/meta/edit_tools.py:118
Method
display_plugin_agents_info
(self)
autoagent/registry.py:189
Method
display_plugin_tools_info
(self)
autoagent/registry.py:180
Method
display_workflows_info
(self)
autoagent/registry.py:198
Function
dummy_instructions
The function should take the context_variables as an argument, and return a string. The context_variables is a dictionary, and it's track the
autoagent/agents/dummy_agent.py:15
Function
examples
(context_variables)
autoagent/agents/system_agent/programming_agent.py:11
Function
execute_command
Execute a command in the system shell. Use this function when there is a need to run a system command, and execute programs. Args: co
autoagent/tools/terminal_tools.py:314
Function
find_next
Scroll the viewport to next occurrence of the search string.
autoagent/tools/file_surfer_tool.py:137
Method
find_next
(self)
autoagent/environment/markdown_browser/abstract_markdown_browser.py:63
Method
find_on_page
(self, query: str)
autoagent/environment/markdown_browser/abstract_markdown_browser.py:59
Function
find_on_page_ctrl_f
Scroll the viewport to the first occurrence of the search string. This is equivalent to Ctrl+F. Args: search_string: The string to s
autoagent/tools/file_surfer_tool.py:119
Method
from_input
(cls: "EventInput", input_data: dict[str, Any])
autoagent/flow/types.py:49
Function
gen_code_tree_structure
Generate a tree structure of the code in the specified directory. Use this function when you need to know the overview of the codebase and want to gen
autoagent/tools/terminal_tools.py:294
Function
generate_uuid
()
autoagent/flow/utils.py:11
Function
get_agent_editor_agent
The agent editor is an agent that can be used to edit the agents.
autoagent/agents/meta_agent/agent_editor.py:8
Function
get_agent_info
(agent_name: str)
autoagent/server.py:127
Method
get_completions
(self, document, complete_event)
autoagent/util.py:489
Method
get_contents_batch
批量获取文件内容
autoagent/tools/github_client.py:196
Function
get_dummy_agent
This is a dummy agent, it's used for demonstrating the usage of the autoagent. Args: model: The model to be used for the agent. R
autoagent/agents/dummy_agent.py:7
Function
get_env
(container_name: str = 'gaia_test', model: str = 'gpt-4o-mini-2024-07-18', git_clone: bool = False, setup_pack
evaluation/multihoprag/run_rag.py:24
Function
get_github_agent
(model: str)
autoagent/agents/github_agent.py:9
Function
get_hf_model_tools_doc
Get the detailed information of a model on Hugging Face, such as the detailed usage of the model containing the model's README.md. You should use
autoagent/tools/meta/search_tools.py:78
Function
get_md5_hash_bytext
(text)
autoagent/io_utils.py:41
Function
get_tasks
(config)
evaluation/math500/get_score.py:89
Function
get_tool_retriver_agent
(model: str)
autoagent/agents/tool_retriver_agent.py:8
Function
get_user_confirmation
(prompt: str)
autoagent/util.py:91
Function
handle_mm_func
(tool_name, tool_args)
autoagent/agents/system_agent/filesurfer_agent.py:12
Function
handler
(sig_: int, frame: FrameType | None)
autoagent/environment/shutdown_listener.py:19
Function
history_back
Navigates back one page in the browser's history. This is equivalent to clicking the browser back button.
autoagent/tools/web_tools.py:254
Function
history_forward
Navigates forward one page in the browser's history. This is equivalent to clicking the browser forward button.
autoagent/tools/web_tools.py:272
Method
image_to_jpg_base64_url
Convert a numpy array to a base64 encoded jpeg image url.
autoagent/environment/browser_env.py:609
Function
input_text
Types the given text value into the specified field. Args: bid: The bid of the element to type into. text: The text to type i
autoagent/tools/web_tools.py:290
Function
instructions
(context_variables)
autoagent/agents/tool_retriver_agent.py:9
Function
instructions
(context_variables)
autoagent/agents/github_agent.py:10
Function
instructions
(context_variables)
autoagent/agents/system_agent/websurfer_agent.py:13
Function
instructions
(context_variables)
autoagent/agents/system_agent/filesurfer_agent.py:14
Function
instructions
(context_variables)
autoagent/agents/system_agent/programming_agent.py:62
Function
instructions
(context_variables)
autoagent/agents/meta_agent/workflow_former.py:18
Function
instructions
(context_variables)
autoagent/agents/meta_agent/agent_creator.py:14
Function
instructions
(context_variables)
autoagent/agents/meta_agent/workflow_creator.py:14
Function
instructions
(context_variables)
autoagent/agents/meta_agent/agent_former.py:16
Function
instructions
(context_variables)
autoagent/agents/meta_agent/tool_editor.py:14
Function
instructions
(context_variables)
autoagent/agents/meta_agent/agent_editor.py:12
Function
lifespan
(app: FastAPI)
autoagent/server.py:13
Function
list_agents
()
autoagent/server.py:115
Function
list_files
List all files and directories under the given path if it is a directory. Use this function when there is a need to list the contents of a direct
autoagent/tools/terminal_tools.py:256
Method
listen_group
( self, group_markers: list[BaseEvent], group_name: Optional[str] = None, retr
autoagent/flow/core.py:41
Method
lprint
(self, *args: str, **kwargs: dict)
autoagent/logger.py:45
Function
main
Run deep research with a given model, container name, port
autoagent/cli.py:185
Function
map_instance_to_port
(dataset: pd.DataFrame, metadata: EvalMetadata)
evaluation/gaia/run_infer.py:237
Method
model_dump
(self, *args, **kwargs)
evaluation/types.py:21
Function
modify_query
Modify the query based on what you know. Use this function when you need to modify the query to search for more relevant information. Args:
autoagent/tools/rag_tools.py:151
Function
on_start
(event: EventInput, global_ctx)
autoagent/workflows/math_solver_workflow_flow.py:22
Function
open_local_file
Open a local file at a path in the text-based browser and return current viewport content. Args: path: The absolute path of a local
autoagent/tools/file_surfer_tool.py:67
Method
open_local_file
(self, local_path: str)
autoagent/environment/markdown_browser/abstract_markdown_browser.py:55
Method
page_content
Return the full contents of the current page.
autoagent/environment/markdown_browser/requests_markdown_browser.py:147
Method
page_content
(self)
autoagent/environment/markdown_browser/abstract_markdown_browser.py:39
Function
page_down
Scrolls the entire browser viewport one page DOWN towards the end.
autoagent/tools/web_tools.py:211
Method
page_down
(self)
autoagent/environment/markdown_browser/abstract_markdown_browser.py:43
Function
page_down_markdown
Scroll the viewport DOWN one page-length in the current file and return the new viewport content.
autoagent/tools/file_surfer_tool.py:104
Function
page_up
Scrolls the entire browser viewport one page UP towards the beginning.
autoagent/tools/web_tools.py:233
Method
page_up
(self)
autoagent/environment/markdown_browser/abstract_markdown_browser.py:47
← previous
next →
401–500 of 594, ranked by callers