MCPcopy Create free account

hub / github.com/THUDM/AutoWebGLM / functions

Functions428 in github.com/THUDM/AutoWebGLM

Methodextract_operation_with_tp
(result: str='')
miniwob++/miniwob_tools/action.py:66
Functionfake_generate_from_openai_chat_completion
( messages: list[dict[str, str]], model: str, temperature: float, max_tokens: int, top_p:
webarena/llms/providers/openai_utils.py:268
Methodgeneration
(prompt: str, sample_times: int=1)
miniwob++/llms/call.py:25
FunctiongetRandomColor
()
webarena/browser_env/scripts/label_marker.js:2
Methodget_anscendants
(node: html.HtmlElement, max_depth: int, current_depth: int=0)
miniwob++/html_tools/html_parser.py:285
Methodget_anscendants
(node: html.HtmlElement, max_depth: int, current_depth: int=0)
webarena/browser_env/html_tools/html_parser.py:300
Methodget_config
(self)
miniwob++/html_tools/html_parser.py:103
Methodget_config
(self)
webarena/browser_env/html_tools/html_parser.py:105
Methodget_descendants
(node: html.HtmlElement, max_depth: int, current_depth: int=0)
miniwob++/html_tools/html_parser.py:297
Methodget_descendants
(node: html.HtmlElement, max_depth: int, current_depth: int=0)
webarena/browser_env/html_tools/html_parser.py:312
Functionget_dom_list
(dom_list: list)
miniwob++/miniwob_tools/utils.py:11
Methodget_identifier_in_order
(self)
miniwob++/html_tools/identifier.py:24
Methodget_identifier_in_order
(self)
webarena/browser_env/html_tools/identifier.py:24
Methodget_last_state
(trajectory: Trajectory)
webarena/evaluation_harness/evaluators.py:59
Functionget_nodes
(dom_tree, nodes_info, attr, attrval, mode: int=0, use_elem: int=0)
webarena/solver/utils.py:14
Functionget_position_bar
(dom_list: list)
miniwob++/miniwob_tools/utils.py:174
Methodget_position_by_bid
(dom_list: list, bid: int)
miniwob++/main.py:53
Methodget_random_identifier
(self)
miniwob++/html_tools/identifier.py:45
Methodget_random_identifier
(self)
webarena/browser_env/html_tools/identifier.py:45
Methodget_random_label
(n: int=2)
miniwob++/html_tools/identifier.py:48
Methodget_random_label
(n: int=2)
webarena/browser_env/html_tools/identifier.py:48
Methodget_rect_data
(self, bids: list[str])
webarena/browser_env/html_tools/html_parser.py:415
Methodget_text
(str: str)
miniwob++/html_tools/html_parser.py:159
Methodid2str
(id: int)
miniwob++/html_tools/identifier.py:25
Methodid2str
(id: int)
webarena/browser_env/html_tools/identifier.py:25
Methodid_xpath_converter
(self, label: str)
miniwob++/html_tools/html_parser.py:149
Methodid_xpath_converter
(self, label: str)
webarena/browser_env/html_tools/html_parser.py:154
Functionindex
()
webarena/environment_docker/webarena-homepage/app.py:7
Functionis_expired
Test whether the cookie is expired
webarena/browser_env/auto_login.py:35
Methodis_visible
(bid: str)
miniwob++/html_tools/html_parser.py:172
Methodis_visible
(node: html.HtmlElement, bid: str)
webarena/browser_env/html_tools/html_parser.py:177
Functionmanual_solver
(env, config_file, render_helper, agent, args, intent, field_dict)
webarena/solver/__init__.py:10
Functionmodel_chat
(prompt: str)
webarena/llms/providers/ours.py:6
Methodmodel_chat
(prompt: str)
miniwob++/llms/call.py:21
Methodnew_data_prompt_constructor
(self, tag: str='', label: str='', content: str='', subtree_str: str='', class_dict: dict[str]={})
miniwob++/html_tools/prompt.py:56
Methodnew_data_prompt_constructor
(self, tag: str='', label: str='', content: str='', subtree_str: str='', class_dict: dict[str]={})
webarena/browser_env/html_tools/prompt.py:56
Methodnext_action
Predict the next action given the observation
webarena/agent/agent.py:88
Methodnext_action
( self, trajectory: Trajectory, intent: str, meta_data: dict[str, Any] )
webarena/agent/agent.py:125
Methodnormal_prompt_constructor
(self, tag: str='', label: str='', content: str='', subtree_str: str='', class_dict: dict[str]={})
miniwob++/html_tools/prompt.py:26
Methodnormal_prompt_constructor
(self, tag: str='', label: str='', content: str='', subtree_str: str='', class_dict: dict[str]={})
webarena/browser_env/html_tools/prompt.py:26
Functionparse_action
(action: str)
webarena/browser_env/envs.py:45
Methodparse_html
Parse the html tree into a string text
webarena/browser_env/processors.py:441
Methodparse_url
Parse a URL into its base, path, and query components.
webarena/evaluation_harness/evaluators.py:192
Methodparse_urls
Parse a list of URLs.
webarena/evaluation_harness/evaluators.py:199
Functionpassword
()
webarena/environment_docker/webarena-homepage/app.py:22
Functionprint_html_object
(obj: str='')
miniwob++/html_tools/utils.py:51
Methodprocess
(self, page: Page, client: CDPSession, context: str)
webarena/browser_env/processors.py:702
Methodprocess
(self, page: Page, client: CDPSession, context: str)
webarena/browser_env/processors.py:817
Methodprune_tree
(self, dfs_count: int=1, max_depth: int=3, max_children: int=30, max_sibling: int=3, keep_
miniwob++/html_tools/html_parser.py:383
Methodprune_tree
(self, dfs_count: int=1, max_depth: int=3, max_children: int=30, max_sibling: int=3, keep_
webarena/browser_env/html_tools/html_parser.py:398
Functionreddit_get_post_url
Get the post url
webarena/evaluation_harness/helper_functions.py:97
Methodremove_node_in_graph
(node: DOMNode)
webarena/browser_env/processors.py:297
Methodreset
( self, test_config_file: str, )
webarena/agent/agent.py:94
Methodreset
(self, test_config_file: str)
webarena/agent/agent.py:201
Functionretry_with_exponential_backoff
Retry a function with exponential backoff.
webarena/llms/providers/openai_utils.py:17
Functionreturn_args
(*args)
eval.py:28
Methodsave_trace
(self, trace_path: str | Path)
webarena/browser_env/envs.py:228
Functionscratchpad
()
webarena/environment_docker/webarena-homepage/app.py:12
Functionscript_browser_env
Create a ScriptBrowserEnv instance for testing. It is automatically closed after the test session. This is helpful when the test failed and th
webarena/tests/conftest.py:13
Methodset_action_set_tag
(self, tag: str)
webarena/agent/agent.py:121
Functionshopping_get_latest_order_url
Get the latest order url from the shopping website.
webarena/evaluation_harness/helper_functions.py:38
Functionshopping_get_sku_latest_review_author
Get the latest review for shopping admin.
webarena/evaluation_harness/helper_functions.py:62
Functionshopping_get_sku_latest_review_rating
Get the latest review for shopping admin.
webarena/evaluation_harness/helper_functions.py:79
Functionsolver_240
(env, config_file, render_helper, agent, args, intent, field_dict)
webarena/solver/shopping_admin.py:8
Functionsolver_241
(env, config_file, render_helper, agent, args, intent, field_dict)
webarena/solver/shopping_admin.py:72
Functionsolver_247
(env, config_file, render_helper, agent, args, intent, field_dict)
webarena/solver/shopping_admin.py:469
Functionsolver_253
(env, config_file, render_helper, agent, args, intent, field_dict)
webarena/solver/shopping_admin.py:509
Functionsolver_257
(env, config_file, render_helper, agent, args, intent, field_dict)
webarena/solver/shopping_admin.py:565
Functionsolver_258
(env, config_file, render_helper, agent, args, intent, field_dict)
webarena/solver/shopping_admin.py:600
Functionsolver_268
(env, config_file, render_helper, agent, args, intent, field_dict)
webarena/solver/shopping_admin.py:664
Functionsolver_270
(env, config_file, render_helper, agent, args, intent, field_dict)
webarena/solver/shopping_admin.py:376
Functionsolver_274
(env, config_file, render_helper, agent, args, intent, field_dict)
webarena/solver/shopping_admin.py:774
Functionsolver_275
(env, config_file, render_helper, agent, args, intent, field_dict)
webarena/solver/shopping_admin.py:330
Functionsolver_277
(env, config_file, render_helper, agent, args, intent, field_dict)
webarena/solver/shopping_admin.py:730
Functionsolver_279
(env, config_file, render_helper, agent, args, intent, field_dict)
webarena/solver/shopping_admin.py:179
Functionsolver_285
(env, config_file, render_helper, agent, args, intent, field_dict)
webarena/solver/shopping_admin.py:291
Functionsolver_288
(env, config_file, render_helper, agent, args, intent, field_dict)
webarena/solver/shopping_admin.py:247
Functionsolver_364
(env, config_file, render_helper, agent, args, intent, field_dict)
webarena/solver/shopping_admin.py:816
Functionsolver_368
(env, config_file, render_helper, agent, args, intent, field_dict)
webarena/solver/shopping_admin.py:135
Methodstep
( self, action: Action )
webarena/browser_env/async_envs.py:150
Functiontest_accessibility_tree
( accessibility_tree_script_browser_env: ScriptBrowserEnv, )
webarena/tests/test_browser_env/test_script_browser_env.py:174
Functiontest_accessibility_tree_observation_update
( accessibility_tree_current_viewport_script_browser_env: ScriptBrowserEnv, )
webarena/tests/test_browser_env/test_script_browser_env.py:263
Functiontest_accessibility_tree_viewport
( accessibility_tree_current_viewport_script_browser_env: ScriptBrowserEnv, )
webarena/tests/test_browser_env/test_script_browser_env.py:190
Functiontest_action2create_function
()
webarena/tests/test_browser_env/test_actions.py:83
Functiontest_async_auth_cookie
()
webarena/tests/test_browser_env/test_auth_cookie.py:44
Functiontest_async_script_browser_env
( async_script_browser_env: AsyncScriptBrowserEnv, )
webarena/tests/test_browser_env/test_script_browser_env.py:55
Functiontest_auth_cookie
()
webarena/tests/test_browser_env/test_auth_cookie.py:22
Functiontest_basic
(script_browser_env: ScriptBrowserEnv)
webarena/tests/test_browser_env/test_playwright_actions.py:24
Functiontest_basic
(script_browser_env: ScriptBrowserEnv)
webarena/tests/test_browser_env/test_action_functionalities.py:31
Functiontest_e2e_id_based_actions
( accessibility_tree_script_browser_env: ScriptBrowserEnv, )
webarena/tests/test_browser_env/test_action_functionalities.py:257
Functiontest_focus_placeholder_and_label
( script_browser_env: ScriptBrowserEnv, )
webarena/tests/test_browser_env/test_script_browser_env.py:136
Functiontest_frame_locator
(script_browser_env: ScriptBrowserEnv)
webarena/tests/test_browser_env/test_playwright_actions.py:12
Functiontest_frame_locator
(script_browser_env: ScriptBrowserEnv)
webarena/tests/test_browser_env/test_action_functionalities.py:19
Functiontest_func_fail
( script_browser_env: ScriptBrowserEnv, )
webarena/tests/test_evaluation_harness/test_evaluators.py:275
Functiontest_func_success
( script_browser_env: ScriptBrowserEnv, )
webarena/tests/test_evaluation_harness/test_evaluators.py:252
Functiontest_func_url_func_last_success
( script_browser_env: ScriptBrowserEnv, )
webarena/tests/test_evaluation_harness/test_evaluators.py:295
Functiontest_func_url_func_page_success
( script_browser_env: ScriptBrowserEnv, )
webarena/tests/test_evaluation_harness/test_evaluators.py:316
Functiontest_gitlab_get_project_memeber_role
( script_browser_env: ScriptBrowserEnv, )
webarena/tests/test_evaluation_harness/test_helper_functions.py:15
Functiontest_hover
(script_browser_env: ScriptBrowserEnv)
webarena/tests/test_browser_env/test_playwright_actions.py:48
Functiontest_hover
(script_browser_env: ScriptBrowserEnv)
webarena/tests/test_browser_env/test_action_functionalities.py:54
← previousnext →301–400 of 428, ranked by callers