MCPcopy Create free account

hub / github.com/HKUDS/AutoAgent / functions

Functions594 in github.com/HKUDS/AutoAgent

↓ 1 callersFunctiontool_editing
(tool_editor_agent, client, messages, context_variables, agent_form, output_xml_form, debug, suggestions = "")
autoagent/cli_utils/metachain_meta_agent.py:49
↓ 1 callersFunctiontranslate_content
Translate content using Anthropic's Claude.
docs/translation_updater.py:50
↓ 1 callersFunctiontruncate_output
Truncate output if it exceeds max_length
autoagent/registry.py:19
↓ 1 callersFunctiontryToClickChallenge
(this_page)
autoagent/environment/browser_env.py:274
↓ 1 callersFunctionuser_mode
(model: str, context_variables: dict, debug: bool = True)
autoagent/cli.py:238
↓ 1 callersFunctionvisit_url
Navigate directly to a provided URL using the browser's address bar. Prefer this tool over other navigation techniques in cases where the user pr
autoagent/tools/web_tools.py:312
↓ 1 callersFunctionvisual_question_answering
This tool is used to answer questions about attached images or videos. Args: file_path: File path of the image or video. ques
autoagent/tools/file_surfer_tool.py:226
↓ 1 callersMethodwait_for_container_ready
using subprocess to check if the container is running
autoagent/environment/docker_env.py:111
↓ 1 callersFunctionworkflow_editing
(workflow_creator_agent, client, messages, context_variables, workflow_form, output_xml_form, requirements, ta
autoagent/cli_utils/metachain_meta_workflow.py:37
↓ 1 callersFunctionworkflow_profiling
(workflow_former, client, messages, context_variables, requirements, debug)
autoagent/cli_utils/metachain_meta_workflow.py:14
↓ 1 callersMethodwrap_query_results
(self, query_results: List[Dict])
autoagent/memory/code_memory.py:60
↓ 1 callersMethodwrap_rerank_result
(self, rerank_result: List[pd.DataFrame], query_df: pd.DataFrame)
autoagent/memory/tool_memory.py:132
↓ 1 callersMethodwrap_reranked_results
(self, reranked_paths: List[str])
autoagent/memory/code_memory.py:67
FunctionCustomFooter
()
docs/src/components/CustomFooter.tsx:6
FunctionDemo
()
docs/src/components/Demo/Demo.tsx:4
FunctionFooter
()
docs/src/components/Footer/Footer.tsx:4
FunctionFooter
()
docs/src/pages/_footer.tsx:4
FunctionHome
()
docs/src/pages/index.tsx:7
FunctionHomepageHeader
()
docs/src/components/HomepageHeader/HomepageHeader.tsx:9
FunctionKeyFeatures
()
docs/src/components/KeyFeatures/KeyFeatures.tsx:4
FunctionLayout
(props)
docs/src/theme/Layout/index.tsx:5
Method__call__
(self, retry_state: 'RetryCallState')
autoagent/environment/tenacity_stop.py:10
Method__init__
(self, message)
autoagent/fn_call_converter.py:31
Method__init__
log_path: path of log file, None
autoagent/core.py:97
Method__init__
(self, log_path: str)
autoagent/logger.py:10
Method__init__
(self, users: List[str])
autoagent/util.py:486
Method__init__
Initialize the GitHub client Args: token: GitHub Personal Access Token, if None, try to get from environment var
autoagent/tools/github_client.py:9
Method__init__
Initialize the GitHub searcher Args: token: GitHub Personal Access Token, optional
autoagent/tools/github_client.py:71
Method__init__
(self, name="default", broker: Optional[BaseBroker] = None)
autoagent/flow/core.py:18
Method__init__
( self, func_inst: EventFunction, parent_groups: Optional[dict[str, EventGroup]] = Non
autoagent/flow/types.py:90
Method__init__
(self, model: str)
autoagent/memory/code_memory.py:58
Method__init__
Memory: memory and external knowledge management. Args: project_path: the path to store the data. embedding_m
autoagent/memory/rag_memory.py:15
Method__init__
(self, model: str)
autoagent/memory/rag_memory.py:175
Method__init__
( self, project_path: str, db_name: str = '.tool_table', platform: str = 'Open
autoagent/memory/tool_memory.py:13
Method__init__
(self, project_path: str, db_name: str = '.code_tree', platform: str = 'OpenAI', api_key: str = None, embeddin
autoagent/memory/codetree_memory.py:12
Method__init__
( self, project_path: str, db_name: str = '.text_table', platform: str = 'Open
autoagent/memory/paper_memory.py:11
Method__init__
(self, language: str, node_types: list[str], path_to_object_file: str)
autoagent/memory/code_tree/code_parser.py:22
Method__init__
(self, message='Failed to initialize browser environment')
autoagent/environment/browser_env.py:44
Method__init__
(self, config: Union[DockerConfig, Dict])
autoagent/environment/docker_env.py:29
Method__init__
(self, docker_config: DockerConfig = None)
autoagent/environment/local_env.py:9
Method__init__
(self, **options: Any)
autoagent/environment/mdconvert.py:68
Method__init__
(self, title: Union[str, None] = None, text_content: str = "")
autoagent/environment/mdconvert.py:136
Method__init__
Perform a Bing web search, and return the results formatted in Markdown. Args: bing_api_key: key for the Bing search API
autoagent/environment/markdown_browser/markdown_search.py:31
Method__init__
Instantiate a new RequestsMarkdownBrowser. Arguments: start_page: The page on which the browser starts (default: "about:
autoagent/environment/markdown_browser/requests_markdown_browser.py:33
Method__init__
(self, **options: Any)
autoagent/environment/markdown_browser/mdconvert.py:58
Method__init__
(self, title: Union[str, None] = None, text_content: str = "")
autoagent/environment/markdown_browser/mdconvert.py:126
Method__init__
(self)
autoagent/environment/markdown_browser/abstract_markdown_browser.py:20
Method__init__
(self, message)
autoagent/agents/meta_agent/worklow_form_complie.py:18
Method__new__
(cls)
autoagent/registry.py:65
Method__post_init__
(self)
autoagent/flow/types.py:60
Method__repr__
(self)
autoagent/flow/types.py:106
Function_click_id
Clicks the mouse on the target with the given element bid. Examples: _click_id('12') _click_id('12', button='left')
autoagent/environment/browser_env.py:161
Method_convert_docker_to_local
(self, path: str)
autoagent/environment/markdown_browser/requests_markdown_browser.py:96
Method_convert_local_to_docker
(self, path: str)
autoagent/environment/markdown_browser/requests_markdown_browser.py:100
Function_get_page_markdown
Get the markdown content of the current page Examples: _get_page_markdown()
autoagent/environment/mdconvert.py:4
Method_get_single_content
获取单个文件的内容
autoagent/tools/github_client.py:214
Method_local_to_docker
Convert a local path to a docker path local_path: the local path to convert, like `{local_workplace}/downloads/xxx`
autoagent/environment/browser_env.py:422
Method_processFacts
(elm: List[Dict[str, Any]])
autoagent/environment/markdown_browser/markdown_search.py:85
Function_process_and_queue
包装函数,将结果放入队列
evaluation/utils.py:114
Function_process_instance_wrapper_mp
Wrapper for multiprocessing, especially for imap_unordered.
evaluation/utils.py:268
Function_visit_page
Visit a page, including downloading files based on the url Examples: _visit_page('https://archive.org/download/higpt_stage2/instruct
autoagent/environment/browser_env.py:59
Methodadd_text_content
(self, paper_content: str, batch_size: int = 100, collection = None)
autoagent/memory/paper_memory.py:28
Methodaddress
Return the address of the current page.
autoagent/environment/markdown_browser/requests_markdown_browser.py:93
Methodaddress
(self)
autoagent/environment/markdown_browser/abstract_markdown_browser.py:25
Functionagent
Run an agent with a given model, agent function, query, and context variables. Args: model (str): The name of the model. agen
autoagent/cli.py:56
Methodagents
(self)
autoagent/registry.py:144
Methodagents_info
(self)
autoagent/registry.py:164
Functionaggregate_solutions
(event: EventInput, global_ctx)
autoagent/workflows/math_solver_workflow_flow.py:151
Functionanswer_query
Answer the user query based on the supporting documents. Args: original_user_query: The original user query. supporting_docs
autoagent/tools/rag_tools.py:201
Functionask_text
Display a question in a panel and prompt the user for an answer. :param question: the question to display. :param title: the title of the
autoagent/util.py:58
Functionasync_sleep_if_should_continue
(timeout: float)
autoagent/environment/shutdown_listener.py:59
Methodbrowser_process
(self)
autoagent/environment/browser_env.py:403
Methodcallback_after_run_done
(self)
autoagent/flow/broker.py:10
Functioncan_answer
Check if you have enough information to answer the user query. Args: user_query: The user query. supporting_docs: The suppor
autoagent/tools/rag_tools.py:241
Functioncase_not_resolved
Use this tool to indicate that the case is not resolved when all agents have tried their best. [IMPORTANT] Please do not use this function un
autoagent/main.py:18
Functioncase_not_resolved
Use this function when the case is not resolved when all agents have tried their best. [IMPORTANT] Please do not use this function unless all
autoagent/tools/inner.py:16
Functioncase_not_resolved
Use this tools when you encounter irresistible errors after trying your best with multiple attempts for creating the desired workflow. You ca
autoagent/cli_utils/metachain_meta_workflow.py:60
Functioncase_not_resolved
Use this tools when you encounter irresistible errors after trying your best with multiple attempts for creating the desired tool. You can NO
autoagent/cli_utils/metachain_meta_agent.py:58
Functioncase_resolved
Use this tool to indicate that the case is resolved. You can use this tool only after you truly resolve the case with exsiting tools and created
autoagent/main.py:7
Functioncase_resolved
Use this tools when the desired workflow is created and tested successfully. You can NOT use this tool if the workflow is not created or test
autoagent/cli_utils/metachain_meta_workflow.py:55
Functioncase_resolved
Use this tools when ALL desired tools are created and tested successfully. You can NOT use this tool if tools are not created or tested succe
autoagent/cli_utils/metachain_meta_agent.py:50
Functioncheck_container_exist
(container_name: str)
autoagent/environment/docker_env.py:260
Functioncheck_container_running
(container_name: str)
autoagent/environment/docker_env.py:269
Functioncheck_tool_name
(tool_name: str)
autoagent/tools/meta/edit_tools.py:64
Functioncli
The command line interface for autoagent
autoagent/cli.py:47
Functionclick
Clicks the mouse on the target with the given element bid. Args: bid: The bid of the element to click. button: The button to
autoagent/tools/web_tools.py:184
Functioncode_rag
Retrieve information from a code directory. Use this function when there is a need to search for information in the codebase. Args: q
autoagent/tools/rag_code.py:8
FunctionconfigurePostCss
(postcssOptions)
docs/plugins/tailwind-config.cjs:4
Methodconvert
(self, local_path: str, **kwargs: Any)
autoagent/environment/mdconvert.py:144
Methodconvert
(self, local_path: str, **kwargs: Any)
autoagent/environment/mdconvert.py:151
Methodconvert
(self, local_path: str, **kwargs: Any)
autoagent/environment/mdconvert.py:173
Methodconvert
(self, local_path: str, **kwargs: Any)
autoagent/environment/mdconvert.py:213
Methodconvert
(self, local_path: str, **kwargs: Any)
autoagent/environment/mdconvert.py:258
Methodconvert
(self, local_path, **kwargs)
autoagent/environment/mdconvert.py:383
Methodconvert
(self, local_path, **kwargs)
autoagent/environment/mdconvert.py:465
Methodconvert
(self, local_path, **kwargs)
autoagent/environment/mdconvert.py:485
Methodconvert
(self, local_path, **kwargs)
autoagent/environment/mdconvert.py:509
Methodconvert
(self, local_path, **kwargs)
autoagent/environment/mdconvert.py:612
Methodconvert
(self, local_path, **kwargs)
autoagent/environment/mdconvert.py:665
Methodconvert
(self, local_path, **kwargs)
autoagent/environment/mdconvert.py:726
← previousnext →301–400 of 594, ranked by callers