MCPcopy Create free account

hub / github.com/HKUDS/AutoAgent / functions

Functions594 in github.com/HKUDS/AutoAgent

Methodconvert
Args: - source: can be a string representing a path or url, or a requests.response object - extension: sp
autoagent/environment/mdconvert.py:845
Methodconvert
(self, local_path: str, **kwargs: Any)
autoagent/environment/markdown_browser/mdconvert.py:134
Methodconvert
(self, local_path: str, **kwargs: Any)
autoagent/environment/markdown_browser/mdconvert.py:141
Methodconvert
(self, local_path: str, **kwargs: Any)
autoagent/environment/markdown_browser/mdconvert.py:163
Methodconvert
(self, local_path: str, **kwargs: Any)
autoagent/environment/markdown_browser/mdconvert.py:203
Methodconvert
(self, local_path: str, **kwargs: Any)
autoagent/environment/markdown_browser/mdconvert.py:248
Methodconvert
(self, local_path, **kwargs)
autoagent/environment/markdown_browser/mdconvert.py:373
Methodconvert
(self, local_path, **kwargs)
autoagent/environment/markdown_browser/mdconvert.py:458
Methodconvert
(self, local_path, **kwargs)
autoagent/environment/markdown_browser/mdconvert.py:478
Methodconvert
(self, local_path, **kwargs)
autoagent/environment/markdown_browser/mdconvert.py:502
Methodconvert
(self, local_path, **kwargs)
autoagent/environment/markdown_browser/mdconvert.py:605
Methodconvert
(self, local_path, **kwargs)
autoagent/environment/markdown_browser/mdconvert.py:658
Methodconvert
(self, local_path, **kwargs)
autoagent/environment/markdown_browser/mdconvert.py:719
Methodconvert
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
Methodconvert_a
Same as usual converter, but removes Javascript links and escapes URIs.
autoagent/environment/mdconvert.py:81
Methodconvert_a
Same as usual converter, but removes Javascript links and escapes URIs.
autoagent/environment/markdown_browser/mdconvert.py:71
Functionconvert_fncall_messages_to_non_fncall_messages
Convert function calling messages to non-function calling messages.
autoagent/fn_call_converter.py:320
Functionconvert_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
Methodconvert_hn
Same as usual, but be sure to start with a new line
autoagent/environment/mdconvert.py:73
Methodconvert_hn
Same as usual, but be sure to start with a new line
autoagent/environment/markdown_browser/mdconvert.py:63
Methodconvert_img
Same as usual converter, but removes data URIs
autoagent/environment/mdconvert.py:113
Methodconvert_img
Same as usual converter, but removes data URIs
autoagent/environment/markdown_browser/mdconvert.py:103
Functioncreate_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
Functioncreate_agent_endpoint
( request: AgentRequest, func=agent_func )
autoagent/server.py:73
Functioncreate_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
Functioncreate_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
Functioncreate_tool_endpoint
(request: ToolRequest, func=tool_func)
autoagent/server.py:43
Functioncreate_tool_endpoints
()
autoagent/server.py:40
Functiondebug_print_swarm
(debug: bool, *args: str)
autoagent/util.py:18
Functiondecorator
(func)
autoagent/tools/file_surfer_tool.py:28
Functiondecorator
(func)
autoagent/tools/terminal_tools.py:348
Functiondecorator
(func)
autoagent/tools/web_tools.py:31
Functiondecorator
(func)
autoagent/environment/docker_env.py:203
Methoddecorator
(func: Callable)
autoagent/registry.py:80
Methoddecorator
(func: BaseEvent)
autoagent/flow/core.py:55
Functiondeep_research
Run deep research with a given model, container name, port
autoagent/cli.py:321
Methoddelete
delete: delete the memery collections. Args: collection_name: the name of the collection to delete.
autoagent/memory/rag_memory.py:147
Functiondelete_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
Functiondelete_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
Methoddisplay_plugin_agents_info
(self)
autoagent/registry.py:189
Methoddisplay_plugin_tools_info
(self)
autoagent/registry.py:180
Methoddisplay_workflows_info
(self)
autoagent/registry.py:198
Functiondummy_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
Functionexamples
(context_variables)
autoagent/agents/system_agent/programming_agent.py:11
Functionexecute_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
Functionfind_next
Scroll the viewport to next occurrence of the search string.
autoagent/tools/file_surfer_tool.py:137
Methodfind_next
(self)
autoagent/environment/markdown_browser/abstract_markdown_browser.py:63
Methodfind_on_page
(self, query: str)
autoagent/environment/markdown_browser/abstract_markdown_browser.py:59
Functionfind_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
Methodfrom_input
(cls: "EventInput", input_data: dict[str, Any])
autoagent/flow/types.py:49
Functiongen_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
Functiongenerate_uuid
()
autoagent/flow/utils.py:11
Functionget_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
Functionget_agent_info
(agent_name: str)
autoagent/server.py:127
Methodget_completions
(self, document, complete_event)
autoagent/util.py:489
Methodget_contents_batch
批量获取文件内容
autoagent/tools/github_client.py:196
Functionget_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
Functionget_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
Functionget_github_agent
(model: str)
autoagent/agents/github_agent.py:9
Functionget_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
Functionget_md5_hash_bytext
(text)
autoagent/io_utils.py:41
Functionget_tasks
(config)
evaluation/math500/get_score.py:89
Functionget_tool_retriver_agent
(model: str)
autoagent/agents/tool_retriver_agent.py:8
Functionget_user_confirmation
(prompt: str)
autoagent/util.py:91
Functionhandle_mm_func
(tool_name, tool_args)
autoagent/agents/system_agent/filesurfer_agent.py:12
Functionhandler
(sig_: int, frame: FrameType | None)
autoagent/environment/shutdown_listener.py:19
Functionhistory_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
Functionhistory_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
Methodimage_to_jpg_base64_url
Convert a numpy array to a base64 encoded jpeg image url.
autoagent/environment/browser_env.py:609
Functioninput_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
Functioninstructions
(context_variables)
autoagent/agents/tool_retriver_agent.py:9
Functioninstructions
(context_variables)
autoagent/agents/github_agent.py:10
Functioninstructions
(context_variables)
autoagent/agents/system_agent/websurfer_agent.py:13
Functioninstructions
(context_variables)
autoagent/agents/system_agent/filesurfer_agent.py:14
Functioninstructions
(context_variables)
autoagent/agents/system_agent/programming_agent.py:62
Functioninstructions
(context_variables)
autoagent/agents/meta_agent/workflow_former.py:18
Functioninstructions
(context_variables)
autoagent/agents/meta_agent/agent_creator.py:14
Functioninstructions
(context_variables)
autoagent/agents/meta_agent/workflow_creator.py:14
Functioninstructions
(context_variables)
autoagent/agents/meta_agent/agent_former.py:16
Functioninstructions
(context_variables)
autoagent/agents/meta_agent/tool_editor.py:14
Functioninstructions
(context_variables)
autoagent/agents/meta_agent/agent_editor.py:12
Functionlifespan
(app: FastAPI)
autoagent/server.py:13
Functionlist_agents
()
autoagent/server.py:115
Functionlist_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
Methodlisten_group
( self, group_markers: list[BaseEvent], group_name: Optional[str] = None, retr
autoagent/flow/core.py:41
Methodlprint
(self, *args: str, **kwargs: dict)
autoagent/logger.py:45
Functionmain
Run deep research with a given model, container name, port
autoagent/cli.py:185
Functionmap_instance_to_port
(dataset: pd.DataFrame, metadata: EvalMetadata)
evaluation/gaia/run_infer.py:237
Methodmodel_dump
(self, *args, **kwargs)
evaluation/types.py:21
Functionmodify_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
Functionon_start
(event: EventInput, global_ctx)
autoagent/workflows/math_solver_workflow_flow.py:22
Functionopen_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
Methodopen_local_file
(self, local_path: str)
autoagent/environment/markdown_browser/abstract_markdown_browser.py:55
Methodpage_content
Return the full contents of the current page.
autoagent/environment/markdown_browser/requests_markdown_browser.py:147
Methodpage_content
(self)
autoagent/environment/markdown_browser/abstract_markdown_browser.py:39
Functionpage_down
Scrolls the entire browser viewport one page DOWN towards the end.
autoagent/tools/web_tools.py:211
Methodpage_down
(self)
autoagent/environment/markdown_browser/abstract_markdown_browser.py:43
Functionpage_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
Functionpage_up
Scrolls the entire browser viewport one page UP towards the beginning.
autoagent/tools/web_tools.py:233
Methodpage_up
(self)
autoagent/environment/markdown_browser/abstract_markdown_browser.py:47
← previousnext →401–500 of 594, ranked by callers