diff --git a/pyre/report/PolyGPT-alpha/report/pyre_callgraph.jsonfunction_calls2.csv b/pyre/report/PolyGPT-alpha/report/pyre_callgraph.jsonfunction_calls2.csv new file mode 100644 index 0000000..375eb97 --- /dev/null +++ b/pyre/report/PolyGPT-alpha/report/pyre_callgraph.jsonfunction_calls2.csv @@ -0,0 +1,97 @@ +,name,count +0,utils.orchestrator.Orchestrator.star_network|utils.orchestrator.Orchestrator.basic_chat,2 +1,utils.orchestrator.Orchestrator.star_network|dict.__getitem__,2 +2,utils.orchestrator.Orchestrator.proxy_based_communication|utils.orchestrator.Orchestrator.basic_chat,2 +3,utils.orchestrator.Orchestrator.group_based_communication|utils.orchestrator.Orchestrator.basic_chat,2 +4,utils.orchestrator.Orchestrator.group_based_communication|dict.__getitem__,2 +5,tools.langchain_tools.generate_llm_config|dict.__getitem__,2 +6,utils.orchestrator.Orchestrator.two_way_communication|utils.orchestrator.Orchestrator.basic_chat,1 +7,utils.orchestrator.Orchestrator.two_way_communication|dict.__getitem__,1 +8,utils.orchestrator.Orchestrator.start_conversation|utils.orchestrator.Orchestrator.proxy_based_communication,1 +9,utils.orchestrator.Orchestrator.start_conversation|utils.orchestrator.Orchestrator.all_to_all_communication,1 +10,utils.orchestrator.Orchestrator.start_conversation|BaseException.__init__,1 +11,utils.orchestrator.Orchestrator.start_conversation|utils.orchestrator.Orchestrator.broadcast,1 +12,utils.orchestrator.Orchestrator.start_conversation|utils.orchestrator.Orchestrator.request_and_respond,1 +13,utils.orchestrator.Orchestrator.start_conversation|utils.orchestrator.Orchestrator.two_way_communication,1 +14,utils.orchestrator.Orchestrator.start_conversation|utils.orchestrator.Orchestrator.star_network,1 +15,utils.orchestrator.Orchestrator.start_conversation|utils.orchestrator.Orchestrator.group_based_communication,1 +16,utils.orchestrator.Orchestrator.start_conversation|object.__eq__,1 +17,utils.orchestrator.Orchestrator.start_conversation|utils.orchestrator.Orchestrator.round_robin,1 +18,utils.orchestrator.Orchestrator.start_conversation|utils.orchestrator.Orchestrator.hierarchical_communication,1 +19,utils.orchestrator.Orchestrator.start_conversation|utils.orchestrator.Orchestrator.get_agent_by_name,1 +20,utils.orchestrator.Orchestrator.start_conversation|dict.get,1 +21,utils.orchestrator.Orchestrator.round_robin|utils.orchestrator.Orchestrator.basic_chat,1 +22,utils.orchestrator.Orchestrator.round_robin|dict.__getitem__,1 +23,utils.orchestrator.Orchestrator.request_and_respond|utils.orchestrator.Orchestrator.basic_chat,1 +24,utils.orchestrator.Orchestrator.hierarchical_communication|utils.orchestrator.Orchestrator.basic_chat,1 +25,utils.orchestrator.Orchestrator.broadcast|utils.orchestrator.Orchestrator.basic_chat,1 +26,utils.orchestrator.Orchestrator.basic_chat|utils.orchestrator.Orchestrator.add_message,1 +27,utils.orchestrator.Orchestrator.all_to_all_communication|utils.orchestrator.Orchestrator.basic_chat,1 +28,utils.orchestrator.Orchestrator.all_to_all_communication|dict.__getitem__,1 +29,utils.orchestrator.Orchestrator.__init__|BaseException.__init__,1 +30,utils.orchestrator.Orchestrator.__init__|int.__lt__,1 +31,utils.custom_chat_manager.ManualManager.run_andy_chat|range.__init__,1 +32,utils.custom_chat_manager.ManualManager.run_andy_chat|int.__eq__,1 +33,tools.web_scrapper.URLManager.normalize_url|urllib.parse.ParseResult.geturl,1 +34,tools.web_scrapper.URLManager.mark_visited|tools.web_scrapper.URLManager.normalize_url,1 +35,tools.web_scrapper.URLManager.__init__|set.__init__,1 +36,tools.web_scrapper.Scraper.scrape_url|tools.web_scrapper.URLManager.mark_visited,1 +37,tools.web_scrapper.Scraper.scrape_url|BaseException.__str__,1 +38,tools.web_scrapper.Scraper.scrape_url|tools.web_scrapper.Scraper.parse_and_store_data,1 +39,tools.web_scrapper.Scraper.scrape_url|tools.web_scrapper.Logger.log,1 +40,tools.web_scrapper.Scraper.scrape_url|tools.web_scrapper.HttpClient.send_request,1 +41,tools.web_scrapper.Scraper.scrape_url|tools.web_scrapper.URLManager.is_visited,1 +42,tools.web_scrapper.Scraper.parse_and_store_data|bs4.BeautifulSoup.__init__,1 +43,tools.web_scrapper.Scraper.parse_and_store_data|io.TextIOWrapper.__enter__,1 +44,tools.web_scrapper.Scraper.parse_and_store_data|tools.web_scrapper.Logger.log,1 +45,tools.web_scrapper.Scraper.parse_and_store_data|tools.web_scrapper.URLManager.normalize_url,1 +46,tools.web_scrapper.Scraper.parse_and_store_data|io.TextIOBase.write,1 +47,tools.web_scrapper.Scraper.parse_and_store_data|bs4.element.Tag.find_all,1 +48,tools.web_scrapper.Scraper.__init__|object.__init__,1 +49,tools.web_scrapper.Scraper.__init__|tools.web_scrapper.URLManager.__init__,1 +50,tools.web_scrapper.Scraper.__init__|tools.web_scrapper.HttpClient.__init__,1 +51,tools.web_scrapper.HttpClient.send_request|BaseException.__str__,1 +52,tools.web_scrapper.HttpClient.send_request|requests.models.Response.raise_for_status,1 +53,tools.web_scrapper.HttpClient.send_request|BaseException.__init__,1 +54,tools.web_scrapper.HttpClient.send_request|requests.models.Response.text,1 +55,tools.web_scrapper.GUI.setup_ui|tkinter.ttk.Label.__init__,1 +56,tools.web_scrapper.GUI.setup_ui|tkinter.ttk.Button.__init__,1 +57,tools.web_scrapper.GUI.setup_ui|tkinter.ttk.Entry.__init__,1 +58,tools.web_scrapper.GUI.__init__|tools.web_scrapper.GUI.setup_ui,1 +59,tools.web_scrapper.GUI.__init__|tkinter.Tk.__init__,1 +60,tools.web_scrapper.AppController.start_scraping|threading.Thread.start,1 +61,tools.web_scrapper.AppController.start_scraping|threading.Thread.__init__,1 +62,tools.web_scrapper.AppController.__init__|tools.web_scrapper.Scraper.__init__,1 +63,tools.web_constructor.WebConstructorApp.setup_ui|tkinter.ttk.Label.__init__,1 +64,tools.web_constructor.WebConstructorApp.setup_ui|tkinter.ttk.Button.__init__,1 +65,tools.web_constructor.WebConstructorApp.setup_ui|tkinter.ttk.Entry.__init__,1 +66,tools.web_constructor.WebConstructorApp.on_start_constructing|threading.Thread.start,1 +67,tools.web_constructor.WebConstructorApp.on_start_constructing|threading.Thread.__init__,1 +68,tools.web_constructor.WebConstructorApp.construct_website|tools.web_constructor.WebConstructor.construct_website,1 +69,tools.web_constructor.WebConstructorApp.construct_website|BaseException.__str__,1 +70,tools.web_constructor.WebConstructorApp.__init__|tools.web_constructor.WebConstructorApp.setup_ui,1 +71,tools.web_constructor.WebConstructorApp.__init__|tkinter.Tk.__init__,1 +72,tools.web_constructor.WebConstructorApp.__init__|tools.web_constructor.WebConstructor.__init__,1 +73,tools.web_constructor.WebConstructor.construct_website|hashlib._Hash.hexdigest,1 +74,tools.web_constructor.WebConstructor.construct_website|io.TextIOWrapper.__enter__,1 +75,tools.web_constructor.WebConstructor.construct_website|tools.web_constructor.WebConstructor.construct_page,1 +76,tools.web_constructor.WebConstructor.construct_website|str.encode,1 +77,tools.web_constructor.WebConstructor.construct_website|io.TextIOBase.read,1 +78,tools.web_constructor.WebConstructor.construct_page|bs4.BeautifulSoup.__init__,1 +79,tools.web_constructor.WebConstructor.construct_page|object.__repr__,1 +80,tools.web_constructor.WebConstructor.construct_page|bs4.element.Tag.find_all,1 +81,tools.web_constructor.WebConstructor.construct_page|io.TextIOWrapper.__enter__,1 +82,tools.web_constructor.WebConstructor.construct_page|io.TextIOBase.write,1 +83,tools.langchain_tools.CircumferenceTool._run|float.__new__,1 +84,tools.langchain_tools.CircumferenceTool._run|float.__mul__,1 +85,main.main|agents.core_agents.CoreAgent.__init__,1 +86,main.main|agents.core_agents.CoreAgent.initiate_chat,1 +87,llms_config.LlmConfiguration._find_and_load_config|BaseException.__init__,1 +88,llms_config.LlmConfiguration._find_and_load_config|str.__eq__,1 +89,llms_config.LlmConfiguration.__new__|object.__new__,1 +90,llms_config.LlmConfiguration.__init__|llms_config.LlmConfiguration._find_and_load_config,1 +91,agents.retreiver_agent.retriever_agent|int.__gt__,1 +92,agents.internet_agent.internet_agent|llms_config.LlmConfiguration.__init__,1 +93,agents.core_agents.CoreAgent.initiate_chat|utils.orchestrator.Orchestrator.__init__,1 +94,agents.core_agents.CoreAgent.initiate_chat|utils.orchestrator.Orchestrator.start_conversation,1 +95,agents.core_agents.CoreAgent.__init__|io.TextIOWrapper.__enter__,1 diff --git a/pyre/report/Tonic-AI/report/pyre_callgraph.jsonfunction_calls2.csv b/pyre/report/Tonic-AI/report/pyre_callgraph.jsonfunction_calls2.csv new file mode 100644 index 0000000..ae77f44 --- /dev/null +++ b/pyre/report/Tonic-AI/report/pyre_callgraph.jsonfunction_calls2.csv @@ -0,0 +1,3177 @@ +,name,count +0,autogpts.autogpt.agbenchmark_config.analyze_reports.process_test|dict.__getitem__,5 +1,autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine|str.__eq__,4 +2,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text|str.__ne__,4 +3,benchmark.tests.test_is_circular.test_is_circular|dict.__getitem__,3 +4,benchmark.agbenchmark.app.create_evaluation|str.__add__,3 +5,benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__str__|str.format,3 +6,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query|str.join,3 +7,autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine|object.__init__,3 +8,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph|str.__eq__,3 +9,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text|str.__add__,3 +10,autogpts.autogpt.autogpt.logs.config.configure_logging|logging.Handler.setFormatter,3 +11,autogpts.autogpt.autogpt.logs.config.configure_logging|logging.Handler.setLevel,3 +12,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path|object.__str__,3 +13,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict|dict.items,3 +14,autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env|str.__eq__,3 +15,autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation|str.__eq__,3 +16,autogpts.autogpt.autogpt.commands.file_operations.file_operations_state|str.__eq__,3 +17,cli.start|str.join,2 +18,cli.start|subprocess.Popen.__init__,2 +19,benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category|object.__eq__,2 +20,benchmark.tests.test_extract_subgraph.test_dfs_category_math|object.__eq__,2 +21,benchmark.agbenchmark.utils.dependencies.pytest_runtest_call|dict.__getitem__,2 +22,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items|AttributeError.__init__,2 +23,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed|dict.__getitem__,2 +24,benchmark.agbenchmark.utils.dependencies.graphs.tree_layout|dict.__setitem__,2 +25,benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network|dict.get,2 +26,benchmark.agbenchmark.generate_test.generate_tests|list.__contains__,2 +27,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status|int.__eq__,2 +28,benchmark.agbenchmark.agent_protocol_client.exceptions.render_path|str.format,2 +29,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.host|benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings,2 +30,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings|str.__add__,2 +31,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings|str.format,2 +32,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__|benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file,2 +33,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__|benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug,2 +34,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query|object.__str__,2 +35,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info|dict.__setitem__,2 +36,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info|dict.__setitem__,2 +37,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info|dict.__setitem__,2 +38,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info|dict.__setitem__,2 +39,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info|dict.__setitem__,2 +40,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info|dict.__setitem__,2 +41,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info|dict.__setitem__,2 +42,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info|dict.__setitem__,2 +43,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info|dict.__setitem__,2 +44,autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__|logging.Formatter.__init__,2 +45,autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__|logging.Handler.setFormatter,2 +46,autogpts.forge.forge.sdk.agent_test.test_get_step|object.__init__,2 +47,autogpts.forge.forge.sdk.agent_test.test_create_and_execute_step|object.__init__,2 +48,autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser|str.__eq__,2 +49,autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block|str.__add__,2 +50,autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model|float.__rmul__,2 +51,autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_getter_methods|float.__rmul__,2 +52,autogpts.autogpt.data_ingestion.main|argparse._ActionsContainer.add_argument,2 +53,autogpts.autogpt.autogpt.processing.text.summarize_text|list.__getitem__,2 +54,autogpts.autogpt.autogpt.processing.text.split_text|int.__add__,2 +55,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result|BaseException.__init__,2 +56,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph|str.__add__,2 +57,autogpts.autogpt.autogpt.memory.vector.utils.get_embedding|list.__getitem__,2 +58,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.most_relevant_chunk|list.__getitem__,2 +59,autogpts.autogpt.autogpt.memory.vector.get_memory|BaseException.__init__,2 +60,autogpts.autogpt.autogpt.logs.config.configure_logging|logging.StreamHandler.__init__,2 +61,autogpts.autogpt.autogpt.llm.providers.openai.format_function_specs_as_typescript_ns|str.__add__,2 +62,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path|object.__str__,2 +63,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties|dict.items,2 +64,autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_function_specs_as_typescript_ns|str.__add__,2 +65,autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields|dict.items,2 +66,autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials|dict.get,2 +67,autogpts.autogpt.autogpt.commands.web_selenium.read_webpage|str.__add__,2 +68,autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file|BaseException.__init__,2 +69,autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style|str.__add__,2 +70,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress|str.__add__,2 +71,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt|enumerate.__next__,2 +72,autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt|str.__add__,2 +73,autogpts.autogpt.autogpt.agents.agent.execute_command|autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__,2 +74,autogpts.PolyGPT-alpha.forge.sdk.forge_log.ForgeLogger.__init__|logging.Formatter.__init__,2 +75,autogpts.PolyGPT-alpha.forge.sdk.forge_log.ForgeLogger.__init__|logging.Handler.setFormatter,2 +76,autogpts.PolyGPT-alpha.forge.sdk.agent_test.test_get_step|object.__init__,2 +77,autogpts.PolyGPT-alpha.forge.sdk.agent_test.test_create_and_execute_step|object.__init__,2 +78,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.open_page_in_browser|str.__eq__,2 +79,cli.update|io.TextIOWrapper.__enter__,1 +80,cli.update|datetime.datetime.isoformat,1 +81,cli.update|datetime.datetime.utcnow,1 +82,cli.update|str.strip,1 +83,cli.update|bytes.decode,1 +84,cli.update|str.__ne__,1 +85,cli.stop|int.__new__,1 +86,cli.stop|bytes.split,1 +87,cli.setup|subprocess.CalledProcessError.__init__,1 +88,cli.setup|io.TextIOBase.write,1 +89,cli.setup|bytes.decode,1 +90,cli.setup|typing.Mapping.get,1 +91,cli.setup|io.TextIOWrapper.__enter__,1 +92,cli.setup|int.__eq__,1 +93,cli.setup|str.strip,1 +94,cli.setup|io.TextIOBase.read,1 +95,cli.enter|str.split,1 +96,cli.enter|str.__getitem__,1 +97,cli.enter|tuple.__contains__,1 +98,cli.enter|datetime.datetime.utcnow,1 +99,cli.enter|bytes.decode,1 +100,cli.enter|str.replace,1 +101,cli.enter|dict.__setitem__,1 +102,cli.enter|io.TextIOWrapper.__enter__,1 +103,cli.enter|datetime.datetime.isoformat,1 +104,cli.enter|str.startswith,1 +105,cli.enter|str.strip,1 +106,cli.enter|io.TextIOBase.read,1 +107,cli.benchmark_tests_list|dict.__getitem__,1 +108,cli.benchmark_tests_list|dict.__setitem__,1 +109,cli.benchmark_tests_list|str.join,1 +110,cli.benchmark_tests_list|str.__contains__,1 +111,cli.benchmark_tests_list|io.TextIOWrapper.__enter__,1 +112,cli.benchmark_tests_list|typing.Mapping.__contains__,1 +113,cli.benchmark_tests_list|dict.items,1 +114,cli.benchmark_tests_list|str.replace,1 +115,cli.benchmark_tests_details|str.__mul__,1 +116,cli.benchmark_tests_details|io.TextIOWrapper.__enter__,1 +117,cli.benchmark_tests_details|str.join,1 +118,cli.benchmark_categories_list|set.__init__,1 +119,cli.benchmark_categories_list|set.update,1 +120,cli.benchmark_categories_list|io.TextIOWrapper.__enter__,1 +121,cli.benchmark_categories_list|str.__contains__,1 +122,benchmark.tests.test_is_circular.test_is_circular|int.__sub__,1 +123,benchmark.tests.test_is_circular.test_is_circular|list.__contains__,1 +124,benchmark.tests.test_is_circular.test_is_circular|range.__init__,1 +125,benchmark.tests.test_is_circular.test_is_circular|int.__add__,1 +126,benchmark.tests.test_get_roots.test_get_roots|set.__init__,1 +127,benchmark.tests.test_get_roots.test_get_roots|object.__eq__,1 +128,benchmark.tests.test_extract_subgraph.test_extract_subgraph_non_existent_category|int.__eq__,1 +129,benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category|set.__init__,1 +130,benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category|tuple.__new__,1 +131,benchmark.tests.test_extract_subgraph.test_extract_subgraph_math_category|dict.__getitem__,1 +132,benchmark.tests.test_extract_subgraph.test_dfs_category_math|dict.__getitem__,1 +133,benchmark.tests.test_extract_subgraph.test_dfs_category_math|set.__init__,1 +134,benchmark.tests.test_benchmark_workflow.test_entire_workflow|datetime.datetime.now,1 +135,benchmark.tests.test_benchmark_workflow.test_entire_workflow|int.__eq__,1 +136,benchmark.tests.test_benchmark_workflow.test_entire_workflow|str.__add__,1 +137,benchmark.tests.test_benchmark_workflow.test_entire_workflow|requests.models.Response.json,1 +138,benchmark.tests.test_benchmark_workflow.test_entire_workflow|datetime.datetime.__lt__,1 +139,benchmark.tests.test_benchmark_workflow.test_entire_workflow|datetime.date.fromisoformat,1 +140,benchmark.server.upload_file|list.append,1 +141,benchmark.server.upload_file|list.__contains__,1 +142,benchmark.server.upload_file|pathlib.PurePath.parent,1 +143,benchmark.server.upload_file|pathlib.Path.absolute,1 +144,benchmark.server.upload_file|pathlib.PurePath.__truediv__,1 +145,benchmark.server.upload_file|pathlib.Path.__new__,1 +146,benchmark.server.get_file|io.BytesIO.__init__,1 +147,benchmark.server.get_file|dict.__getitem__,1 +148,benchmark.server.create_tasks|typing.MutableSequence.clear,1 +149,benchmark.reports.send_to_googledrive.process_test|list.append,1 +150,benchmark.reports.send_to_googledrive.process_test|str.split,1 +151,benchmark.reports.send_to_googledrive.process_test|int.__gt__,1 +152,benchmark.reports.send_to_googledrive.process_test|str.join,1 +153,benchmark.reports.send_to_googledrive.process_test|list.__getitem__,1 +154,benchmark.reports.send_to_googledrive.process_test|dict.get,1 +155,benchmark.reports.match_records.get_reports|list.__init__,1 +156,benchmark.reports.match_records.get_reports|str.lower,1 +157,benchmark.reports.match_records.get_reports|list.append,1 +158,benchmark.reports.match_records.get_reports|str.endswith,1 +159,benchmark.reports.match_records.get_reports|dict.items,1 +160,benchmark.reports.match_records.get_reports|io.TextIOWrapper.__enter__,1 +161,benchmark.reports.match_records.get_reports|str.join,1 +162,benchmark.reports.match_records.get_reports|dict.keys,1 +163,benchmark.reports.match_records.get_reports|dict.__setitem__,1 +164,benchmark.reports.match_records.get_reports|dict.__getitem__,1 +165,benchmark.reports.match_records.get_reports|list.__getitem__,1 +166,benchmark.reports.match_records.get_helicone_data|list.append,1 +167,benchmark.reports.match_records.get_helicone_data|int.__mul__,1 +168,benchmark.reports.match_records.get_helicone_data|int.__eq__,1 +169,benchmark.reports.match_records.get_helicone_data|int.__add__,1 +170,benchmark.reports.match_records.get_helicone_data|dict.get,1 +171,benchmark.agbenchmark.utils.utils.write_pretty_json|io.TextIOWrapper.__enter__,1 +172,benchmark.agbenchmark.utils.utils.write_pretty_json|io.TextIOBase.write,1 +173,benchmark.agbenchmark.utils.utils.replace_backslash|dict.items,1 +174,benchmark.agbenchmark.utils.utils.get_test_path|object.__repr__,1 +175,benchmark.agbenchmark.utils.utils.get_test_path|BaseException.__init__,1 +176,benchmark.agbenchmark.utils.utils.get_test_path|pathlib.PurePath.parts,1 +177,benchmark.agbenchmark.utils.utils.get_test_path|slice.__init__,1 +178,benchmark.agbenchmark.utils.utils.get_test_path|tuple.index,1 +179,benchmark.agbenchmark.utils.utils.get_test_path|pathlib.Path.__new__,1 +180,benchmark.agbenchmark.utils.utils.get_test_path|tuple.__getitem__,1 +181,benchmark.agbenchmark.utils.utils.get_highest_success_difficulty|dict.items,1 +182,benchmark.agbenchmark.utils.utils.deep_sort|dict.items,1 +183,benchmark.agbenchmark.utils.utils.calculate_success_percentage|float.__mul__,1 +184,benchmark.agbenchmark.utils.utils.calculate_success_percentage|int.__gt__,1 +185,benchmark.agbenchmark.utils.utils.calculate_success_percentage|int.__truediv__,1 +186,benchmark.agbenchmark.utils.utils.calculate_success_percentage|slice.__init__,1 +187,benchmark.agbenchmark.utils.utils.calculate_success_percentage|int.__eq__,1 +188,benchmark.agbenchmark.utils.utils.calculate_success_percentage|list.count,1 +189,benchmark.agbenchmark.utils.utils.calculate_success_percentage|list.__getitem__,1 +190,benchmark.agbenchmark.utils.utils.agent_eligibible_for_optional_categories|list.__contains__,1 +191,benchmark.agbenchmark.utils.get_data_from_helicone.get_data_from_helicone|requests.models.Response.json,1 +192,benchmark.agbenchmark.utils.get_data_from_helicone.get_data_from_helicone|typing.Mapping.get,1 +193,benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid|str.split,1 +194,benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid|list.__getitem__,1 +195,benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid|str.rsplit,1 +196,benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid|str.__contains__,1 +197,benchmark.agbenchmark.utils.dependencies.util.get_absolute_nodeid|int.__eq__,1 +198,benchmark.agbenchmark.utils.dependencies.util.clean_nodeid|str.replace,1 +199,benchmark.agbenchmark.utils.dependencies.pytest_unconfigure|list.pop,1 +200,benchmark.agbenchmark.utils.dependencies.pytest_runtest_makereport|benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result,1 +201,benchmark.agbenchmark.utils.dependencies.pytest_runtest_makereport|list.__getitem__,1 +202,benchmark.agbenchmark.utils.dependencies.pytest_runtest_call|benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed,1 +203,benchmark.agbenchmark.utils.dependencies.pytest_runtest_call|benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing,1 +204,benchmark.agbenchmark.utils.dependencies.pytest_runtest_call|str.join,1 +205,benchmark.agbenchmark.utils.dependencies.pytest_runtest_call|list.__getitem__,1 +206,benchmark.agbenchmark.utils.dependencies.pytest_configure|list.append,1 +207,benchmark.agbenchmark.utils.dependencies.pytest_configure|dict.__setitem__,1 +208,benchmark.agbenchmark.utils.dependencies.pytest_configure|dict.keys,1 +209,benchmark.agbenchmark.utils.dependencies.pytest_configure|benchmark.agbenchmark.utils.dependencies.main.DependencyManager.__init__,1 +210,benchmark.agbenchmark.utils.dependencies.pytest_configure|list.__init__,1 +211,benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems|benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items,1 +212,benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems|benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items,1 +213,benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems|benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies,1 +214,benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems|benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map,1 +215,benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems|slice.__init__,1 +216,benchmark.agbenchmark.utils.dependencies.pytest_collection_modifyitems|list.__getitem__,1 +217,benchmark.agbenchmark.utils.dependencies.pytest_addoption|dict.keys,1 +218,benchmark.agbenchmark.utils.dependencies.pytest_addoption|list.__iadd__,1 +219,benchmark.agbenchmark.utils.dependencies.pytest_addoption|list.__contains__,1 +220,benchmark.agbenchmark.utils.dependencies.main.TestResult.success|list.__contains__,1 +221,benchmark.agbenchmark.utils.dependencies.main.TestResult.success|dict.get,1 +222,benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result|dict.__setitem__,1 +223,benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result|BaseException.__init__,1 +224,benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result|list.__contains__,1 +225,benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result|AttributeError.__init__,1 +226,benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result|typing.Mapping.__contains__,1 +227,benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init__|set.__init__,1 +228,benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init__|benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids,1 +229,benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init__|typing.Mapping.__contains__,1 +230,benchmark.agbenchmark.utils.dependencies.main.TestDependencies.__init__|dict.__getitem__,1 +231,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items|dict.__setitem__,1 +232,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items|benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items,1 +233,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items|io.TextIOWrapper.__enter__,1 +234,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items|str.lower,1 +235,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items|str.__eq__,1 +236,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.sorted_items|dict.__getitem__,1 +237,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.results|benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items,1 +238,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result|dict.__getitem__,1 +239,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.register_result|benchmark.agbenchmark.utils.dependencies.main.TestResult.register_result,1 +240,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies|list.append,1 +241,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies|benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies,1 +242,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_processed_dependencies|dict.items,1 +243,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map|benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids,1 +244,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map|dict.items,1 +245,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.print_name_map|int.__eq__,1 +246,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.nodeid_to_item|benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items,1 +247,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.name_to_nodeids|benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items,1 +248,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_missing|dict.__getitem__,1 +249,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed|benchmark.agbenchmark.utils.dependencies.main.TestResult.success,1 +250,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.get_failed|list.append,1 +251,benchmark.agbenchmark.utils.dependencies.main.DependencyManager.dependencies|benchmark.agbenchmark.utils.dependencies.main.DependencyManager.items,1 +252,benchmark.agbenchmark.utils.dependencies.graphs.validate_skill_tree|int.__gt__,1 +253,benchmark.agbenchmark.utils.dependencies.graphs.validate_skill_tree|str.join,1 +254,benchmark.agbenchmark.utils.dependencies.graphs.validate_skill_tree|BaseException.__init__,1 +255,benchmark.agbenchmark.utils.dependencies.graphs.tree_layout|dict.__getitem__,1 +256,benchmark.agbenchmark.utils.dependencies.graphs.tree_layout|dict.values,1 +257,benchmark.agbenchmark.utils.dependencies.graphs.tree_layout|int.__mod__,1 +258,benchmark.agbenchmark.utils.dependencies.graphs.tree_layout|range.__init__,1 +259,benchmark.agbenchmark.utils.dependencies.graphs.tree_layout|float.__truediv__,1 +260,benchmark.agbenchmark.utils.dependencies.graphs.tree_layout|dict.items,1 +261,benchmark.agbenchmark.utils.dependencies.graphs.tree_layout|int.__add__,1 +262,benchmark.agbenchmark.utils.dependencies.graphs.tree_layout|float.__sub__,1 +263,benchmark.agbenchmark.utils.dependencies.graphs.tree_layout|float.__add__,1 +264,benchmark.agbenchmark.utils.dependencies.graphs.tree_layout|float.__rmul__,1 +265,benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex|int.__new__,1 +266,benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex|float.__mul__,1 +267,benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex|tuple.__getitem__,1 +268,benchmark.agbenchmark.utils.dependencies.graphs.rgb_to_hex|str.format,1 +269,benchmark.agbenchmark.utils.dependencies.graphs.is_circular.dfs|list.append,1 +270,benchmark.agbenchmark.utils.dependencies.graphs.is_circular.dfs|slice.__init__,1 +271,benchmark.agbenchmark.utils.dependencies.graphs.is_circular.dfs|list.__getitem__,1 +272,benchmark.agbenchmark.utils.dependencies.graphs.is_circular|set.__contains__,1 +273,benchmark.agbenchmark.utils.dependencies.graphs.is_circular|set.__init__,1 +274,benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout|float.__mul__,1 +275,benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout|int.__gt__,1 +276,benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout|list.__getitem__,1 +277,benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout|float.__radd__,1 +278,benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout|float.__truediv__,1 +279,benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout|int.__new__,1 +280,benchmark.agbenchmark.utils.dependencies.graphs.graph_spring_layout|float.__rtruediv__,1 +281,benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network|object.__repr__,1 +282,benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network|dict.items,1 +283,benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network|slice.__init__,1 +284,benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network|pathlib.Path.resolve,1 +285,benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network|pathlib.Path.__new__,1 +286,benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network|pathlib.Path.cwd,1 +287,benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network|dict.copy,1 +288,benchmark.agbenchmark.utils.dependencies.graphs.graph_interactive_network|pathlib.PurePath.__truediv__,1 +289,benchmark.agbenchmark.utils.dependencies.graphs.get_roots|list.__init__,1 +290,benchmark.agbenchmark.utils.dependencies.graphs.get_roots|set.__sub__,1 +291,benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors|enumerate.__next__,1 +292,benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors|set.__init__,1 +293,benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors|enumerate.__init__,1 +294,benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors|dict.values,1 +295,benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors|slice.__init__,1 +296,benchmark.agbenchmark.utils.dependencies.graphs.get_category_colors|tuple.__getitem__,1 +297,benchmark.agbenchmark.utils.dependencies.graphs.extract_subgraph_based_on_category|set.__init__,1 +298,benchmark.agbenchmark.utils.dependencies.graphs.curved_edges|matplotlib.axes._base._AxesBase.add_patch,1 +299,benchmark.agbenchmark.utils.dependencies.graphs.curved_edges|dict.__init__,1 +300,benchmark.agbenchmark.utils.dependencies.graphs.curved_edges|matplotlib.axes._axes.Axes.annotate,1 +301,benchmark.agbenchmark.utils.dependencies.graphs.curved_edges|numpy.ndarray.__getitem__,1 +302,benchmark.agbenchmark.utils.dependencies.graphs.curved_edges|list.__getitem__,1 +303,benchmark.agbenchmark.utils.dependencies.graphs.curved_edges|matplotlib.patches.FancyArrowPatch.__init__,1 +304,benchmark.agbenchmark.utils.dependencies.graphs.curved_edges|dict.__getitem__,1 +305,benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve|list.append,1 +306,benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve|numpy.ndarray.__rmul__,1 +307,benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve|numpy.ndarray.__getitem__,1 +308,benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve|int.__sub__,1 +309,benchmark.agbenchmark.utils.dependencies.graphs.bezier_curve|numpy.ndarray.__add__,1 +310,benchmark.agbenchmark.utils.dependencies._get_ini_or_option|list.__contains__,1 +311,benchmark.agbenchmark.utils.dependencies._get_ini_or_option|str.join,1 +312,benchmark.agbenchmark.utils.dependencies._get_ini_or_option|BaseException.__init__,1 +313,benchmark.agbenchmark.utils.dependencies._add_ini_and_option|str.replace,1 +314,benchmark.agbenchmark.utils.dependencies._add_ini_and_option|str.__add__,1 +315,benchmark.agbenchmark.utils.data_types.calculate_info_test_path|datetime.date.strftime,1 +316,benchmark.agbenchmark.utils.data_types.calculate_info_test_path|list.index,1 +317,benchmark.agbenchmark.utils.data_types.calculate_info_test_path|str.strip,1 +318,benchmark.agbenchmark.utils.data_types.calculate_info_test_path|pathlib.Path.mkdir,1 +319,benchmark.agbenchmark.utils.data_types.calculate_info_test_path|list.__getitem__,1 +320,benchmark.agbenchmark.utils.data_types.calculate_info_test_path|dict.items,1 +321,benchmark.agbenchmark.utils.data_types.calculate_info_test_path|int.__add__,1 +322,benchmark.agbenchmark.utils.data_types.calculate_info_test_path|list.__contains__,1 +323,benchmark.agbenchmark.utils.data_types.calculate_info_test_path|pathlib.PurePath.__truediv__,1 +324,benchmark.agbenchmark.utils.data_types.Info.difficulty_to_enum|str.lower,1 +325,benchmark.agbenchmark.utils.data_types.Info.difficulty_to_enum|enum.Enum.__new__,1 +326,benchmark.agbenchmark.utils.data_types.Info.difficulty_to_enum|BaseException.__init__,1 +327,benchmark.agbenchmark.utils.data_types.Eval.validate_template|BaseException.__init__,1 +328,benchmark.agbenchmark.utils.data_types.Eval.validate_template|list.__contains__,1 +329,benchmark.agbenchmark.utils.data_types.Eval.validate_scoring|BaseException.__init__,1 +330,benchmark.agbenchmark.utils.data_types.Eval.validate_scoring|list.__contains__,1 +331,benchmark.agbenchmark.utils.data_types.Eval.validate_eval_fields|BaseException.__init__,1 +332,benchmark.agbenchmark.utils.data_types.ChallengeData.serialize|io.TextIOWrapper.__enter__,1 +333,benchmark.agbenchmark.utils.data_types.ChallengeData.serialize|io.TextIOBase.write,1 +334,benchmark.agbenchmark.utils.data_types.ChallengeData.get_json_from_path|io.TextIOWrapper.__enter__,1 +335,benchmark.agbenchmark.utils.data_types.ChallengeData.get_json_from_path|pathlib.Path.resolve,1 +336,benchmark.agbenchmark.utils.data_types.ChallengeData.get_json_from_path|pathlib.Path.__new__,1 +337,benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize|pathlib.PurePath.parent,1 +338,benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize|io.TextIOWrapper.__enter__,1 +339,benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize|pathlib.PurePath.__truediv__,1 +340,benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize|object.__init__,1 +341,benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize|pathlib.Path.resolve,1 +342,benchmark.agbenchmark.utils.data_types.ChallengeData.deserialize|pathlib.Path.__new__,1 +343,benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_test_data|dict.__setitem__,1 +344,benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_test_data|dict.__getitem__,1 +345,benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_test_data|object.__init__,1 +346,benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_datum|dict.__setitem__,1 +347,benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_datum|dict.__getitem__,1 +348,benchmark.agbenchmark.utils.data_types.ChallengeData.challenge_from_datum|object.__init__,1 +349,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path|pathlib.PurePath.__truediv__,1 +350,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_success_rate_path|benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location,1 +351,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_path|benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location,1 +352,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location|pathlib.PurePath.__truediv__,1 +353,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location|pathlib.Path.cwd,1 +354,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path|pathlib.PurePath.__truediv__,1 +355,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_regression_reports_path|benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_reports_location,1 +356,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory|pathlib.PurePath.parent,1 +357,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory|pathlib.Path.resolve,1 +358,benchmark.agbenchmark.utils.data_types.AgentBenchmarkConfig.get_agent_home_directory|pathlib.Path.__new__,1 +359,benchmark.agbenchmark.utils.challenge.Challenge.task|benchmark.agbenchmark.utils.challenge.Challenge.data,1 +360,benchmark.agbenchmark.utils.challenge.Challenge.skip_optional_categories|benchmark.agbenchmark.utils.challenge.Challenge.data,1 +361,benchmark.agbenchmark.utils.challenge.Challenge.skip_optional_categories|dict.get,1 +362,benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge|object.__repr__,1 +363,benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge|pathlib.PurePath.parent,1 +364,benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge|benchmark.agbenchmark.utils.challenge.Challenge.data,1 +365,benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge|benchmark.agbenchmark.utils.challenge.Challenge.task,1 +366,benchmark.agbenchmark.utils.challenge.Challenge.setup_challenge|pathlib.Path.__new__,1 +367,benchmark.agbenchmark.utils.challenge.Challenge.scoring|str.lower,1 +368,benchmark.agbenchmark.utils.challenge.Challenge.scoring|str.__contains__,1 +369,benchmark.agbenchmark.utils.challenge.Challenge.llm_eval|float.__new__,1 +370,benchmark.agbenchmark.utils.challenge.Challenge.llm_eval|benchmark.agbenchmark.utils.challenge.Challenge.data,1 +371,benchmark.agbenchmark.utils.challenge.Challenge.get_scores|list.append,1 +372,benchmark.agbenchmark.utils.challenge.Challenge.get_scores|benchmark.agbenchmark.utils.challenge.Challenge.scoring,1 +373,benchmark.agbenchmark.utils.challenge.Challenge.get_scores|dict.__setitem__,1 +374,benchmark.agbenchmark.utils.challenge.Challenge.get_scores|str.join,1 +375,benchmark.agbenchmark.utils.challenge.Challenge.get_scores|benchmark.agbenchmark.utils.challenge.Challenge.data,1 +376,benchmark.agbenchmark.utils.challenge.Challenge.get_scores|float.__truediv__,1 +377,benchmark.agbenchmark.utils.challenge.Challenge.get_scores|benchmark.agbenchmark.utils.challenge.Challenge.llm_eval,1 +378,benchmark.agbenchmark.utils.challenge.Challenge.get_scores|object.__class__,1 +379,benchmark.agbenchmark.utils.challenge.Challenge.get_scores|benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out,1 +380,benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out|list.append,1 +381,benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out|dict.__getitem__,1 +382,benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out|int.__ne__,1 +383,benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out|io.TextIOWrapper.__enter__,1 +384,benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out|str.__contains__,1 +385,benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out|str.__add__,1 +386,benchmark.agbenchmark.utils.challenge.Challenge.get_artifacts_out|io.TextIOBase.read,1 +387,benchmark.agbenchmark.utils.challenge.Challenge.dependencies|benchmark.agbenchmark.utils.challenge.Challenge.data,1 +388,benchmark.agbenchmark.reports.reports.update_regression_tests|int.__ge__,1 +389,benchmark.agbenchmark.reports.reports.update_regression_tests|list.__getitem__,1 +390,benchmark.agbenchmark.reports.reports.update_regression_tests|dict.__setitem__,1 +391,benchmark.agbenchmark.reports.reports.update_regression_tests|object.__eq__,1 +392,benchmark.agbenchmark.reports.reports.update_regression_tests|slice.__init__,1 +393,benchmark.agbenchmark.reports.reports.update_challenges_already_beaten|io.TextIOWrapper.__enter__,1 +394,benchmark.agbenchmark.reports.reports.update_challenges_already_beaten|dict.__getitem__,1 +395,benchmark.agbenchmark.reports.reports.get_previous_test_results|dict.__getitem__,1 +396,benchmark.agbenchmark.reports.reports.generate_single_call_report|dict.__getitem__,1 +397,benchmark.agbenchmark.reports.reports.generate_single_call_report|typing.Mapping.__contains__,1 +398,benchmark.agbenchmark.reports.reports.finalize_reports|dict.__init__,1 +399,benchmark.agbenchmark.reports.reports.finalize_reports|dict.__getitem__,1 +400,benchmark.agbenchmark.reports.reports.finalize_reports|float.__gt__,1 +401,benchmark.agbenchmark.reports.reports.finalize_reports|list.__contains__,1 +402,benchmark.agbenchmark.reports.reports.finalize_reports|dict.get,1 +403,benchmark.agbenchmark.reports.reports.finalize_reports|float.__new__,1 +404,benchmark.agbenchmark.reports.reports.finalize_reports|typing.Mapping.get,1 +405,benchmark.agbenchmark.reports.processing.report_types.ForbidOptionalMeta.__new__|object.__new__,1 +406,benchmark.agbenchmark.reports.processing.report_types.ForbidOptionalMeta.__new__|BaseException.__init__,1 +407,benchmark.agbenchmark.reports.processing.report_types.ForbidOptionalMeta.__new__|dict.items,1 +408,benchmark.agbenchmark.reports.processing.process_report.get_reports_data|dict.__setitem__,1 +409,benchmark.agbenchmark.reports.processing.process_report.get_reports_data|io.TextIOWrapper.__enter__,1 +410,benchmark.agbenchmark.reports.processing.process_report.get_reports_data|BaseException.__init__,1 +411,benchmark.agbenchmark.reports.processing.process_report.get_reports_data|pathlib.Path.__new__,1 +412,benchmark.agbenchmark.reports.processing.process_report.get_reports_data|pathlib.PurePath.__truediv__,1 +413,benchmark.agbenchmark.reports.processing.process_report.get_agent_category.get_highest_category_difficulty|typing.MutableMapping.setdefault,1 +414,benchmark.agbenchmark.reports.processing.process_report.get_agent_category.get_highest_category_difficulty|dict.__setitem__,1 +415,benchmark.agbenchmark.reports.processing.process_report.get_agent_category.get_highest_category_difficulty|dict.__getitem__,1 +416,benchmark.agbenchmark.reports.processing.process_report.all_agent_categories|dict.items,1 +417,benchmark.agbenchmark.reports.processing.process_report.all_agent_categories|dict.__setitem__,1 +418,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|set.__contains__,1 +419,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|float.__lt__,1 +420,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|list.__init__,1 +421,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|numpy._ArrayOrScalarCommon.tolist,1 +422,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|dict.keys,1 +423,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|float.__truediv__,1 +424,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|float.__neg__,1 +425,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|dict.values,1 +426,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|float.__add__,1 +427,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|zip.__next__,1 +428,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|float.__rmul__,1 +429,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|slice.__init__,1 +430,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|matplotlib.text.Text.get_position,1 +431,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|tuple.__getitem__,1 +432,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|enumerate.__init__,1 +433,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|numpy.ndarray.__getitem__,1 +434,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|enumerate.__next__,1 +435,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|matplotlib.text.Text.set_position,1 +436,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|numpy.ndarray.size,1 +437,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|zip.__new__,1 +438,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|dict.__init__,1 +439,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|list.__mul__,1 +440,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|int.__eq__,1 +441,benchmark.agbenchmark.reports.processing.graphs.save_single_radar_chart|list.__getitem__,1 +442,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|dict.keys,1 +443,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|list.__init__,1 +444,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|numpy._ArrayOrScalarCommon.tolist,1 +445,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|matplotlib.colors.Normalize.__init__,1 +446,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|float.__truediv__,1 +447,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|matplotlib.patches.Patch.__init__,1 +448,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|list.__getitem__,1 +449,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|float.__neg__,1 +450,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|int.__add__,1 +451,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|float.__add__,1 +452,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|object.__repr__,1 +453,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|dict.values,1 +454,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|float.__rmul__,1 +455,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|slice.__init__,1 +456,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|BaseException.__init__,1 +457,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|enumerate.__next__,1 +458,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|matplotlib.text.Text.get_position,1 +459,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|int.__new__,1 +460,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|tuple.__getitem__,1 +461,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|enumerate.__init__,1 +462,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|range.__init__,1 +463,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|dict.items,1 +464,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|numpy.ndarray.__getitem__,1 +465,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|matplotlib.text.Text.set_position,1 +466,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|zip.__new__,1 +467,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|dict.__init__,1 +468,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|list.__mul__,1 +469,benchmark.agbenchmark.reports.processing.graphs.save_combined_radar_chart|zip.__next__,1 +470,benchmark.agbenchmark.reports.processing.graphs.save_combined_bar_chart|dict.values,1 +471,benchmark.agbenchmark.reports.processing.graphs.save_combined_bar_chart|BaseException.__init__,1 +472,benchmark.agbenchmark.reports.processing.get_files.get_latest_report_from_agent_directories|os.DirEntry.is_dir,1 +473,benchmark.agbenchmark.reports.processing.get_files.get_latest_report_from_agent_directories|list.append,1 +474,benchmark.agbenchmark.reports.processing.get_files.get_latest_report_from_agent_directories|os.DirEntry.path,1 +475,benchmark.agbenchmark.reports.processing.get_files.get_last_subdirectory|list.__getitem__,1 +476,benchmark.agbenchmark.reports.processing.get_files.get_last_subdirectory|list.sort,1 +477,benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart|object.__repr__,1 +478,benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart|pathlib.Path.iterdir,1 +479,benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart|io.TextIOWrapper.__enter__,1 +480,benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart|pathlib.Path.__new__,1 +481,benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart|typing.Generator.__next__,1 +482,benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart|pathlib.Path.is_dir,1 +483,benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart|pathlib.PurePath.parent,1 +484,benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart|int.__add__,1 +485,benchmark.agbenchmark.reports.processing.gen_combined_chart.generate_combined_chart|pathlib.PurePath.__truediv__,1 +486,benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config|object.__repr__,1 +487,benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config|pathlib.Path.cwd,1 +488,benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config|io.TextIOWrapper.__enter__,1 +489,benchmark.agbenchmark.reports.agent_benchmark_config.get_agent_benchmark_config|pathlib.PurePath.__truediv__,1 +490,benchmark.agbenchmark.reports.ReportManager.SingletonReportManager.__new__|object.__new__,1 +491,benchmark.agbenchmark.reports.ReportManager.SingletonReportManager.__new__|datetime.datetime.now,1 +492,benchmark.agbenchmark.reports.ReportManager.SingletonReportManager.__new__|benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__,1 +493,benchmark.agbenchmark.reports.ReportManager.ReportManager.save|io.TextIOWrapper.__enter__,1 +494,benchmark.agbenchmark.reports.ReportManager.ReportManager.reset|benchmark.agbenchmark.reports.ReportManager.ReportManager.save,1 +495,benchmark.agbenchmark.reports.ReportManager.ReportManager.remove_test|benchmark.agbenchmark.reports.ReportManager.ReportManager.save,1 +496,benchmark.agbenchmark.reports.ReportManager.ReportManager.load|io.TextIOWrapper.__enter__,1 +497,benchmark.agbenchmark.reports.ReportManager.ReportManager.load|str.strip,1 +498,benchmark.agbenchmark.reports.ReportManager.ReportManager.load|io.TextIOBase.read,1 +499,benchmark.agbenchmark.reports.ReportManager.ReportManager.load|benchmark.agbenchmark.reports.ReportManager.ReportManager.save,1 +500,benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report|str.split,1 +501,benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report|int.__gt__,1 +502,benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report|datetime.date.strftime,1 +503,benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report|object.__repr__,1 +504,benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report|datetime.datetime.now,1 +505,benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report|str.join,1 +506,benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report|str.__add__,1 +507,benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report|benchmark.agbenchmark.reports.ReportManager.ReportManager.get_total_costs,1 +508,benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report|list.__getitem__,1 +509,benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report|float.__sub__,1 +510,benchmark.agbenchmark.reports.ReportManager.ReportManager.end_info_report|benchmark.agbenchmark.reports.ReportManager.ReportManager.save,1 +511,benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test|str.startswith,1 +512,benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test|str.__getitem__,1 +513,benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test|slice.__init__,1 +514,benchmark.agbenchmark.reports.ReportManager.ReportManager.add_test|benchmark.agbenchmark.reports.ReportManager.ReportManager.save,1 +515,benchmark.agbenchmark.reports.ReportManager.ReportManager.__init__|benchmark.agbenchmark.reports.ReportManager.ReportManager.load,1 +516,benchmark.agbenchmark.generate_test.generate_tests|str.split,1 +517,benchmark.agbenchmark.generate_test.generate_tests|set.__init__,1 +518,benchmark.agbenchmark.generate_test.generate_tests|collections.deque.__getitem__,1 +519,benchmark.agbenchmark.generate_test.generate_tests|set.intersection,1 +520,benchmark.agbenchmark.generate_test.generate_tests|collections.deque.__init__,1 +521,benchmark.agbenchmark.generate_test.generate_tests|list.append,1 +522,benchmark.agbenchmark.generate_test.generate_tests|object.__repr__,1 +523,benchmark.agbenchmark.generate_test.generate_tests|io.TextIOWrapper.__enter__,1 +524,benchmark.agbenchmark.generate_test.generate_tests|str.startswith,1 +525,benchmark.agbenchmark.generate_test.generate_tests|pathlib.Path.cwd,1 +526,benchmark.agbenchmark.generate_test.generate_tests|list.__getitem__,1 +527,benchmark.agbenchmark.generate_test.generate_tests|pathlib.PurePath.__truediv__,1 +528,benchmark.agbenchmark.generate_test.create_single_test.test_method|io.TextIOWrapper.__enter__,1 +529,benchmark.agbenchmark.generate_test.create_single_test.test_method|list.index,1 +530,benchmark.agbenchmark.generate_test.create_single_test.test_method|list.__getitem__,1 +531,benchmark.agbenchmark.generate_test.create_single_test.test_method|int.__new__,1 +532,benchmark.agbenchmark.generate_test.create_single_test.test_method|int.__add__,1 +533,benchmark.agbenchmark.generate_test.create_single_test.test_method|list.__contains__,1 +534,benchmark.agbenchmark.generate_test.create_single_test.test_method|typing.Mapping.get,1 +535,benchmark.agbenchmark.generate_test.create_single_test|object.__repr__,1 +536,benchmark.agbenchmark.generate_test.create_single_test|dict.__setitem__,1 +537,benchmark.agbenchmark.generate_test.create_single_test|pathlib.Path.resolve,1 +538,benchmark.agbenchmark.generate_test.create_single_test|pathlib.Path.__new__,1 +539,benchmark.agbenchmark.generate_test.create_single_test|pathlib.PurePath.parent,1 +540,benchmark.agbenchmark.generate_test.create_single_suite_challenge|object.__repr__,1 +541,benchmark.agbenchmark.generate_test.create_challenge|object.__repr__,1 +542,benchmark.agbenchmark.generate_test.create_challenge|pathlib.Path.resolve,1 +543,benchmark.agbenchmark.generate_test.create_challenge|pathlib.Path.__new__,1 +544,benchmark.agbenchmark.execute_sub_process.run_windows_env|threading.Thread.__init__,1 +545,benchmark.agbenchmark.execute_sub_process.run_windows_env|float.__gt__,1 +546,benchmark.agbenchmark.execute_sub_process.run_windows_env|threading.Thread.start,1 +547,benchmark.agbenchmark.execute_sub_process.run_windows_env|queue.Queue.__init__,1 +548,benchmark.agbenchmark.execute_sub_process.run_windows_env|float.__sub__,1 +549,benchmark.agbenchmark.execute_sub_process.run_linux_env|psutil.Process.children,1 +550,benchmark.agbenchmark.execute_sub_process.run_linux_env|psutil.Process.kill,1 +551,benchmark.agbenchmark.execute_sub_process.run_linux_env|psutil.Process.__init__,1 +552,benchmark.agbenchmark.execute_sub_process.run_linux_env|float.__gt__,1 +553,benchmark.agbenchmark.execute_sub_process.run_linux_env|tuple.__getitem__,1 +554,benchmark.agbenchmark.execute_sub_process.run_linux_env|float.__sub__,1 +555,benchmark.agbenchmark.execute_sub_process.execute_subprocess|subprocess.Popen.__init__,1 +556,benchmark.agbenchmark.execute_sub_process.execute_subprocess|str.__eq__,1 +557,benchmark.agbenchmark.execute_sub_process.execute_subprocess|subprocess.Popen.wait,1 +558,benchmark.agbenchmark.conftest.timer|float.__sub__,1 +559,benchmark.agbenchmark.conftest.timeout_monitor|float.__sub__,1 +560,benchmark.agbenchmark.conftest.timeout_monitor|float.__ge__,1 +561,benchmark.agbenchmark.conftest.pytest_sessionstart|threading.Thread.start,1 +562,benchmark.agbenchmark.conftest.pytest_sessionstart|threading.Thread.__init__,1 +563,benchmark.agbenchmark.conftest.pytest_runtest_makereport|list.__contains__,1 +564,benchmark.agbenchmark.conftest.pytest_collection_modifyitems|object.__repr__,1 +565,benchmark.agbenchmark.conftest.pytest_collection_modifyitems|io.TextIOWrapper.__enter__,1 +566,benchmark.agbenchmark.conftest.pytest_collection_modifyitems|pathlib.Path.cwd,1 +567,benchmark.agbenchmark.conftest.pytest_collection_modifyitems|pathlib.PurePath.__truediv__,1 +568,benchmark.agbenchmark.conftest.pytest_collection_modifyitems|io.TextIOBase.read,1 +569,benchmark.agbenchmark.conftest.load_config_from_request|pathlib.Path.cwd,1 +570,benchmark.agbenchmark.conftest.load_config_from_request|io.TextIOWrapper.__enter__,1 +571,benchmark.agbenchmark.conftest.load_config_from_request|pathlib.PurePath.__truediv__,1 +572,benchmark.agbenchmark.conftest.config|dict.__setitem__,1 +573,benchmark.agbenchmark.conftest.config|pathlib.Path.cwd,1 +574,benchmark.agbenchmark.conftest.config|io.TextIOWrapper.__enter__,1 +575,benchmark.agbenchmark.conftest.config|pathlib.PurePath.__truediv__,1 +576,benchmark.agbenchmark.conftest.check_regression|contextlib.suppress.__init__,1 +577,benchmark.agbenchmark.conftest.check_regression|contextlib.AbstractContextManager.__enter__,1 +578,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_turns_and_results|list.__contains__,1 +579,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_ship_sinking_feedback|enumerate.__next__,1 +580,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_ship_sinking_feedback|enumerate.__init__,1 +581,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_ship_sinking_feedback|list.__getitem__,1 +582,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship|enumerate.__next__,1 +583,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship|int.__sub__,1 +584,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship|enumerate.__init__,1 +585,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_multiple_hits_on_ship|int.__eq__,1 +586,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_state_updates|int.__sub__,1 +587,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_over_condition|range.__init__,1 +588,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.test_positive.test_game_over_condition|list.__init__,1 +589,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.conftest.game_over_fixture|range.__init__,1 +590,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.conftest.game_over_fixture|list.__init__,1 +591,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_winner|benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status,1 +592,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.get_game_status|BaseException.__init__,1 +593,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn|set.__init__,1 +594,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn|int.__sub__,1 +595,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn|BaseException.__init__,1 +596,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn|range.__init__,1 +597,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn|benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed,1 +598,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn|set.issubset,1 +599,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_turn|int.__add__,1 +600,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement|int.__gt__,1 +601,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement|int.__sub__,1 +602,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement|BaseException.__init__,1 +603,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement|range.__init__,1 +604,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement|benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed,1 +605,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement|int.__lt__,1 +606,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement|int.__add__,1 +607,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_ship_placement|list.__contains__,1 +608,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.create_game|object.__repr__,1 +609,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed|set.__init__,1 +610,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.battleship.Battleship.all_ships_placed|object.__eq__,1 +611,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start|int.__gt__,1 +612,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start|list.__contains__,1 +613,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start|list.__init__,1 +614,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_out.abstract_class.ShipPlacement.validate_start|BaseException.__init__,1 +615,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_turns_and_results|list.__contains__,1 +616,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_ship_sinking_feedback|enumerate.__next__,1 +617,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_ship_sinking_feedback|enumerate.__init__,1 +618,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_ship_sinking_feedback|list.__getitem__,1 +619,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship|enumerate.__next__,1 +620,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship|int.__sub__,1 +621,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship|enumerate.__init__,1 +622,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_multiple_hits_on_ship|int.__eq__,1 +623,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_state_updates|int.__sub__,1 +624,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_over_condition|range.__init__,1 +625,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.test_positive.test_game_over_condition|list.__init__,1 +626,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.conftest.game_over_fixture|range.__init__,1 +627,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.conftest.game_over_fixture|list.__init__,1 +628,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start|int.__gt__,1 +629,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start|list.__contains__,1 +630,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start|list.__init__,1 +631,benchmark.agbenchmark.challenges.verticals.code.6_battleship.artifacts_in.abstract_class.ShipPlacement.validate_start|BaseException.__init__,1 +632,benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.custom_python.test.run_game_with_inputs|str.join,1 +633,benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.custom_python.test.run_game_with_inputs|subprocess.Popen.__init__,1 +634,benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.custom_python.test.run_game_with_inputs|subprocess.Popen.communicate,1 +635,benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.winner|range.__init__,1 +636,benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation|str.split,1 +637,benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation|int.__le__,1 +638,benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation|int.__eq__,1 +639,benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation|int.__ge__,1 +640,benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation|list.__getitem__,1 +641,benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.getLocation|int.__new__,1 +642,benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay|pprint.PrettyPrinter.pprint,1 +643,benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay|range.__init__,1 +644,benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay|int.__ge__,1 +645,benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay|pprint.PrettyPrinter.__init__,1 +646,benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.gamePlay|int.__add__,1 +647,benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.check|int.__le__,1 +648,benchmark.agbenchmark.challenges.verticals.code.5_tic_tac_toe.artifacts_out.tic_tac_toe.check|set.__init__,1 +649,benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.custom_python.test.TestURLShortener.test_url_retrieval|unittest.case.TestCase.assertEqual,1 +650,benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url|dict.__setitem__,1 +651,benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url|bytes.decode,1 +652,benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url|str.__getitem__,1 +653,benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.shorten_url|slice.__init__,1 +654,benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.retrieve_url|dict.get,1 +655,benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.main|argparse.ArgumentParser.__init__,1 +656,benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.main|argparse._ActionsContainer.add_argument,1 +657,benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.url_shortener.main|argparse.ArgumentParser.parse_args,1 +658,benchmark.agbenchmark.challenges.verticals.code.4_url_shortener.artifacts_out.test.TestURLShortener.test_url_retrieval|unittest.case.TestCase.assertEqual,1 +659,benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files|dict.items,1 +660,benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files|str.__add__,1 +661,benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.tearDown|dict.items,1 +662,benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.tearDown|set.__init__,1 +663,benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.tearDown|dict.values,1 +664,benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.setUp|io.IOBase.close,1 +665,benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.custom_python.test.TestOrganizeFiles.setUp|dict.keys,1 +666,benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files|dict.keys,1 +667,benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files|str.__ne__,1 +668,benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files|list.__contains__,1 +669,benchmark.agbenchmark.challenges.verticals.code.3_file_organizer.artifacts_out.organize_files.organize_files|dict.items,1 +670,benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_value_error|unittest.case.TestCase.assertRaises,1 +671,benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_value_error|unittest.case._AssertRaisesContext.__enter__,1 +672,benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_password_length|range.__init__,1 +673,benchmark.agbenchmark.challenges.verticals.code.2_password_generator.custom_python.test.TestPasswordGenerator.test_password_length|unittest.case.TestCase.assertEqual,1 +674,benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password|int.__gt__,1 +675,benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password|int.__sub__,1 +676,benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password|BaseException.__init__,1 +677,benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password|int.__lt__,1 +678,benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password|range.__init__,1 +679,benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password|list.__iadd__,1 +680,benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password|str.__add__,1 +681,benchmark.agbenchmark.challenges.verticals.code.2_password_generator.artifacts_out.password_generator.generate_password|str.join,1 +682,benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum|int.__gt__,1 +683,benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum|enumerate.__next__,1 +684,benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum|int.__sub__,1 +685,benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum|enumerate.__init__,1 +686,benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum|object.__eq__,1 +687,benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum|range.__init__,1 +688,benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum|int.__le__,1 +689,benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum|tuple.__getitem__,1 +690,benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum|int.__ge__,1 +691,benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum|int.__lt__,1 +692,benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum|list.sort,1 +693,benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum|list.__getitem__,1 +694,benchmark.agbenchmark.challenges.verticals.code.1_three_sum.artifacts_out.sample_code.three_sum|int.__add__,1 +695,benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price|float.__le__,1 +696,benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price|io.TextIOWrapper.__enter__,1 +697,benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price|float.__abs__,1 +698,benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price|str.strip,1 +699,benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price|float.__sub__,1 +700,benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price|float.__new__,1 +701,benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.test.test_get_ethereum_price|io.TextIOBase.read,1 +702,benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.sample_code.get_ethereum_price|requests.models.Response.json,1 +703,benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.sample_code.get_ethereum_price|int.__eq__,1 +704,benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_out.sample_code.get_ethereum_price|BaseException.__init__,1 +705,benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price|float.__le__,1 +706,benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price|io.TextIOWrapper.__enter__,1 +707,benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price|float.__abs__,1 +708,benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price|str.strip,1 +709,benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price|float.__sub__,1 +710,benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price|float.__new__,1 +711,benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.test.test_get_ethereum_price|io.TextIOBase.read,1 +712,benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.sample_code.get_ethereum_price|requests.models.Response.json,1 +713,benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.sample_code.get_ethereum_price|int.__eq__,1 +714,benchmark.agbenchmark.challenges.library.ethereum.check_price.artifacts_in.sample_code.get_ethereum_price|BaseException.__init__,1 +715,benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files|io.TextIOWrapper.__enter__,1 +716,benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files|int.__eq__,1 +717,benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files|str.strip,1 +718,benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files|dict.__setitem__,1 +719,benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files|dict.items,1 +720,benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files|int.__add__,1 +721,benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files|list.__contains__,1 +722,benchmark.agbenchmark.challenges.deprecated.safety.s3_instructions.custom_python.test.test_files|io.TextIOBase.read,1 +723,benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files|io.TextIOWrapper.__enter__,1 +724,benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files|dict.items,1 +725,benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files|str.__contains__,1 +726,benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files|int.__ge__,1 +727,benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files|dict.__getitem__,1 +728,benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files|dict.__setitem__,1 +729,benchmark.agbenchmark.challenges.deprecated.safety.s2_divergence.custom_python.test.test_files|io.TextIOBase.read,1 +730,benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum|dict.__getitem__,1 +731,benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum|int.__sub__,1 +732,benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum|enumerate.__init__,1 +733,benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum|enumerate.__next__,1 +734,benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum|dict.__setitem__,1 +735,benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_out.sample_code.two_sum|typing.Mapping.__contains__,1 +736,benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum|dict.__getitem__,1 +737,benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum|int.__sub__,1 +738,benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum|enumerate.__init__,1 +739,benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum|enumerate.__next__,1 +740,benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum|dict.__setitem__,1 +741,benchmark.agbenchmark.challenges.deprecated.d2.1_guided.artifacts_in.sample_code.two_sum|typing.Mapping.__contains__,1 +742,benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum|dict.__getitem__,1 +743,benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum|int.__sub__,1 +744,benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum|enumerate.__init__,1 +745,benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum|enumerate.__next__,1 +746,benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum|dict.__setitem__,1 +747,benchmark.agbenchmark.challenges.deprecated.code.d3_two_sum.artifacts_out.sample_code.two_sum|typing.Mapping.__contains__,1 +748,benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum|int.__gt__,1 +749,benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum|enumerate.__next__,1 +750,benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum|int.__sub__,1 +751,benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum|enumerate.__init__,1 +752,benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum|object.__eq__,1 +753,benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum|range.__init__,1 +754,benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum|int.__le__,1 +755,benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum|tuple.__getitem__,1 +756,benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum|int.__ge__,1 +757,benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum|int.__lt__,1 +758,benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum|list.sort,1 +759,benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum|list.__getitem__,1 +760,benchmark.agbenchmark.challenges.deprecated.code.d3.1_three_sum.artifacts_out.sample_code.three_sum|int.__add__,1 +761,benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum|dict.__getitem__,1 +762,benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum|int.__sub__,1 +763,benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum|enumerate.__init__,1 +764,benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum|enumerate.__next__,1 +765,benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum|dict.__setitem__,1 +766,benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_out.sample_code.two_sum|typing.Mapping.__contains__,1 +767,benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum|dict.__getitem__,1 +768,benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum|int.__sub__,1 +769,benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum|enumerate.__init__,1 +770,benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum|enumerate.__next__,1 +771,benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum|dict.__setitem__,1 +772,benchmark.agbenchmark.challenges.deprecated.code.d2.3_import.artifacts_in.sample_code.two_sum|typing.Mapping.__contains__,1 +773,benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum|dict.__getitem__,1 +774,benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum|int.__sub__,1 +775,benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum|enumerate.__init__,1 +776,benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum|enumerate.__next__,1 +777,benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum|dict.__setitem__,1 +778,benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_out.sample_code.two_sum|typing.Mapping.__contains__,1 +779,benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum|dict.__getitem__,1 +780,benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum|int.__sub__,1 +781,benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum|enumerate.__init__,1 +782,benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum|enumerate.__next__,1 +783,benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum|dict.__setitem__,1 +784,benchmark.agbenchmark.challenges.deprecated.code.d2.2_vague.artifacts_in.sample_code.two_sum|typing.Mapping.__contains__,1 +785,benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum|dict.__getitem__,1 +786,benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum|int.__sub__,1 +787,benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum|enumerate.__init__,1 +788,benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum|enumerate.__next__,1 +789,benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum|dict.__setitem__,1 +790,benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_out.sample_code.two_sum|typing.Mapping.__contains__,1 +791,benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum|dict.__getitem__,1 +792,benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum|int.__sub__,1 +793,benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum|enumerate.__init__,1 +794,benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum|enumerate.__next__,1 +795,benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum|dict.__setitem__,1 +796,benchmark.agbenchmark.challenges.deprecated.code.d2.1_guided.artifacts_in.sample_code.two_sum|typing.Mapping.__contains__,1 +797,benchmark.agbenchmark.challenges.deprecated.code.4_tests.artifacts_out.sample_code.multiply_int|int.__mul__,1 +798,benchmark.agbenchmark.challenges.deprecated.code.4_tests.artifacts_in.sample_code.multiply_int|int.__mul__,1 +799,benchmark.agbenchmark.challenges.deprecated.code.3_modify.artifacts_out.sample_code.multiply_int|int.__mul__,1 +800,benchmark.agbenchmark.challenges.deprecated.code.3_modify.artifacts_in.sample_code.multiply_int|int.__mul__,1 +801,benchmark.agbenchmark.challenges.deprecated.code.2_write.artifacts_out.sample_code.multiply_int|int.__mul__,1 +802,benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files|dict.items,1 +803,benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.test_organize_files|str.__add__,1 +804,benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.tearDown|dict.items,1 +805,benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.tearDown|set.__init__,1 +806,benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.tearDown|dict.values,1 +807,benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.setUp|io.IOBase.close,1 +808,benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.custom_python.test.TestOrganizeFiles.setUp|dict.keys,1 +809,benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files|dict.keys,1 +810,benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files|str.__ne__,1 +811,benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files|list.__contains__,1 +812,benchmark.agbenchmark.challenges.deprecated.code.2_file_organizer.artifacts_out.organize_files.organize_files|dict.items,1 +813,benchmark.agbenchmark.challenges.deprecated.code.1_return.artifacts_out.sample_code.multiply_int|int.__mul__,1 +814,benchmark.agbenchmark.challenges.deprecated.code.1_return.artifacts_in.sample_code.multiply_int|int.__mul__,1 +815,benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_value_error|unittest.case._AssertRaisesContext.__enter__,1 +816,benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_value_error|unittest.case.TestCase.assertRaises,1 +817,benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_password_length|range.__init__,1 +818,benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.custom_python.test.TestPasswordGenerator.test_password_length|unittest.case.TestCase.assertEqual,1 +819,benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password|int.__gt__,1 +820,benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password|int.__sub__,1 +821,benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password|BaseException.__init__,1 +822,benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password|int.__lt__,1 +823,benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password|range.__init__,1 +824,benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password|list.__iadd__,1 +825,benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password|str.__add__,1 +826,benchmark.agbenchmark.challenges.deprecated.code.1_password_generator.artifacts_out.password_generator.generate_password|str.join,1 +827,benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum|dict.__getitem__,1 +828,benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum|int.__sub__,1 +829,benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum|enumerate.__init__,1 +830,benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum|enumerate.__next__,1 +831,benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum|dict.__setitem__,1 +832,benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_out.sample_code.two_sum|typing.Mapping.__contains__,1 +833,benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum|dict.__getitem__,1 +834,benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum|int.__sub__,1 +835,benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum|enumerate.__init__,1 +836,benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum|enumerate.__next__,1 +837,benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum|dict.__setitem__,1 +838,benchmark.agbenchmark.challenges.deprecated.adapatability.a1_debug.artifacts_in.sample_code.two_sum|typing.Mapping.__contains__,1 +839,benchmark.agbenchmark.app.run_single_test|pathlib.Path.iterdir,1 +840,benchmark.agbenchmark.app.run_single_test|list.__getitem__,1 +841,benchmark.agbenchmark.app.run_single_test|list.append,1 +842,benchmark.agbenchmark.app.run_single_test|typing.Generator.__next__,1 +843,benchmark.agbenchmark.app.run_single_test|pathlib.Path.is_dir,1 +844,benchmark.agbenchmark.app.run_single_test|pathlib.Path.cwd,1 +845,benchmark.agbenchmark.app.run_single_test|pathlib.PurePath.__truediv__,1 +846,benchmark.agbenchmark.app.proxy|dict.__init__,1 +847,benchmark.agbenchmark.app.get_updates|io.TextIOWrapper.__enter__,1 +848,benchmark.agbenchmark.app.get_updates|int.__new__,1 +849,benchmark.agbenchmark.app.find_agbenchmark_without_uvicorn|list.append,1 +850,benchmark.agbenchmark.app.find_agbenchmark_without_uvicorn|str.join,1 +851,benchmark.agbenchmark.app.find_agbenchmark_without_uvicorn|str.__contains__,1 +852,benchmark.agbenchmark.app.create_evaluation|dict.__getitem__,1 +853,benchmark.agbenchmark.app.create_evaluation|object.__repr__,1 +854,benchmark.agbenchmark.app.create_evaluation|pathlib.Path.__new__,1 +855,benchmark.agbenchmark.app.create_evaluation|collections.deque.__init__,1 +856,benchmark.agbenchmark.app.create_evaluation|pathlib.PurePath.parent,1 +857,benchmark.agbenchmark.app.create_agent_task|dict.__getitem__,1 +858,benchmark.agbenchmark.app.create_agent_task|object.__repr__,1 +859,benchmark.agbenchmark.app.create_agent_task|datetime.date.strftime,1 +860,benchmark.agbenchmark.app.create_agent_task|datetime.datetime.now,1 +861,benchmark.agbenchmark.app.create_agent_task|pathlib.Path.__new__,1 +862,benchmark.agbenchmark.app.create_agent_task|pathlib.PurePath.parent,1 +863,benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request|dict.__setitem__,1 +864,benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request|int.__gt__,1 +865,benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request|int.__eq__,1 +866,benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request|str.__add__,1 +867,benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request|benchmark.agbenchmark.agent_protocol_client.rest.RESTResponse.__init__,1 +868,benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request|tuple.__getitem__,1 +869,benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request|list.__contains__,1 +870,benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request|int.__mul__,1 +871,benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.put_request|benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request,1 +872,benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.post_request|benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request,1 +873,benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.patch_request|benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request,1 +874,benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.options_request|benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request,1 +875,benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.head_request|benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request,1 +876,benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.get_request|benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request,1 +877,benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.delete_request|benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.request,1 +878,benchmark.agbenchmark.agent_protocol_client.rest.RESTClientObject.__init__|ssl.SSLContext.load_cert_chain,1 +879,benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.to_json|benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.to_dict,1 +880,benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_json|benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict,1 +881,benchmark.agbenchmark.agent_protocol_client.models.task_request_body.TaskRequestBody.from_dict|dict.get,1 +882,benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_json|benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict,1 +883,benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.to_dict|list.append,1 +884,benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_json|benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict,1 +885,benchmark.agbenchmark.agent_protocol_client.models.task_all_of.TaskAllOf.from_dict|dict.get,1 +886,benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_json|benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict,1 +887,benchmark.agbenchmark.agent_protocol_client.models.task.Task.to_dict|list.append,1 +888,benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_json|benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict,1 +889,benchmark.agbenchmark.agent_protocol_client.models.task.Task.from_dict|dict.get,1 +890,benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.to_json|benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.to_dict,1 +891,benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_json|benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict,1 +892,benchmark.agbenchmark.agent_protocol_client.models.step_result.StepResult.from_dict|dict.get,1 +893,benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.to_json|benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.to_dict,1 +894,benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_json|benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict,1 +895,benchmark.agbenchmark.agent_protocol_client.models.step_request_body.StepRequestBody.from_dict|dict.get,1 +896,benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_json|benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict,1 +897,benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.to_dict|list.append,1 +898,benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum|BaseException.__init__,1 +899,benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.status_validate_enum|tuple.__contains__,1 +900,benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_json|benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict,1 +901,benchmark.agbenchmark.agent_protocol_client.models.step_all_of.StepAllOf.from_dict|dict.get,1 +902,benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_json|benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict,1 +903,benchmark.agbenchmark.agent_protocol_client.models.step.Step.to_dict|list.append,1 +904,benchmark.agbenchmark.agent_protocol_client.models.step.Step.status_validate_enum|BaseException.__init__,1 +905,benchmark.agbenchmark.agent_protocol_client.models.step.Step.status_validate_enum|tuple.__contains__,1 +906,benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_json|benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict,1 +907,benchmark.agbenchmark.agent_protocol_client.models.step.Step.from_dict|dict.get,1 +908,benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.to_json|benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.to_dict,1 +909,benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_json|benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict,1 +910,benchmark.agbenchmark.agent_protocol_client.models.pagination.Pagination.from_dict|dict.get,1 +911,benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.to_json|benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.to_dict,1 +912,benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_json|benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict,1 +913,benchmark.agbenchmark.agent_protocol_client.models.artifacts.Artifacts.from_dict|dict.get,1 +914,benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.to_json|benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.to_dict,1 +915,benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_json|benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict,1 +916,benchmark.agbenchmark.agent_protocol_client.models.artifact.Artifact.from_dict|dict.get,1 +917,benchmark.agbenchmark.agent_protocol_client.exceptions.render_path|str.__add__,1 +918,benchmark.agbenchmark.agent_protocol_client.exceptions.UnauthorizedException.__init__|benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__init__,1 +919,benchmark.agbenchmark.agent_protocol_client.exceptions.ServiceException.__init__|benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__init__,1 +920,benchmark.agbenchmark.agent_protocol_client.exceptions.NotFoundException.__init__|benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__init__,1 +921,benchmark.agbenchmark.agent_protocol_client.exceptions.ForbiddenException.__init__|benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__init__,1 +922,benchmark.agbenchmark.agent_protocol_client.exceptions.ApiValueError.__init__|BaseException.__init__,1 +923,benchmark.agbenchmark.agent_protocol_client.exceptions.ApiValueError.__init__|str.format,1 +924,benchmark.agbenchmark.agent_protocol_client.exceptions.ApiTypeError.__init__|BaseException.__init__,1 +925,benchmark.agbenchmark.agent_protocol_client.exceptions.ApiTypeError.__init__|str.format,1 +926,benchmark.agbenchmark.agent_protocol_client.exceptions.ApiKeyError.__init__|BaseException.__init__,1 +927,benchmark.agbenchmark.agent_protocol_client.exceptions.ApiKeyError.__init__|str.format,1 +928,benchmark.agbenchmark.agent_protocol_client.exceptions.ApiException.__str__|str.__add__,1 +929,benchmark.agbenchmark.agent_protocol_client.exceptions.ApiAttributeError.__init__|BaseException.__init__,1 +930,benchmark.agbenchmark.agent_protocol_client.exceptions.ApiAttributeError.__init__|str.format,1 +931,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.to_debug_report|str.format,1 +932,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings|BaseException.__init__,1 +933,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_from_settings|benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_host_settings,1 +934,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default_copy|benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default,1 +935,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_default|benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__,1 +936,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.get_api_key_with_prefix|str.__mod__,1 +937,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__setattr__|object.__setattr__,1 +938,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__|benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.debug,1 +939,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__|benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_format,1 +940,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__|dict.__setitem__,1 +941,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__init__|benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.logger_file,1 +942,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__|dict.items,1 +943,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__|object.__class__,1 +944,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__|tuple.__contains__,1 +945,benchmark.agbenchmark.agent_protocol_client.configuration.Configuration.__deepcopy__|object.__new__,1 +946,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._apply_auth_params,1 +947,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization|datetime.date.isoformat,1 +948,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization,1 +949,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization|datetime.datetime.isoformat,1 +950,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization|tuple.__new__,1 +951,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool|multiprocessing.pool.ThreadPool.__init__,1 +952,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query|list.extend,1 +953,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query|list.append,1 +954,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query|dict.items,1 +955,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query|str.lower,1 +956,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query|object.__repr__,1 +957,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples|list.extend,1 +958,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples|list.append,1 +959,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples|dict.items,1 +960,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples|str.join,1 +961,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.get_default|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__,1 +962,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters|list.append,1 +963,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters|typing.IO.name,1 +964,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters|io.BufferedReader.__enter__,1 +965,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters|tuple.__new__,1 +966,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters|tuple.__getitem__,1 +967,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters|io.BufferedIOBase.read,1 +968,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file,1 +969,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize,1 +970,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.call_api|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.pool,1 +971,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.call_api|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api,1 +972,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__|dict.__setitem__,1 +973,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__init__|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.user_agent,1 +974,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.__aexit__|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.close,1 +975,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file|io.BufferedWriter.__enter__,1 +976,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file|re.Match.group,1 +977,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_file|io.BufferedWriter.write,1 +978,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime|str.format,1 +979,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date|datetime.datetime.date,1 +980,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date|str.format,1 +981,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_object,1 +982,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_model,1 +983,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_datetime,1 +984,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize|tuple.__contains__,1 +985,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_primitive,1 +986,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize,1 +987,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize|typing.Mapping.__contains__,1 +988,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize_date,1 +989,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize|dict.__getitem__,1 +990,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize|re.Match.group,1 +991,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__deserialize|str.startswith,1 +992,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.request,1 +993,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.files_parameters,1 +994,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_tuples,1 +995,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.deserialize,1 +996,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.parameters_to_url_query,1 +997,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api|dict.__init__,1 +998,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api|str.__add__,1 +999,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.sanitize_for_serialization,1 +1000,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api|re.Match.group,1 +1001,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api|benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient.update_params_for_auth,1 +1002,benchmark.agbenchmark.agent_protocol_client.api_client.ApiClient._ApiClient__call_api|str.__mod__,1 +1003,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info|list.append,1 +1004,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info|str.__mod__,1 +1005,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info|dict.__init__,1 +1006,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info|dict.__getitem__,1 +1007,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info|list.extend,1 +1008,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info|list.__contains__,1 +1009,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts_with_http_info|dict.get,1 +1010,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts|dict.__setitem__,1 +1011,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts|BaseException.__init__,1 +1012,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.upload_agent_task_artifacts|typing.Mapping.__contains__,1 +1013,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info|list.extend,1 +1014,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info|str.__mod__,1 +1015,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info|list.__contains__,1 +1016,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info|dict.__init__,1 +1017,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info|dict.__getitem__,1 +1018,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids_with_http_info|dict.get,1 +1019,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids|dict.__setitem__,1 +1020,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids|BaseException.__init__,1 +1021,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_tasks_ids|typing.Mapping.__contains__,1 +1022,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info|dict.__init__,1 +1023,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info|dict.__getitem__,1 +1024,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info|str.__mod__,1 +1025,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info|list.extend,1 +1026,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info|list.__contains__,1 +1027,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps_with_http_info|dict.get,1 +1028,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps|dict.__setitem__,1 +1029,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps|BaseException.__init__,1 +1030,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_steps|typing.Mapping.__contains__,1 +1031,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info|dict.__init__,1 +1032,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info|dict.__getitem__,1 +1033,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info|list.extend,1 +1034,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info|list.__contains__,1 +1035,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info|str.__mod__,1 +1036,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts_with_http_info|dict.get,1 +1037,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts|dict.__setitem__,1 +1038,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts|BaseException.__init__,1 +1039,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.list_agent_task_artifacts|typing.Mapping.__contains__,1 +1040,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info|dict.__init__,1 +1041,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info|dict.__getitem__,1 +1042,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info|str.__mod__,1 +1043,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info|list.extend,1 +1044,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info|list.__contains__,1 +1045,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_with_http_info|dict.get,1 +1046,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info|str.__mod__,1 +1047,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info|dict.__init__,1 +1048,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info|dict.__getitem__,1 +1049,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info|list.extend,1 +1050,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info|list.__contains__,1 +1051,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step_with_http_info|dict.get,1 +1052,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step|dict.__setitem__,1 +1053,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step|BaseException.__init__,1 +1054,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task_step|typing.Mapping.__contains__,1 +1055,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task|dict.__setitem__,1 +1056,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task|BaseException.__init__,1 +1057,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.get_agent_task|typing.Mapping.__contains__,1 +1058,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info|dict.__init__,1 +1059,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info|dict.__getitem__,1 +1060,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info|str.__mod__,1 +1061,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info|list.extend,1 +1062,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info|list.__contains__,1 +1063,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step_with_http_info|dict.get,1 +1064,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step|dict.__setitem__,1 +1065,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step|BaseException.__init__,1 +1066,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.execute_agent_task_step|typing.Mapping.__contains__,1 +1067,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info|dict.__init__,1 +1068,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info|dict.__getitem__,1 +1069,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info|str.__mod__,1 +1070,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info|list.extend,1 +1071,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info|list.__contains__,1 +1072,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact_with_http_info|dict.get,1 +1073,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact|dict.__setitem__,1 +1074,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact|BaseException.__init__,1 +1075,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.download_agent_task_artifact|typing.Mapping.__contains__,1 +1076,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info|str.__mod__,1 +1077,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info|dict.__init__,1 +1078,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info|dict.__getitem__,1 +1079,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info|list.extend,1 +1080,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info|list.__contains__,1 +1081,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task_with_http_info|dict.get,1 +1082,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task|dict.__setitem__,1 +1083,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task|BaseException.__init__,1 +1084,benchmark.agbenchmark.agent_protocol_client.api.agent_api.AgentApi.create_agent_task|typing.Mapping.__contains__,1 +1085,benchmark.agbenchmark.agent_interface.run_agent|object.__repr__,1 +1086,benchmark.agbenchmark.agent_api_interface.upload_artifacts|slice.__init__,1 +1087,benchmark.agbenchmark.agent_api_interface.upload_artifacts|str.join,1 +1088,benchmark.agbenchmark.agent_api_interface.run_api_agent|BaseException.__init__,1 +1089,benchmark.agbenchmark.agent_api_interface.run_api_agent|dict.__getitem__,1 +1090,benchmark.agbenchmark.agent_api_interface.run_api_agent|float.__gt__,1 +1091,benchmark.agbenchmark.agent_api_interface.run_api_agent|int.__add__,1 +1092,benchmark.agbenchmark.agent_api_interface.run_api_agent|float.__sub__,1 +1093,benchmark.agbenchmark.agent_api_interface.create_update_json|int.__new__,1 +1094,benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder|io.BufferedWriter.__enter__,1 +1095,benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder|pathlib.Path.mkdir,1 +1096,benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder|io.BufferedWriter.write,1 +1097,benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder|slice.__init__,1 +1098,benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder|pathlib.PurePath.__truediv__,1 +1099,benchmark.agbenchmark.agent_api_interface.copy_agent_artifacts_into_temp_folder|pathlib.Path.__new__,1 +1100,benchmark.agbenchmark.agent_api_interface.append_updates_file|io.TextIOWrapper.__enter__,1 +1101,benchmark.agbenchmark.agent_api_interface.append_updates_file|io.TextIOBase.write,1 +1102,benchmark.agbenchmark.__main__.version|pathlib.PurePath.parent,1 +1103,benchmark.agbenchmark.__main__.version|dict.__getitem__,1 +1104,benchmark.agbenchmark.__main__.version|pathlib.PurePath.__truediv__,1 +1105,benchmark.agbenchmark.__main__.version|pathlib.Path.resolve,1 +1106,benchmark.agbenchmark.__main__.version|pathlib.Path.__new__,1 +1107,benchmark.agbenchmark.__main__.run_benchmark|set.__init__,1 +1108,benchmark.agbenchmark.__main__.run_benchmark|set.difference,1 +1109,benchmark.agbenchmark.__main__.run_benchmark|pathlib.Path.__new__,1 +1110,benchmark.agbenchmark.__main__.run_benchmark|set.__sub__,1 +1111,benchmark.agbenchmark.__main__.run_benchmark|pathlib.PurePath.parent,1 +1112,benchmark.agbenchmark.__main__.run_benchmark|list.extend,1 +1113,benchmark.agbenchmark.__main__.run_benchmark|types.MappingProxyType.items,1 +1114,benchmark.agbenchmark.__main__.run_benchmark|str.join,1 +1115,benchmark.agbenchmark.__main__.run_benchmark|object.__repr__,1 +1116,benchmark.agbenchmark.__main__.run_benchmark|io.TextIOWrapper.__enter__,1 +1117,benchmark.agbenchmark.__main__.run_benchmark|list.append,1 +1118,benchmark.agbenchmark.__main__.run_benchmark|pathlib.Path.resolve,1 +1119,benchmark.agbenchmark.__main__.run_benchmark|os._Environ.__setitem__,1 +1120,benchmark.agbenchmark.__main__.run_benchmark|pathlib.Path.cwd,1 +1121,benchmark.agbenchmark.__main__.run_benchmark|pathlib.PurePath.__truediv__,1 +1122,benchmark.agbenchmark.__main__.initialize_updates_file|io.TextIOWrapper.__enter__,1 +1123,benchmark.agbenchmark.__main__.get_unique_categories|set.__init__,1 +1124,benchmark.agbenchmark.__main__.get_unique_categories|set.update,1 +1125,benchmark.agbenchmark.__main__.get_unique_categories|io.TextIOWrapper.__enter__,1 +1126,benchmark.agbenchmark.__main__.cli|object.__eq__,1 +1127,benchmark.agbenchmark.__main__.cli|io.TextIOWrapper.__enter__,1 +1128,autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists|bytes.__eq__,1 +1129,autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists|autogpts.forge.forge.sdk.workspace.LocalWorkspace.write,1 +1130,autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists|autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists,1 +1131,autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists|autogpts.forge.forge.sdk.workspace.LocalWorkspace.read,1 +1132,autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists|autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__,1 +1133,autogpts.forge.forge.sdk.workspace_test.test_local_read_write_delete_exists|autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete,1 +1134,autogpts.forge.forge.sdk.workspace_test.test_local_list|autogpts.forge.forge.sdk.workspace.LocalWorkspace.write,1 +1135,autogpts.forge.forge.sdk.workspace_test.test_local_list|object.__eq__,1 +1136,autogpts.forge.forge.sdk.workspace_test.test_local_list|set.__init__,1 +1137,autogpts.forge.forge.sdk.workspace_test.test_local_list|autogpts.forge.forge.sdk.workspace.LocalWorkspace.list,1 +1138,autogpts.forge.forge.sdk.workspace_test.test_local_list|autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__,1 +1139,autogpts.forge.forge.sdk.workspace.LocalWorkspace.write|io.BufferedWriter.write,1 +1140,autogpts.forge.forge.sdk.workspace.LocalWorkspace.write|io.BufferedWriter.__enter__,1 +1141,autogpts.forge.forge.sdk.workspace.LocalWorkspace.write|autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +1142,autogpts.forge.forge.sdk.workspace.LocalWorkspace.read|io.BufferedReader.__enter__,1 +1143,autogpts.forge.forge.sdk.workspace.LocalWorkspace.read|autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +1144,autogpts.forge.forge.sdk.workspace.LocalWorkspace.read|io.BufferedIOBase.read,1 +1145,autogpts.forge.forge.sdk.workspace.LocalWorkspace.list|typing.Generator.__next__,1 +1146,autogpts.forge.forge.sdk.workspace.LocalWorkspace.list|pathlib.PurePath.relative_to,1 +1147,autogpts.forge.forge.sdk.workspace.LocalWorkspace.list|pathlib.Path.is_dir,1 +1148,autogpts.forge.forge.sdk.workspace.LocalWorkspace.list|object.__repr__,1 +1149,autogpts.forge.forge.sdk.workspace.LocalWorkspace.list|autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +1150,autogpts.forge.forge.sdk.workspace.LocalWorkspace.list|pathlib.Path.iterdir,1 +1151,autogpts.forge.forge.sdk.workspace.LocalWorkspace.list|pathlib.Path.exists,1 +1152,autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists|pathlib.Path.exists,1 +1153,autogpts.forge.forge.sdk.workspace.LocalWorkspace.exists|autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +1154,autogpts.forge.forge.sdk.workspace.LocalWorkspace.delete|autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +1155,autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path|str.startswith,1 +1156,autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path|BaseException.__init__,1 +1157,autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path|str.__getitem__,1 +1158,autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path|slice.__init__,1 +1159,autogpts.forge.forge.sdk.workspace.LocalWorkspace._resolve_path|object.__repr__,1 +1160,autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__|pathlib.Path.resolve,1 +1161,autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__|pathlib.Path.__new__,1 +1162,autogpts.forge.forge.sdk.prompting.PromptEngine.load_prompt|logging.Logger.error,1 +1163,autogpts.forge.forge.sdk.prompting.PromptEngine.load_prompt|logging.Logger.debug,1 +1164,autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match|logging.Logger.info,1 +1165,autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match|logging.Logger.debug,1 +1166,autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match|list.__getitem__,1 +1167,autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match|logging.Logger.error,1 +1168,autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match|str.join,1 +1169,autogpts.forge.forge.sdk.prompting.PromptEngine.__init__|jinja2.loaders.FileSystemLoader.__init__,1 +1170,autogpts.forge.forge.sdk.prompting.PromptEngine.__init__|jinja2.environment.Environment.__init__,1 +1171,autogpts.forge.forge.sdk.prompting.PromptEngine.__init__|logging.Logger.debug,1 +1172,autogpts.forge.forge.sdk.prompting.PromptEngine.__init__|str.__contains__,1 +1173,autogpts.forge.forge.sdk.prompting.PromptEngine.__init__|autogpts.forge.forge.sdk.prompting.PromptEngine.get_closest_match,1 +1174,autogpts.forge.forge.sdk.prompting.PromptEngine.__init__|logging.Logger.error,1 +1175,autogpts.forge.forge.sdk.memory.memstore_test.test_update|hashlib._Hash.hexdigest,1 +1176,autogpts.forge.forge.sdk.memory.memstore_test.test_update|str.__getitem__,1 +1177,autogpts.forge.forge.sdk.memory.memstore_test.test_update|slice.__init__,1 +1178,autogpts.forge.forge.sdk.memory.memstore_test.test_update|str.encode,1 +1179,autogpts.forge.forge.sdk.memory.memstore_test.test_query|int.__eq__,1 +1180,autogpts.forge.forge.sdk.memory.memstore_test.test_delete|hashlib._Hash.hexdigest,1 +1181,autogpts.forge.forge.sdk.memory.memstore_test.test_delete|str.__getitem__,1 +1182,autogpts.forge.forge.sdk.memory.memstore_test.test_delete|slice.__init__,1 +1183,autogpts.forge.forge.sdk.memory.memstore_test.test_delete|str.encode,1 +1184,autogpts.forge.forge.sdk.memory.memstore_test.test_add|hashlib._Hash.hexdigest,1 +1185,autogpts.forge.forge.sdk.memory.memstore_test.test_add|str.__getitem__,1 +1186,autogpts.forge.forge.sdk.memory.memstore_test.test_add|slice.__init__,1 +1187,autogpts.forge.forge.sdk.memory.memstore_test.test_add|str.encode,1 +1188,autogpts.forge.forge.sdk.memory.memstore.MemStore.update_task_memory|autogpts.forge.forge.sdk.memory.memstore.MemStore.update,1 +1189,autogpts.forge.forge.sdk.memory.memstore.MemStore.query_task_memory|autogpts.forge.forge.sdk.memory.memstore.MemStore.query,1 +1190,autogpts.forge.forge.sdk.memory.memstore.MemStore.get_task_memory|autogpts.forge.forge.sdk.memory.memstore.MemStore.get,1 +1191,autogpts.forge.forge.sdk.memory.memstore.MemStore.delete_task_memory|autogpts.forge.forge.sdk.memory.memstore.MemStore.delete,1 +1192,autogpts.forge.forge.sdk.memory.memstore.MemStore.add_task_memory|autogpts.forge.forge.sdk.memory.memstore.MemStore.add,1 +1193,autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.query|dict.__setitem__,1 +1194,autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.get|dict.__setitem__,1 +1195,autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add|hashlib._Hash.hexdigest,1 +1196,autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add|str.__getitem__,1 +1197,autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add|slice.__init__,1 +1198,autogpts.forge.forge.sdk.memory.chroma_memstore.ChromaMemStore.add|str.encode,1 +1199,autogpts.forge.forge.sdk.llm.transcribe_audio|logging.Logger.error,1 +1200,autogpts.forge.forge.sdk.llm.create_embedding_request|logging.Logger.error,1 +1201,autogpts.forge.forge.sdk.llm.chat_completion_request|logging.Logger.error,1 +1202,autogpts.forge.forge.sdk.llm.chat_completion_request|dict.__setitem__,1 +1203,autogpts.forge.forge.sdk.llm.chat_completion_request|logging.Logger.exception,1 +1204,autogpts.forge.forge.sdk.forge_log.formatter_message|str.replace,1 +1205,autogpts.forge.forge.sdk.forge_log.format_word|str.replace,1 +1206,autogpts.forge.forge.sdk.forge_log.format_word|str.__add__,1 +1207,autogpts.forge.forge.sdk.forge_log.QueueLogger.__init__|logging.handlers.QueueHandler.__init__,1 +1208,autogpts.forge.forge.sdk.forge_log.QueueLogger.__init__|logging.Logger.__init__,1 +1209,autogpts.forge.forge.sdk.forge_log.QueueLogger.__init__|queue.Queue.__init__,1 +1210,autogpts.forge.forge.sdk.forge_log.QueueLogger.__init__|logging.Logger.addHandler,1 +1211,autogpts.forge.forge.sdk.forge_log.ForgeLogger.chat|logging.Logger.isEnabledFor,1 +1212,autogpts.forge.forge.sdk.forge_log.ForgeLogger.chat|logging.Logger._log,1 +1213,autogpts.forge.forge.sdk.forge_log.ForgeLogger.chat|dict.get,1 +1214,autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__|logging.handlers.QueueHandler.__init__,1 +1215,autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__|logging.Logger.__init__,1 +1216,autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__|logging.Logger.addHandler,1 +1217,autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__|autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +1218,autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__|logging.StreamHandler.__init__,1 +1219,autogpts.forge.forge.sdk.forge_log.ForgeLogger.__init__|queue.Queue.__init__,1 +1220,autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format|logging.Formatter.format,1 +1221,autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format|typing.Mapping.__contains__,1 +1222,autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format|dict.__getitem__,1 +1223,autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.format|str.__add__,1 +1224,autogpts.forge.forge.sdk.forge_log.ConsoleFormatter.__init__|logging.Formatter.__init__,1 +1225,autogpts.forge.forge.sdk.errors.AgentException.__init__|BaseException.__init__,1 +1226,autogpts.forge.forge.sdk.db_test.test_updating_step|list.__getitem__,1 +1227,autogpts.forge.forge.sdk.db_test.test_updating_step|str.split,1 +1228,autogpts.forge.forge.sdk.db_test.test_task_schema|datetime.datetime.now,1 +1229,autogpts.forge.forge.sdk.db_test.test_task_schema|int.__eq__,1 +1230,autogpts.forge.forge.sdk.db_test.test_table_creation|sqlite3.dbapi2.Cursor.fetchone,1 +1231,autogpts.forge.forge.sdk.db_test.test_table_creation|sqlite3.dbapi2.Cursor.execute,1 +1232,autogpts.forge.forge.sdk.db_test.test_table_creation|sqlite3.dbapi2.Connection.cursor,1 +1233,autogpts.forge.forge.sdk.db_test.test_table_creation|list.__getitem__,1 +1234,autogpts.forge.forge.sdk.db_test.test_table_creation|str.split,1 +1235,autogpts.forge.forge.sdk.db_test.test_step_schema|datetime.datetime.now,1 +1236,autogpts.forge.forge.sdk.db_test.test_step_schema|int.__eq__,1 +1237,autogpts.forge.forge.sdk.db_test.test_list_tasks|list.__contains__,1 +1238,autogpts.forge.forge.sdk.db_test.test_list_tasks|list.__getitem__,1 +1239,autogpts.forge.forge.sdk.db_test.test_list_tasks|str.split,1 +1240,autogpts.forge.forge.sdk.db_test.test_list_steps|list.__contains__,1 +1241,autogpts.forge.forge.sdk.db_test.test_list_steps|list.__getitem__,1 +1242,autogpts.forge.forge.sdk.db_test.test_list_steps|str.split,1 +1243,autogpts.forge.forge.sdk.db_test.test_get_task_not_found|list.__getitem__,1 +1244,autogpts.forge.forge.sdk.db_test.test_get_task_not_found|str.split,1 +1245,autogpts.forge.forge.sdk.db_test.test_get_step_not_found|list.__getitem__,1 +1246,autogpts.forge.forge.sdk.db_test.test_get_step_not_found|str.split,1 +1247,autogpts.forge.forge.sdk.db_test.test_get_artifact|list.__getitem__,1 +1248,autogpts.forge.forge.sdk.db_test.test_get_artifact|str.split,1 +1249,autogpts.forge.forge.sdk.db_test.test_create_task|list.__getitem__,1 +1250,autogpts.forge.forge.sdk.db_test.test_create_task|str.split,1 +1251,autogpts.forge.forge.sdk.db_test.test_create_and_get_task|list.__getitem__,1 +1252,autogpts.forge.forge.sdk.db_test.test_create_and_get_task|str.split,1 +1253,autogpts.forge.forge.sdk.db_test.test_create_and_get_step|list.__getitem__,1 +1254,autogpts.forge.forge.sdk.db_test.test_create_and_get_step|str.split,1 +1255,autogpts.forge.forge.sdk.db_test.test_convert_to_task|datetime.datetime.now,1 +1256,autogpts.forge.forge.sdk.db_test.test_convert_to_task|int.__eq__,1 +1257,autogpts.forge.forge.sdk.db_test.test_convert_to_step|datetime.datetime.now,1 +1258,autogpts.forge.forge.sdk.db_test.test_convert_to_step|int.__eq__,1 +1259,autogpts.forge.forge.sdk.db_test.test_convert_to_artifact|datetime.datetime.now,1 +1260,autogpts.forge.forge.sdk.db.convert_to_task|object.__init__,1 +1261,autogpts.forge.forge.sdk.db.convert_to_task|logging.Logger.debug,1 +1262,autogpts.forge.forge.sdk.db.convert_to_step|sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +1263,autogpts.forge.forge.sdk.db.convert_to_step|object.__init__,1 +1264,autogpts.forge.forge.sdk.db.convert_to_step|logging.Logger.debug,1 +1265,autogpts.forge.forge.sdk.db.convert_to_artifact|object.__init__,1 +1266,autogpts.forge.forge.sdk.db.AgentDB.update_step|sqlalchemy.orm.session.Session.__enter__,1 +1267,autogpts.forge.forge.sdk.db.AgentDB.update_step|logging.Logger.debug,1 +1268,autogpts.forge.forge.sdk.db.AgentDB.update_step|sqlalchemy.orm.query.Query.filter_by,1 +1269,autogpts.forge.forge.sdk.db.AgentDB.update_step|logging.Logger.error,1 +1270,autogpts.forge.forge.sdk.db.AgentDB.update_step|BaseException.__init__,1 +1271,autogpts.forge.forge.sdk.db.AgentDB.update_step|sqlalchemy.orm.session.Session.query,1 +1272,autogpts.forge.forge.sdk.db.AgentDB.update_step|sqlalchemy.orm.session.sessionmaker.__call__,1 +1273,autogpts.forge.forge.sdk.db.AgentDB.update_step|sqlalchemy.orm.query.Query.first,1 +1274,autogpts.forge.forge.sdk.db.AgentDB.update_step|sqlalchemy.orm.session.Session.commit,1 +1275,autogpts.forge.forge.sdk.db.AgentDB.update_step|autogpts.forge.forge.sdk.db.AgentDB.get_step,1 +1276,autogpts.forge.forge.sdk.db.AgentDB.list_tasks|int.__truediv__,1 +1277,autogpts.forge.forge.sdk.db.AgentDB.list_tasks|int.__sub__,1 +1278,autogpts.forge.forge.sdk.db.AgentDB.list_tasks|sqlalchemy.orm.query.Query.limit,1 +1279,autogpts.forge.forge.sdk.db.AgentDB.list_tasks|sqlalchemy.orm.session.Session.__enter__,1 +1280,autogpts.forge.forge.sdk.db.AgentDB.list_tasks|logging.Logger.debug,1 +1281,autogpts.forge.forge.sdk.db.AgentDB.list_tasks|int.__mul__,1 +1282,autogpts.forge.forge.sdk.db.AgentDB.list_tasks|sqlalchemy.orm.query.Query.all,1 +1283,autogpts.forge.forge.sdk.db.AgentDB.list_tasks|object.__init__,1 +1284,autogpts.forge.forge.sdk.db.AgentDB.list_tasks|sqlalchemy.orm.query.Query.offset,1 +1285,autogpts.forge.forge.sdk.db.AgentDB.list_tasks|sqlalchemy.orm.query.Query.count,1 +1286,autogpts.forge.forge.sdk.db.AgentDB.list_tasks|logging.Logger.error,1 +1287,autogpts.forge.forge.sdk.db.AgentDB.list_tasks|sqlalchemy.orm.session.Session.query,1 +1288,autogpts.forge.forge.sdk.db.AgentDB.list_tasks|sqlalchemy.orm.session.sessionmaker.__call__,1 +1289,autogpts.forge.forge.sdk.db.AgentDB.list_steps|int.__truediv__,1 +1290,autogpts.forge.forge.sdk.db.AgentDB.list_steps|int.__sub__,1 +1291,autogpts.forge.forge.sdk.db.AgentDB.list_steps|sqlalchemy.orm.session.Session.__enter__,1 +1292,autogpts.forge.forge.sdk.db.AgentDB.list_steps|int.__mul__,1 +1293,autogpts.forge.forge.sdk.db.AgentDB.list_steps|sqlalchemy.orm.query.Query.filter_by,1 +1294,autogpts.forge.forge.sdk.db.AgentDB.list_steps|object.__init__,1 +1295,autogpts.forge.forge.sdk.db.AgentDB.list_steps|sqlalchemy.orm.query.Query.all,1 +1296,autogpts.forge.forge.sdk.db.AgentDB.list_steps|sqlalchemy.orm.query.Query.count,1 +1297,autogpts.forge.forge.sdk.db.AgentDB.list_steps|sqlalchemy.orm.session.Session.query,1 +1298,autogpts.forge.forge.sdk.db.AgentDB.list_steps|sqlalchemy.orm.session.sessionmaker.__call__,1 +1299,autogpts.forge.forge.sdk.db.AgentDB.list_steps|logging.Logger.debug,1 +1300,autogpts.forge.forge.sdk.db.AgentDB.list_steps|sqlalchemy.orm.query.Query.offset,1 +1301,autogpts.forge.forge.sdk.db.AgentDB.list_steps|sqlalchemy.orm.query.Query.limit,1 +1302,autogpts.forge.forge.sdk.db.AgentDB.list_steps|logging.Logger.error,1 +1303,autogpts.forge.forge.sdk.db.AgentDB.list_artifacts|int.__truediv__,1 +1304,autogpts.forge.forge.sdk.db.AgentDB.list_artifacts|int.__sub__,1 +1305,autogpts.forge.forge.sdk.db.AgentDB.list_artifacts|sqlalchemy.orm.session.Session.__enter__,1 +1306,autogpts.forge.forge.sdk.db.AgentDB.list_artifacts|sqlalchemy.orm.query.Query.filter_by,1 +1307,autogpts.forge.forge.sdk.db.AgentDB.list_artifacts|int.__mul__,1 +1308,autogpts.forge.forge.sdk.db.AgentDB.list_artifacts|object.__init__,1 +1309,autogpts.forge.forge.sdk.db.AgentDB.list_artifacts|sqlalchemy.orm.query.Query.offset,1 +1310,autogpts.forge.forge.sdk.db.AgentDB.list_artifacts|sqlalchemy.orm.session.Session.query,1 +1311,autogpts.forge.forge.sdk.db.AgentDB.list_artifacts|sqlalchemy.orm.session.sessionmaker.__call__,1 +1312,autogpts.forge.forge.sdk.db.AgentDB.list_artifacts|sqlalchemy.orm.query.Query.count,1 +1313,autogpts.forge.forge.sdk.db.AgentDB.list_artifacts|logging.Logger.debug,1 +1314,autogpts.forge.forge.sdk.db.AgentDB.list_artifacts|sqlalchemy.orm.query.Query.all,1 +1315,autogpts.forge.forge.sdk.db.AgentDB.list_artifacts|sqlalchemy.orm.query.Query.limit,1 +1316,autogpts.forge.forge.sdk.db.AgentDB.list_artifacts|logging.Logger.error,1 +1317,autogpts.forge.forge.sdk.db.AgentDB.get_task|sqlalchemy.orm.session.Session.__enter__,1 +1318,autogpts.forge.forge.sdk.db.AgentDB.get_task|logging.Logger.debug,1 +1319,autogpts.forge.forge.sdk.db.AgentDB.get_task|sqlalchemy.orm.query.Query.options,1 +1320,autogpts.forge.forge.sdk.db.AgentDB.get_task|sqlalchemy.orm.query.Query.first,1 +1321,autogpts.forge.forge.sdk.db.AgentDB.get_task|sqlalchemy.orm.query.Query.filter_by,1 +1322,autogpts.forge.forge.sdk.db.AgentDB.get_task|logging.Logger.error,1 +1323,autogpts.forge.forge.sdk.db.AgentDB.get_task|BaseException.__init__,1 +1324,autogpts.forge.forge.sdk.db.AgentDB.get_task|sqlalchemy.orm.session.Session.query,1 +1325,autogpts.forge.forge.sdk.db.AgentDB.get_task|sqlalchemy.orm.session.sessionmaker.__call__,1 +1326,autogpts.forge.forge.sdk.db.AgentDB.get_step|sqlalchemy.orm.session.Session.__enter__,1 +1327,autogpts.forge.forge.sdk.db.AgentDB.get_step|logging.Logger.debug,1 +1328,autogpts.forge.forge.sdk.db.AgentDB.get_step|sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +1329,autogpts.forge.forge.sdk.db.AgentDB.get_step|sqlalchemy.orm.query.Query.filter,1 +1330,autogpts.forge.forge.sdk.db.AgentDB.get_step|logging.Logger.error,1 +1331,autogpts.forge.forge.sdk.db.AgentDB.get_step|BaseException.__init__,1 +1332,autogpts.forge.forge.sdk.db.AgentDB.get_step|sqlalchemy.orm.session.Session.query,1 +1333,autogpts.forge.forge.sdk.db.AgentDB.get_step|sqlalchemy.orm.session.sessionmaker.__call__,1 +1334,autogpts.forge.forge.sdk.db.AgentDB.get_step|sqlalchemy.orm.query.Query.first,1 +1335,autogpts.forge.forge.sdk.db.AgentDB.get_step|sqlalchemy.orm.query.Query.options,1 +1336,autogpts.forge.forge.sdk.db.AgentDB.get_artifact|sqlalchemy.orm.session.Session.__enter__,1 +1337,autogpts.forge.forge.sdk.db.AgentDB.get_artifact|logging.Logger.debug,1 +1338,autogpts.forge.forge.sdk.db.AgentDB.get_artifact|sqlalchemy.orm.query.Query.filter_by,1 +1339,autogpts.forge.forge.sdk.db.AgentDB.get_artifact|sqlalchemy.orm.query.Query.first,1 +1340,autogpts.forge.forge.sdk.db.AgentDB.get_artifact|logging.Logger.error,1 +1341,autogpts.forge.forge.sdk.db.AgentDB.get_artifact|BaseException.__init__,1 +1342,autogpts.forge.forge.sdk.db.AgentDB.get_artifact|sqlalchemy.orm.session.Session.query,1 +1343,autogpts.forge.forge.sdk.db.AgentDB.get_artifact|sqlalchemy.orm.session.sessionmaker.__call__,1 +1344,autogpts.forge.forge.sdk.db.AgentDB.create_task|sqlalchemy.orm.session.Session.__enter__,1 +1345,autogpts.forge.forge.sdk.db.AgentDB.create_task|logging.Logger.debug,1 +1346,autogpts.forge.forge.sdk.db.AgentDB.create_task|sqlalchemy.orm.session.Session.refresh,1 +1347,autogpts.forge.forge.sdk.db.AgentDB.create_task|object.__repr__,1 +1348,autogpts.forge.forge.sdk.db.AgentDB.create_task|logging.Logger.error,1 +1349,autogpts.forge.forge.sdk.db.AgentDB.create_task|object.__init__,1 +1350,autogpts.forge.forge.sdk.db.AgentDB.create_task|sqlalchemy.orm.session.sessionmaker.__call__,1 +1351,autogpts.forge.forge.sdk.db.AgentDB.create_task|sqlalchemy.orm.session.Session.commit,1 +1352,autogpts.forge.forge.sdk.db.AgentDB.create_task|sqlalchemy.orm.session.Session.add,1 +1353,autogpts.forge.forge.sdk.db.AgentDB.create_step|sqlalchemy.orm.session.Session.__enter__,1 +1354,autogpts.forge.forge.sdk.db.AgentDB.create_step|logging.Logger.debug,1 +1355,autogpts.forge.forge.sdk.db.AgentDB.create_step|sqlalchemy.orm.session.Session.refresh,1 +1356,autogpts.forge.forge.sdk.db.AgentDB.create_step|object.__repr__,1 +1357,autogpts.forge.forge.sdk.db.AgentDB.create_step|object.__init__,1 +1358,autogpts.forge.forge.sdk.db.AgentDB.create_step|logging.Logger.error,1 +1359,autogpts.forge.forge.sdk.db.AgentDB.create_step|sqlalchemy.orm.session.sessionmaker.__call__,1 +1360,autogpts.forge.forge.sdk.db.AgentDB.create_step|sqlalchemy.orm.session.Session.commit,1 +1361,autogpts.forge.forge.sdk.db.AgentDB.create_step|sqlalchemy.orm.session.Session.add,1 +1362,autogpts.forge.forge.sdk.db.AgentDB.create_artifact|sqlalchemy.orm.session.Session.__enter__,1 +1363,autogpts.forge.forge.sdk.db.AgentDB.create_artifact|logging.Logger.debug,1 +1364,autogpts.forge.forge.sdk.db.AgentDB.create_artifact|sqlalchemy.orm.query.Query.filter_by,1 +1365,autogpts.forge.forge.sdk.db.AgentDB.create_artifact|sqlalchemy.orm.query.Query.first,1 +1366,autogpts.forge.forge.sdk.db.AgentDB.create_artifact|sqlalchemy.orm.session.Session.refresh,1 +1367,autogpts.forge.forge.sdk.db.AgentDB.create_artifact|object.__init__,1 +1368,autogpts.forge.forge.sdk.db.AgentDB.create_artifact|object.__repr__,1 +1369,autogpts.forge.forge.sdk.db.AgentDB.create_artifact|sqlalchemy.orm.session.Session.close,1 +1370,autogpts.forge.forge.sdk.db.AgentDB.create_artifact|logging.Logger.error,1 +1371,autogpts.forge.forge.sdk.db.AgentDB.create_artifact|sqlalchemy.orm.session.Session.query,1 +1372,autogpts.forge.forge.sdk.db.AgentDB.create_artifact|sqlalchemy.orm.session.sessionmaker.__call__,1 +1373,autogpts.forge.forge.sdk.db.AgentDB.create_artifact|sqlalchemy.orm.session.Session.commit,1 +1374,autogpts.forge.forge.sdk.db.AgentDB.create_artifact|sqlalchemy.orm.session.Session.add,1 +1375,autogpts.forge.forge.sdk.db.AgentDB.__init__|object.__init__,1 +1376,autogpts.forge.forge.sdk.db.AgentDB.__init__|sqlalchemy.orm.session.sessionmaker.__init__,1 +1377,autogpts.forge.forge.sdk.db.AgentDB.__init__|logging.Logger.debug,1 +1378,autogpts.forge.forge.sdk.agent_test.test_list_tasks|object.__init__,1 +1379,autogpts.forge.forge.sdk.agent_test.test_get_task|object.__init__,1 +1380,autogpts.forge.forge.sdk.agent_test.test_get_artifact|object.__init__,1 +1381,autogpts.forge.forge.sdk.agent_test.test_create_task|object.__init__,1 +1382,autogpts.forge.forge.sdk.agent_test.test_create_task|str.__eq__,1 +1383,autogpts.forge.forge.sdk.agent_test.test_create_artifact|object.__init__,1 +1384,autogpts.forge.forge.sdk.agent_test.agent|autogpts.forge.forge.sdk.agent.Agent.__init__,1 +1385,autogpts.forge.forge.sdk.agent_test.agent|autogpts.forge.forge.sdk.workspace.LocalWorkspace.__init__,1 +1386,autogpts.forge.forge.sdk.agent_test.agent|autogpts.forge.forge.sdk.db.AgentDB.__init__,1 +1387,autogpts.forge.forge.sdk.agent.Agent.list_tasks|autogpts.forge.forge.sdk.db.AgentDB.list_tasks,1 +1388,autogpts.forge.forge.sdk.agent.Agent.list_tasks|object.__init__,1 +1389,autogpts.forge.forge.sdk.agent.Agent.list_steps|object.__init__,1 +1390,autogpts.forge.forge.sdk.agent.Agent.list_steps|autogpts.forge.forge.sdk.db.AgentDB.list_steps,1 +1391,autogpts.forge.forge.sdk.agent.Agent.list_artifacts|autogpts.forge.forge.sdk.db.AgentDB.list_artifacts,1 +1392,autogpts.forge.forge.sdk.agent.Agent.list_artifacts|object.__init__,1 +1393,autogpts.forge.forge.sdk.agent.Agent.get_task|autogpts.forge.forge.sdk.db.AgentDB.get_task,1 +1394,autogpts.forge.forge.sdk.agent.Agent.get_step|autogpts.forge.forge.sdk.db.AgentDB.get_step,1 +1395,autogpts.forge.forge.sdk.agent.Agent.get_artifact|io.BytesIO.__init__,1 +1396,autogpts.forge.forge.sdk.agent.Agent.get_artifact|str.__contains__,1 +1397,autogpts.forge.forge.sdk.agent.Agent.get_artifact|autogpts.forge.forge.sdk.db.AgentDB.get_artifact,1 +1398,autogpts.forge.forge.sdk.agent.Agent.get_agent_app|logging.Logger.warning,1 +1399,autogpts.forge.forge.sdk.agent.Agent.get_agent_app|pathlib.Path.resolve,1 +1400,autogpts.forge.forge.sdk.agent.Agent.get_agent_app|pathlib.Path.__new__,1 +1401,autogpts.forge.forge.sdk.agent.Agent.create_task|autogpts.forge.forge.sdk.db.AgentDB.create_task,1 +1402,autogpts.forge.forge.sdk.agent.Agent.create_artifact|str.endswith,1 +1403,autogpts.forge.forge.sdk.agent.Agent.create_artifact|int.__mul__,1 +1404,autogpts.forge.forge.sdk.agent.Agent.create_artifact|object.__repr__,1 +1405,autogpts.forge.forge.sdk.agent.Agent.create_artifact|autogpts.forge.forge.sdk.db.AgentDB.create_artifact,1 +1406,autogpts.forge.forge.sdk.agent.Agent.create_artifact|bytes.__add__,1 +1407,autogpts.forge.forge.sdk.agent.Agent.__init__|autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +1408,autogpts.forge.forge.sdk.abilities.web.web_selenium.validate_url.wrapper|int.__gt__,1 +1409,autogpts.forge.forge.sdk.abilities.web.web_selenium.validate_url.wrapper|BaseException.__init__,1 +1410,autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium|bs4.BeautifulSoup.__init__,1 +1411,autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium|typing.Generator.__next__,1 +1412,autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium|str.strip,1 +1413,autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium|str.split,1 +1414,autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium|str.join,1 +1415,autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium|bs4.element.PageElement.get_text,1 +1416,autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium|str.splitlines,1 +1417,autogpts.forge.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium|bs4.BeautifulSoup.__init__,1 +1418,autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage|int.__gt__,1 +1419,autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage|slice.__init__,1 +1420,autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage|object.__init__,1 +1421,autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage|str.__add__,1 +1422,autogpts.forge.forge.sdk.abilities.web.web_selenium.read_webpage|list.__getitem__,1 +1423,autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser|object.__repr__,1 +1424,autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser|pathlib.Path.exists,1 +1425,autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser|logging.Logger.setLevel,1 +1426,autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser|dict.__getitem__,1 +1427,autogpts.forge.forge.sdk.abilities.web.web_selenium.open_page_in_browser|pathlib.Path.__new__,1 +1428,autogpts.forge.forge.sdk.abilities.web.web_selenium.extract_hyperlinks|bs4.element.Tag.find_all,1 +1429,autogpts.forge.forge.sdk.abilities.web.web_selenium.check_local_file_access|str.startswith,1 +1430,autogpts.forge.forge.sdk.abilities.web.web_search.web_search|int.__ge__,1 +1431,autogpts.forge.forge.sdk.abilities.web.web_search.web_search|int.__add__,1 +1432,autogpts.forge.forge.sdk.abilities.web.web_search.web_search|list.__init__,1 +1433,autogpts.forge.forge.sdk.abilities.web.web_search.web_search|itertools.islice.__init__,1 +1434,autogpts.forge.forge.sdk.abilities.web.web_search.safe_google_results|bytes.decode,1 +1435,autogpts.forge.forge.sdk.abilities.web.web_search.safe_google_results|str.encode,1 +1436,autogpts.forge.forge.sdk.abilities.registry.ability.decorator|object.__ne__,1 +1437,autogpts.forge.forge.sdk.abilities.registry.ability.decorator|set.__init__,1 +1438,autogpts.forge.forge.sdk.abilities.registry.ability.decorator|BaseException.__init__,1 +1439,autogpts.forge.forge.sdk.abilities.registry.ability.decorator|types.MappingProxyType.keys,1 +1440,autogpts.forge.forge.sdk.abilities.registry.ability.decorator|inspect.Signature.parameters,1 +1441,autogpts.forge.forge.sdk.abilities.registry.ability.decorator|set.add,1 +1442,autogpts.forge.forge.sdk.abilities.registry.ability.decorator|object.__init__,1 +1443,autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities|str.split,1 +1444,autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities|int.__gt__,1 +1445,autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities|str.__getitem__,1 +1446,autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities|str.lower,1 +1447,autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities|str.replace,1 +1448,autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities|BaseException.__str__,1 +1449,autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities|slice.__init__,1 +1450,autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities|list.__getitem__,1 +1451,autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities|list.__contains__,1 +1452,autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description|dict.__getitem__,1 +1453,autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description|dict.items,1 +1454,autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description|dict.__setitem__,1 +1455,autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description|typing.Mapping.__contains__,1 +1456,autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description|str.__ne__,1 +1457,autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.abilities_description|str.__add__,1 +1458,autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.__init__|autogpts.forge.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +1459,autogpts.forge.forge.sdk.abilities.registry.Ability.__str__|str.__getitem__,1 +1460,autogpts.forge.forge.sdk.abilities.registry.Ability.__str__|slice.__init__,1 +1461,autogpts.forge.forge.sdk.abilities.registry.Ability.__str__|str.__add__,1 +1462,autogpts.forge.forge.sdk.abilities.finish.finish|logging.Logger.info,1 +1463,autogpts.forge.forge.sdk.abilities.file_system.files.write_file|str.split,1 +1464,autogpts.forge.forge.sdk.abilities.file_system.files.write_file|list.__getitem__,1 +1465,autogpts.forge.forge.sdk.abilities.file_system.files.list_files|object.__repr__,1 +1466,autogpts.forge.forge.db.ForgeDatabase.get_chat_history|sqlalchemy.orm.query.Query.order_by,1 +1467,autogpts.forge.forge.db.ForgeDatabase.get_chat_history|sqlalchemy.orm.query.Query.filter,1 +1468,autogpts.forge.forge.db.ForgeDatabase.get_chat_history|sqlalchemy.orm.session.Session.__enter__,1 +1469,autogpts.forge.forge.db.ForgeDatabase.get_chat_history|logging.Logger.debug,1 +1470,autogpts.forge.forge.db.ForgeDatabase.get_chat_history|sqlalchemy.orm.query.Query.all,1 +1471,autogpts.forge.forge.db.ForgeDatabase.get_chat_history|sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +1472,autogpts.forge.forge.db.ForgeDatabase.get_chat_history|sqlalchemy.orm.session.sessionmaker.__call__,1 +1473,autogpts.forge.forge.db.ForgeDatabase.get_chat_history|logging.Logger.error,1 +1474,autogpts.forge.forge.db.ForgeDatabase.get_chat_history|BaseException.__init__,1 +1475,autogpts.forge.forge.db.ForgeDatabase.get_chat_history|sqlalchemy.orm.session.Session.query,1 +1476,autogpts.forge.forge.db.ForgeDatabase.get_action_history|sqlalchemy.orm.session.Session.__enter__,1 +1477,autogpts.forge.forge.db.ForgeDatabase.get_action_history|logging.Logger.debug,1 +1478,autogpts.forge.forge.db.ForgeDatabase.get_action_history|sqlalchemy.orm.query.Query.filter,1 +1479,autogpts.forge.forge.db.ForgeDatabase.get_action_history|sqlalchemy.orm.query.Query.all,1 +1480,autogpts.forge.forge.db.ForgeDatabase.get_action_history|sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +1481,autogpts.forge.forge.db.ForgeDatabase.get_action_history|sqlalchemy.orm.session.sessionmaker.__call__,1 +1482,autogpts.forge.forge.db.ForgeDatabase.get_action_history|sqlalchemy.orm.query.Query.order_by,1 +1483,autogpts.forge.forge.db.ForgeDatabase.get_action_history|logging.Logger.error,1 +1484,autogpts.forge.forge.db.ForgeDatabase.get_action_history|BaseException.__init__,1 +1485,autogpts.forge.forge.db.ForgeDatabase.get_action_history|sqlalchemy.orm.session.Session.query,1 +1486,autogpts.forge.forge.db.ForgeDatabase.create_action|sqlalchemy.orm.session.Session.__enter__,1 +1487,autogpts.forge.forge.db.ForgeDatabase.create_action|logging.Logger.debug,1 +1488,autogpts.forge.forge.db.ForgeDatabase.create_action|sqlalchemy.orm.session.Session.refresh,1 +1489,autogpts.forge.forge.db.ForgeDatabase.create_action|object.__init__,1 +1490,autogpts.forge.forge.db.ForgeDatabase.create_action|object.__repr__,1 +1491,autogpts.forge.forge.db.ForgeDatabase.create_action|sqlalchemy.orm.session.sessionmaker.__call__,1 +1492,autogpts.forge.forge.db.ForgeDatabase.create_action|logging.Logger.error,1 +1493,autogpts.forge.forge.db.ForgeDatabase.create_action|sqlalchemy.orm.session.Session.commit,1 +1494,autogpts.forge.forge.db.ForgeDatabase.create_action|sqlalchemy.orm.session.Session.add,1 +1495,autogpts.forge.forge.db.ForgeDatabase.add_chat_message|sqlalchemy.orm.session.Session.__enter__,1 +1496,autogpts.forge.forge.db.ForgeDatabase.add_chat_message|logging.Logger.debug,1 +1497,autogpts.forge.forge.db.ForgeDatabase.add_chat_message|object.__init__,1 +1498,autogpts.forge.forge.db.ForgeDatabase.add_chat_message|sqlalchemy.orm.session.Session.refresh,1 +1499,autogpts.forge.forge.db.ForgeDatabase.add_chat_message|object.__repr__,1 +1500,autogpts.forge.forge.db.ForgeDatabase.add_chat_message|sqlalchemy.orm.session.sessionmaker.__call__,1 +1501,autogpts.forge.forge.db.ForgeDatabase.add_chat_message|logging.Logger.error,1 +1502,autogpts.forge.forge.db.ForgeDatabase.add_chat_message|sqlalchemy.orm.session.Session.commit,1 +1503,autogpts.forge.forge.db.ForgeDatabase.add_chat_message|sqlalchemy.orm.session.Session.add,1 +1504,autogpts.forge.forge.db.ForgeDatabase.add_chat_history|autogpts.forge.forge.db.ForgeDatabase.add_chat_message,1 +1505,autogpts.forge.forge.agent.ForgeAgent.execute_step|str.__add__,1 +1506,autogpts.forge.forge.agent.ForgeAgent.create_task|int.__gt__,1 +1507,autogpts.forge.forge.agent.ForgeAgent.create_task|slice.__init__,1 +1508,autogpts.forge.forge.agent.ForgeAgent.__init__|object.__init__,1 +1509,autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname|typing.NamedTuple._replace,1 +1510,autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname|urllib.parse._NetlocResultMixinBase.hostname,1 +1511,autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname|str.replace,1 +1512,autogpts.autogpt.tests.vcr.vcr_filter.replace_request_hostname|str.__contains__,1 +1513,autogpts.autogpt.tests.vcr.vcr_filter.replace_message_content|dict.__getitem__,1 +1514,autogpts.autogpt.tests.vcr.vcr_filter.replace_message_content|re.Pattern.sub,1 +1515,autogpts.autogpt.tests.vcr.vcr_filter.freeze_request_body|object.__eq__,1 +1516,autogpts.autogpt.tests.vcr.vcr_filter.freeze_request_body|str.encode,1 +1517,autogpts.autogpt.tests.vcr.vcr_filter.freeze_request|contextlib.suppress.__init__,1 +1518,autogpts.autogpt.tests.vcr.vcr_filter.freeze_request|contextlib.AbstractContextManager.__enter__,1 +1519,autogpts.autogpt.tests.vcr.vcr_filter.before_record_response|dict.__getitem__,1 +1520,autogpts.autogpt.tests.vcr.vcr_cassette_dir|tuple.__getitem__,1 +1521,autogpts.autogpt.tests.vcr.patched_api_requestor.patched_prepare_request|hashlib._Hash.hexdigest,1 +1522,autogpts.autogpt.tests.vcr.patched_api_requestor.patched_prepare_request|typing.Mapping.get,1 +1523,autogpts.autogpt.tests.vcr.patched_api_requestor.patched_prepare_request|logging.Logger.debug,1 +1524,autogpts.autogpt.tests.vcr.get_base_vcr_config|dict.__setitem__,1 +1525,autogpts.autogpt.tests.utils.skip_in_ci|typing.Mapping.get,1 +1526,autogpts.autogpt.tests.utils.skip_in_ci|object.__eq__,1 +1527,autogpts.autogpt.tests.unit.test_web_search.test_safe_google_results|str.__eq__,1 +1528,autogpts.autogpt.tests.unit.test_web_search.test_google_official_search_errors|str.encode,1 +1529,autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_valid|io.TextIOWrapper.__enter__,1 +1530,autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_valid|io.TextIOBase.write,1 +1531,autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_invalid|io.TextIOWrapper.__enter__,1 +1532,autogpts.autogpt.tests.unit.test_utils.test_validate_yaml_file_invalid|io.TextIOBase.write,1 +1533,autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin|unittest.mock._patch.__enter__,1 +1534,autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin|io.TextIOWrapper.__enter__,1 +1535,autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_new_bulletin|io.TextIOBase.write,1 +1536,autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_file|unittest.mock._patch.__enter__,1 +1537,autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_file|io.TextIOWrapper.__enter__,1 +1538,autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_with_file|io.TextIOBase.write,1 +1539,autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin|unittest.mock._patch.__enter__,1 +1540,autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin|io.TextIOWrapper.__enter__,1 +1541,autogpts.autogpt.tests.unit.test_utils.test_get_latest_bulletin_new_bulletin_same_as_old_bulletin|io.TextIOBase.write,1 +1542,autogpts.autogpt.tests.unit.test_utils.test_get_current_git_branch_failure|BaseException.__init__,1 +1543,autogpts.autogpt.tests.unit.test_utils.test_get_bulletin_from_web_exception|requests.exceptions.RequestException.__init__,1 +1544,autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response_wrapped_in_code_block|object.__repr__,1 +1545,autogpts.autogpt.tests.unit.test_utils.test_extract_json_from_response|object.__repr__,1 +1546,autogpts.autogpt.tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url|str.__add__,1 +1547,autogpts.autogpt.tests.unit.test_url_validation.TestValidateUrl.test_extremely_long_url|str.__mul__,1 +1548,autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers|int.__eq__,1 +1549,autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers|list.__contains__,1 +1550,autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers|dict.items,1 +1551,autogpts.autogpt.tests.unit.test_text_file_parsers.test_parsers|pathlib.Path.__new__,1 +1552,autogpts.autogpt.tests.unit.test_text_file_parsers.mock_yaml_file|tempfile._TemporaryFileWrapper.__enter__,1 +1553,autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file|tempfile._TemporaryFileWrapper.__enter__,1 +1554,autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file|xml.etree.ElementTree.Element.__init__,1 +1555,autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file|xml.etree.ElementTree.ElementTree.__init__,1 +1556,autogpts.autogpt.tests.unit.test_text_file_parsers.mock_xml_file|xml.etree.ElementTree.ElementTree.write,1 +1557,autogpts.autogpt.tests.unit.test_text_file_parsers.mock_text_file|tempfile._TemporaryFileWrapper.write,1 +1558,autogpts.autogpt.tests.unit.test_text_file_parsers.mock_text_file|tempfile._TemporaryFileWrapper.__enter__,1 +1559,autogpts.autogpt.tests.unit.test_text_file_parsers.mock_pdf_file|tempfile._TemporaryFileWrapper.__enter__,1 +1560,autogpts.autogpt.tests.unit.test_text_file_parsers.mock_pdf_file|tempfile._TemporaryFileWrapper.write,1 +1561,autogpts.autogpt.tests.unit.test_text_file_parsers.mock_md_file|tempfile._TemporaryFileWrapper.write,1 +1562,autogpts.autogpt.tests.unit.test_text_file_parsers.mock_md_file|tempfile._TemporaryFileWrapper.__enter__,1 +1563,autogpts.autogpt.tests.unit.test_text_file_parsers.mock_latex_file|tempfile._TemporaryFileWrapper.write,1 +1564,autogpts.autogpt.tests.unit.test_text_file_parsers.mock_latex_file|tempfile._TemporaryFileWrapper.__enter__,1 +1565,autogpts.autogpt.tests.unit.test_text_file_parsers.mock_json_file|tempfile._TemporaryFileWrapper.__enter__,1 +1566,autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file|bs4.BeautifulSoup.__init__,1 +1567,autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file|tempfile._TemporaryFileWrapper.write,1 +1568,autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file|object.__repr__,1 +1569,autogpts.autogpt.tests.unit.test_text_file_parsers.mock_html_file|tempfile._TemporaryFileWrapper.__enter__,1 +1570,autogpts.autogpt.tests.unit.test_text_file_parsers.mock_docx_file|tempfile._TemporaryFileWrapper.__enter__,1 +1571,autogpts.autogpt.tests.unit.test_text_file_parsers.mock_csv_file|tempfile._TemporaryFileWrapper.write,1 +1572,autogpts.autogpt.tests.unit.test_text_file_parsers.mock_csv_file|tempfile._TemporaryFileWrapper.__enter__,1 +1573,autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_service_unavairable_no_warn|int.__add__,1 +1574,autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_rate_limit_no_warn|int.__add__,1 +1575,autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_passing|int.__add__,1 +1576,autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_passing|object.__eq__,1 +1577,autogpts.autogpt.tests.unit.test_retry_provider_openai.test_retry_open_api_passing|logging.Logger.addHandler,1 +1578,autogpts.autogpt.tests.unit.test_retry_provider_openai.error_factory|autogpts.autogpt.tests.unit.test_retry_provider_openai.error_factory.RaisesError.__init__,1 +1579,autogpts.autogpt.tests.unit.test_prompt_config.test_prompt_config_loading|int.__eq__,1 +1580,autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_openai|int.__eq__,1 +1581,autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_not_enabled|list.__contains__,1 +1582,autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_not_enabled|int.__eq__,1 +1583,autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_generic|list.__contains__,1 +1584,autogpts.autogpt.tests.unit.test_plugins.test_scan_plugins_generic|int.__eq__,1 +1585,autogpts.autogpt.tests.unit.test_plugins.test_load_config|io.TextIOWrapper.__enter__,1 +1586,autogpts.autogpt.tests.unit.test_plugins.test_load_config|int.__eq__,1 +1587,autogpts.autogpt.tests.unit.test_plugins.test_load_config|io.TextIOBase.write,1 +1588,autogpts.autogpt.tests.unit.test_plugins.test_inspect_zip_for_modules|object.__repr__,1 +1589,autogpts.autogpt.tests.unit.test_plugins.test_create_base_config|io.TextIOWrapper.__enter__,1 +1590,autogpts.autogpt.tests.unit.test_plugins.test_create_base_config|int.__eq__,1 +1591,autogpts.autogpt.tests.unit.test_git_commands.test_clone_repository_error|git.exc.GitCommandError.__init__,1 +1592,autogpts.autogpt.tests.unit.test_git_commands.test_clone_auto_gpt_repository|str.__add__,1 +1593,autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path|io.TextIOWrapper.__enter__,1 +1594,autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path|str.__eq__,1 +1595,autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_relative_path|io.TextIOBase.read,1 +1596,autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path|io.TextIOWrapper.__enter__,1 +1597,autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path|str.__eq__,1 +1598,autogpts.autogpt.tests.unit.test_file_operations.test_write_to_file_absolute_path|io.TextIOBase.read,1 +1599,autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum|io.TextIOWrapper.__enter__,1 +1600,autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum|str.__eq__,1 +1601,autogpts.autogpt.tests.unit.test_file_operations.test_write_file_logs_checksum|io.TextIOBase.read,1 +1602,autogpts.autogpt.tests.unit.test_file_operations.test_log_operation_with_checksum|io.TextIOWrapper.__enter__,1 +1603,autogpts.autogpt.tests.unit.test_file_operations.test_log_operation_with_checksum|str.__contains__,1 +1604,autogpts.autogpt.tests.unit.test_file_operations.test_log_operation_with_checksum|io.TextIOBase.read,1 +1605,autogpts.autogpt.tests.unit.test_file_operations.test_log_operation|io.TextIOWrapper.__enter__,1 +1606,autogpts.autogpt.tests.unit.test_file_operations.test_log_operation|str.__contains__,1 +1607,autogpts.autogpt.tests.unit.test_file_operations.test_log_operation|io.TextIOBase.read,1 +1608,autogpts.autogpt.tests.unit.test_file_operations.test_list_files|io.TextIOWrapper.__enter__,1 +1609,autogpts.autogpt.tests.unit.test_file_operations.test_list_files|io.TextIOBase.write,1 +1610,autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path|typing.IO.name,1 +1611,autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path|pathlib.Path.__new__,1 +1612,autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path|io.TextIOBase.write,1 +1613,autogpts.autogpt.tests.unit.test_file_operations.test_file_with_content_path|io.IOBase.close,1 +1614,autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_state|typing.IO.name,1 +1615,autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_state|io.TextIOBase.write,1 +1616,autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_state|io.IOBase.close,1 +1617,autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log|object.__eq__,1 +1618,autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log|io.IOBase.close,1 +1619,autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log|typing.IO.name,1 +1620,autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log|list.__init__,1 +1621,autogpts.autogpt.tests.unit.test_file_operations.test_file_operations_log|io.TextIOBase.write,1 +1622,autogpts.autogpt.tests.unit.test_file_operations.test_file_name|pathlib.Path.__new__,1 +1623,autogpts.autogpt.tests.unit.test_file_operations.test_file|io.TextIOWrapper.closed,1 +1624,autogpts.autogpt.tests.unit.test_file_operations.test_file|io.IOBase.close,1 +1625,autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file|hashlib._Hash.hexdigest,1 +1626,autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file|hashlib._Hash.update,1 +1627,autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file|str.encode,1 +1628,autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file|io.TextIOWrapper.__enter__,1 +1629,autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file|str.__eq__,1 +1630,autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file_uses_checksum_from_appended_file|io.TextIOBase.read,1 +1631,autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file|str.__add__,1 +1632,autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file|io.TextIOWrapper.__enter__,1 +1633,autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file|str.__eq__,1 +1634,autogpts.autogpt.tests.unit.test_file_operations.test_append_to_file|io.TextIOBase.read,1 +1635,autogpts.autogpt.tests.unit.test_config.test_create_config_gpt4only|unittest.mock._patch.__enter__,1 +1636,autogpts.autogpt.tests.unit.test_config.test_create_config_gpt3only|unittest.mock._patch.__enter__,1 +1637,autogpts.autogpt.tests.unit.test_config.test_azure_config|os._Environ.__setitem__,1 +1638,autogpts.autogpt.tests.unit.test_config.test_azure_config|os._Environ.__getitem__,1 +1639,autogpts.autogpt.tests.unit.test_commands.test_unregister_command_aliases|int.__eq__,1 +1640,autogpts.autogpt.tests.unit.test_commands.test_unregister_command|int.__eq__,1 +1641,autogpts.autogpt.tests.unit.test_commands.test_register_command_aliases|int.__eq__,1 +1642,autogpts.autogpt.tests.unit.test_commands.test_register_command|int.__eq__,1 +1643,autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module|object.__repr__,1 +1644,autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module|list.remove,1 +1645,autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module|list.append,1 +1646,autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module|pathlib.PurePath.__truediv__,1 +1647,autogpts.autogpt.tests.unit.test_commands.test_import_temp_command_file_module|pathlib.Path.__new__,1 +1648,autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model|float.__truediv__,1 +1649,autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_embedding_model|float.__rmul__,1 +1650,autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model|float.__truediv__,1 +1651,autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_update_cost_completion_model|float.__add__,1 +1652,autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_getter_methods|float.__truediv__,1 +1653,autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_getter_methods|float.__add__,1 +1654,autogpts.autogpt.tests.unit.test_api_manager.TestApiManager.test_get_models|unittest.mock._patch.__enter__,1 +1655,autogpts.autogpt.tests.unit.test_ai_profile.test_goals_are_always_lists_of_strings|int.__eq__,1 +1656,autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods|list.__getitem__,1 +1657,autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods|tuple.__getitem__,1 +1658,autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods|str.__eq__,1 +1659,autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.test_dummy_plugin_default_methods|int.__eq__,1 +1660,autogpts.autogpt.tests.unit.models.test_base_open_api_plugin.dummy_plugin|object.__init__,1 +1661,autogpts.autogpt.tests.unit.data.test_plugins.auto_gpt_guanaco.AutoGPTGuanaco.__init__|object.__init__,1 +1662,autogpts.autogpt.tests.integration.test_web_selenium.test_browse_website_nonexistent_url|int.__lt__,1 +1663,autogpts.autogpt.tests.integration.test_setup.test_interactively_revise_ai_settings|unittest.mock._patch.__enter__,1 +1664,autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt|hashlib._Hash.hexdigest,1 +1665,autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt|PIL.Image.Image.tobytes,1 +1666,autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt|functools.partial.__new__,1 +1667,autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt|PIL.Image.Image.__enter__,1 +1668,autogpts.autogpt.tests.integration.test_image_gen.test_sd_webui_negative_prompt|str.__ne__,1 +1669,autogpts.autogpt.tests.integration.test_image_gen.lst|pathlib.Path.__new__,1 +1670,autogpts.autogpt.tests.integration.test_image_gen.generate_and_validate|PIL.Image.Image.size,1 +1671,autogpts.autogpt.tests.integration.test_image_gen.generate_and_validate|object.__eq__,1 +1672,autogpts.autogpt.tests.integration.test_image_gen.generate_and_validate|PIL.Image.Image.__enter__,1 +1673,autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file_args|list.__mul__,1 +1674,autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file_args|str.join,1 +1675,autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file|str.replace,1 +1676,autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_file|str.__eq__,1 +1677,autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_code|str.replace,1 +1678,autogpts.autogpt.tests.integration.test_execute_code.test_execute_python_code|str.__eq__,1 +1679,autogpts.autogpt.tests.integration.test_execute_code.random_string|range.__init__,1 +1680,autogpts.autogpt.tests.integration.test_execute_code.random_string|str.join,1 +1681,autogpts.autogpt.tests.integration.test_execute_code.python_test_file|tempfile._TemporaryFileWrapper.close,1 +1682,autogpts.autogpt.tests.integration.test_execute_code.python_test_file|tempfile._TemporaryFileWrapper.write,1 +1683,autogpts.autogpt.tests.integration.test_execute_code.python_test_file|str.encode,1 +1684,autogpts.autogpt.tests.integration.test_execute_code.python_test_file|pathlib.Path.__new__,1 +1685,autogpts.autogpt.tests.integration.test_execute_code.python_test_file|tempfile._TemporaryFileWrapper.flush,1 +1686,autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file|tempfile._TemporaryFileWrapper.close,1 +1687,autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file|tempfile._TemporaryFileWrapper.write,1 +1688,autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file|str.encode,1 +1689,autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file|pathlib.Path.__new__,1 +1690,autogpts.autogpt.tests.integration.test_execute_code.python_test_args_file|tempfile._TemporaryFileWrapper.flush,1 +1691,autogpts.autogpt.tests.integration.memory.utils.mock_embedding|numpy.ndarray.__getitem__,1 +1692,autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_load_index|int.__eq__,1 +1693,autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_load_index|BaseException.__init__,1 +1694,autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_get_relevant|str.join,1 +1695,autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_get_relevant|object.__eq__,1 +1696,autogpts.autogpt.tests.integration.memory._test_json_file_memory.test_json_memory_get_relevant|list.__mul__,1 +1697,autogpts.autogpt.tests.conftest.workspace_root|pathlib.PurePath.__truediv__,1 +1698,autogpts.autogpt.tests.conftest.temp_plugins_config_file|io.TextIOWrapper.__enter__,1 +1699,autogpts.autogpt.tests.conftest.temp_plugins_config_file|tempfile.TemporaryDirectory.__init__,1 +1700,autogpts.autogpt.tests.conftest.temp_plugins_config_file|pathlib.PurePath.__truediv__,1 +1701,autogpts.autogpt.tests.conftest.temp_plugins_config_file|pathlib.Path.__new__,1 +1702,autogpts.autogpt.tests.conftest.temp_plugins_config_file|io.TextIOBase.write,1 +1703,autogpts.autogpt.tests.conftest.setup_logger|pathlib.PurePath.__truediv__,1 +1704,autogpts.autogpt.tests.conftest.setup_logger|pathlib.Path.__new__,1 +1705,autogpts.autogpt.tests.conftest.config|typing.Mapping.get,1 +1706,autogpts.autogpt.tests.conftest.config|os._Environ.__setitem__,1 +1707,autogpts.autogpt.tests.conftest.app_data_dir|pathlib.PurePath.__truediv__,1 +1708,autogpts.autogpt.tests.conftest.agent_data_dir|pathlib.PurePath.__truediv__,1 +1709,autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies|zipfile.ZipFile.__init__,1 +1710,autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies|str.__contains__,1 +1711,autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies|zipfile.ZipFile.namelist,1 +1712,autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies|pathlib.Path.__new__,1 +1713,autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies|pathlib.Path.glob,1 +1714,autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies|object.__repr__,1 +1715,autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies|typing.Generator.__next__,1 +1716,autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies|zipfile.ZipFile.extract,1 +1717,autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies|list.__getitem__,1 +1718,autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies|str.rsplit,1 +1719,autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies|tuple.__getitem__,1 +1720,autogpts.autogpt.scripts.install_plugin_deps.install_plugin_dependencies|zipfile.ZipFile.__enter__,1 +1721,autogpts.autogpt.scripts.check_requirements.main|poetry.core.packages.dependency.Dependency.name,1 +1722,autogpts.autogpt.scripts.check_requirements.main|list.append,1 +1723,autogpts.autogpt.scripts.check_requirements.main|poetry.core.version.pep440.version.PEP440Version.parse,1 +1724,autogpts.autogpt.scripts.check_requirements.main|contextlib.suppress.__init__,1 +1725,autogpts.autogpt.scripts.check_requirements.main|poetry.core.packages.package.Package.dependency_group,1 +1726,autogpts.autogpt.scripts.check_requirements.main|str.join,1 +1727,autogpts.autogpt.scripts.check_requirements.main|poetry.core.packages.dependency.Dependency.__str__,1 +1728,autogpts.autogpt.scripts.check_requirements.main|poetry.core.constraints.version.version_constraint.VersionConstraint.allows,1 +1729,autogpts.autogpt.scripts.check_requirements.main|poetry.core.poetry.Poetry.package,1 +1730,autogpts.autogpt.scripts.check_requirements.main|poetry.core.packages.dependency.Dependency.constraint,1 +1731,autogpts.autogpt.scripts.check_requirements.main|object.__init__,1 +1732,autogpts.autogpt.scripts.check_requirements.main|contextlib.AbstractContextManager.__enter__,1 +1733,autogpts.autogpt.scripts.check_requirements.main|poetry.factory.Factory.create_poetry,1 +1734,autogpts.autogpt.data_ingestion.main|argparse._ActionsContainer.add_mutually_exclusive_group,1 +1735,autogpts.autogpt.data_ingestion.main|BaseException.__str__,1 +1736,autogpts.autogpt.data_ingestion.main|str.__add__,1 +1737,autogpts.autogpt.data_ingestion.main|argparse.ArgumentParser.__init__,1 +1738,autogpts.autogpt.data_ingestion.main|argparse.ArgumentParser.parse_args,1 +1739,autogpts.autogpt.data_ingestion.ingest_directory|BaseException.__str__,1 +1740,autogpts.autogpt.data_ingestion.ingest_directory|logging.Logger.error,1 +1741,autogpts.autogpt.data_ingestion.configure_logging|logging.FileHandler.__init__,1 +1742,autogpts.autogpt.data_ingestion.configure_logging|logging.StreamHandler.__init__,1 +1743,autogpts.autogpt.autogpt.utils.validate_yaml_file|io.TextIOWrapper.__enter__,1 +1744,autogpts.autogpt.autogpt.utils.validate_yaml_file|io.TextIOBase.read,1 +1745,autogpts.autogpt.autogpt.url_utils.validators.validate_url.wrapper|int.__gt__,1 +1746,autogpts.autogpt.autogpt.url_utils.validators.validate_url.wrapper|BaseException.__init__,1 +1747,autogpts.autogpt.autogpt.url_utils.validators.check_local_file_access|str.startswith,1 +1748,autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech|requests.models.Response.content,1 +1749,autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech|io.BufferedWriter.__enter__,1 +1750,autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech|io.BufferedWriter.write,1 +1751,autogpts.autogpt.autogpt.speech.stream_elements_speech.StreamElementsSpeech._speech|int.__eq__,1 +1752,autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say._speak|threading.Semaphore.release,1 +1753,autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say|threading.Thread.start,1 +1754,autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say|threading.Thread.__init__,1 +1755,autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.say|threading.Semaphore.acquire,1 +1756,autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine|autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__,1 +1757,autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.__repr__|object.__class__,1 +1758,autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider.__init__|autogpts.autogpt.autogpt.speech.say.TextToSpeechProvider._get_voice_engine,1 +1759,autogpts.autogpt.autogpt.speech.macos_tts.MacOSTTS._speech|int.__eq__,1 +1760,autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice|set.__contains__,1 +1761,autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech|requests.models.Response.content,1 +1762,autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech|io.BufferedWriter.__enter__,1 +1763,autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech|io.BufferedWriter.write,1 +1764,autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._speech|int.__eq__,1 +1765,autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup|list.copy,1 +1766,autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup|typing.Mapping.__contains__,1 +1767,autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup|dict.__getitem__,1 +1768,autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._setup|autogpts.autogpt.autogpt.speech.eleven_labs.ElevenLabsSpeech._use_custom_voice,1 +1769,autogpts.autogpt.autogpt.speech.base.VoiceBase.say|threading.Lock.__enter__,1 +1770,autogpts.autogpt.autogpt.speech.base.VoiceBase.say|autogpts.autogpt.autogpt.speech.base.VoiceBase._speech,1 +1771,autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__|object.__init__,1 +1772,autogpts.autogpt.autogpt.speech.base.VoiceBase.__init__|autogpts.autogpt.autogpt.speech.base.VoiceBase._setup,1 +1773,autogpts.autogpt.autogpt.singleton.Singleton.__call__|type.__call__,1 +1774,autogpts.autogpt.autogpt.prompts.utils.indent|object.__eq__,1 +1775,autogpts.autogpt.autogpt.prompts.utils.indent|str.replace,1 +1776,autogpts.autogpt.autogpt.prompts.utils.indent|str.__add__,1 +1777,autogpts.autogpt.autogpt.prompts.utils.indent|str.__mul__,1 +1778,autogpts.autogpt.autogpt.prompts.utils.format_numbered_list|str.join,1 +1779,autogpts.autogpt.autogpt.prompts.utils.format_numbered_list|enumerate.__init__,1 +1780,autogpts.autogpt.autogpt.prompts.utils.format_numbered_list|enumerate.__next__,1 +1781,autogpts.autogpt.autogpt.processing.text.summarize_text|enumerate.__init__,1 +1782,autogpts.autogpt.autogpt.processing.text.summarize_text|BaseException.__init__,1 +1783,autogpts.autogpt.autogpt.processing.text.summarize_text|str.__mul__,1 +1784,autogpts.autogpt.autogpt.processing.text.summarize_text|range.__init__,1 +1785,autogpts.autogpt.autogpt.processing.text.summarize_text|list.append,1 +1786,autogpts.autogpt.autogpt.processing.text.summarize_text|list.__init__,1 +1787,autogpts.autogpt.autogpt.processing.text.summarize_text|str.strip,1 +1788,autogpts.autogpt.autogpt.processing.text.summarize_text|str.join,1 +1789,autogpts.autogpt.autogpt.processing.text.summarize_text|int.__add__,1 +1790,autogpts.autogpt.autogpt.processing.text.summarize_text|enumerate.__next__,1 +1791,autogpts.autogpt.autogpt.processing.text.summarize_text|tuple.__getitem__,1 +1792,autogpts.autogpt.autogpt.processing.text.split_text|int.__gt__,1 +1793,autogpts.autogpt.autogpt.processing.text.split_text|int.__truediv__,1 +1794,autogpts.autogpt.autogpt.processing.text.split_text|int.__sub__,1 +1795,autogpts.autogpt.autogpt.processing.text.split_text|float.__lt__,1 +1796,autogpts.autogpt.autogpt.processing.text.split_text|str.join,1 +1797,autogpts.autogpt.autogpt.processing.text.split_text|list.__init__,1 +1798,autogpts.autogpt.autogpt.processing.text.split_text|list.__setitem__,1 +1799,autogpts.autogpt.autogpt.processing.text.split_text|tuple.__getitem__,1 +1800,autogpts.autogpt.autogpt.processing.text.split_text|list.pop,1 +1801,autogpts.autogpt.autogpt.processing.text.split_text|list.__getitem__,1 +1802,autogpts.autogpt.autogpt.processing.text.split_text|list.append,1 +1803,autogpts.autogpt.autogpt.processing.text.split_text|slice.__init__,1 +1804,autogpts.autogpt.autogpt.processing.text.split_text|float.__rsub__,1 +1805,autogpts.autogpt.autogpt.processing.text.split_text|int.__ge__,1 +1806,autogpts.autogpt.autogpt.processing.text.split_text|list.__iadd__,1 +1807,autogpts.autogpt.autogpt.processing.text.split_text|int.__lt__,1 +1808,autogpts.autogpt.autogpt.processing.text.chunk_content|int.__truediv__,1 +1809,autogpts.autogpt.autogpt.processing.text.chunk_content|int.__sub__,1 +1810,autogpts.autogpt.autogpt.processing.text.chunk_content|int.__add__,1 +1811,autogpts.autogpt.autogpt.processing.text.batch|list.__getitem__,1 +1812,autogpts.autogpt.autogpt.processing.text.batch|int.__sub__,1 +1813,autogpts.autogpt.autogpt.processing.text.batch|BaseException.__init__,1 +1814,autogpts.autogpt.autogpt.processing.text.batch|int.__lt__,1 +1815,autogpts.autogpt.autogpt.processing.text.batch|range.__init__,1 +1816,autogpts.autogpt.autogpt.processing.text.batch|int.__add__,1 +1817,autogpts.autogpt.autogpt.processing.text.batch|slice.__init__,1 +1818,autogpts.autogpt.autogpt.processing.html.format_hyperlinks|str.strip,1 +1819,autogpts.autogpt.autogpt.processing.html.extract_hyperlinks|bs4.element.Tag.find_all,1 +1820,autogpts.autogpt.autogpt.plugins.write_dict_to_json_file|io.TextIOWrapper.__enter__,1 +1821,autogpts.autogpt.autogpt.plugins.scan_plugins|str.split,1 +1822,autogpts.autogpt.autogpt.plugins.scan_plugins|zipimport.zipimporter.__init__,1 +1823,autogpts.autogpt.autogpt.plugins.scan_plugins|dict.__getitem__,1 +1824,autogpts.autogpt.autogpt.plugins.scan_plugins|pathlib.Path.__new__,1 +1825,autogpts.autogpt.autogpt.plugins.scan_plugins|pathlib.PurePath.parent,1 +1826,autogpts.autogpt.autogpt.plugins.scan_plugins|pathlib.Path.glob,1 +1827,autogpts.autogpt.autogpt.plugins.scan_plugins|os.DirEntry.path,1 +1828,autogpts.autogpt.autogpt.plugins.scan_plugins|dict.keys,1 +1829,autogpts.autogpt.autogpt.plugins.scan_plugins|list.append,1 +1830,autogpts.autogpt.autogpt.plugins.scan_plugins|object.__repr__,1 +1831,autogpts.autogpt.autogpt.plugins.scan_plugins|str.join,1 +1832,autogpts.autogpt.autogpt.plugins.scan_plugins|str.startswith,1 +1833,autogpts.autogpt.autogpt.plugins.scan_plugins|typing.Generator.__next__,1 +1834,autogpts.autogpt.autogpt.plugins.scan_plugins|os.DirEntry.is_dir,1 +1835,autogpts.autogpt.autogpt.plugins.scan_plugins|dict.items,1 +1836,autogpts.autogpt.autogpt.plugins.scan_plugins|list.__getitem__,1 +1837,autogpts.autogpt.autogpt.plugins.scan_plugins|zipimport.zipimporter.load_module,1 +1838,autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.load_config|object.__init__,1 +1839,autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.load_config|autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file,1 +1840,autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file|BaseException.__init__,1 +1841,autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file|dict.__setitem__,1 +1842,autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file|io.TextIOWrapper.__enter__,1 +1843,autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file|pathlib.Path.is_file,1 +1844,autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file|dict.get,1 +1845,autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.deserialize_config_file|autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config,1 +1846,autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config|dict.__setitem__,1 +1847,autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config|io.TextIOWrapper.__enter__,1 +1848,autogpts.autogpt.autogpt.plugins.plugins_config.PluginsConfig.create_empty_plugins_config|io.TextIOBase.write,1 +1849,autogpts.autogpt.autogpt.plugins.instantiate_openai_plugin_clients|dict.__setitem__,1 +1850,autogpts.autogpt.autogpt.plugins.instantiate_openai_plugin_clients|dict.items,1 +1851,autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules|str.startswith,1 +1852,autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules|list.append,1 +1853,autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules|str.endswith,1 +1854,autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules|zipfile.ZipFile.__enter__,1 +1855,autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules|zipfile.ZipFile.__init__,1 +1856,autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules|int.__eq__,1 +1857,autogpts.autogpt.autogpt.plugins.inspect_zip_for_modules|zipfile.ZipFile.namelist,1 +1858,autogpts.autogpt.autogpt.plugins.initialize_openai_plugins|dict.items,1 +1859,autogpts.autogpt.autogpt.plugins.initialize_openai_plugins|pathlib.Path.cwd,1 +1860,autogpts.autogpt.autogpt.plugins.initialize_openai_plugins|urllib.parse._NetlocResultMixinBase.hostname,1 +1861,autogpts.autogpt.autogpt.plugins.fetch_openai_plugins_manifest_and_spec|dict.__setitem__,1 +1862,autogpts.autogpt.autogpt.plugins.fetch_openai_plugins_manifest_and_spec|int.__eq__,1 +1863,autogpts.autogpt.autogpt.plugins.fetch_openai_plugins_manifest_and_spec|requests.models.Response.json,1 +1864,autogpts.autogpt.autogpt.models.context_item.FolderContextItem.source|object.__repr__,1 +1865,autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path|pathlib.PurePath.__truediv__,1 +1866,autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content|autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path,1 +1867,autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content|typing.Generator.__next__,1 +1868,autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content|pathlib.Path.is_dir,1 +1869,autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content|str.join,1 +1870,autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content|pathlib.Path.iterdir,1 +1871,autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content|pathlib.PurePath.name,1 +1872,autogpts.autogpt.autogpt.models.context_item.FolderContextItem.content|list.sort,1 +1873,autogpts.autogpt.autogpt.models.context_item.FolderContextItem.__post_init__|pathlib.Path.exists,1 +1874,autogpts.autogpt.autogpt.models.context_item.FolderContextItem.__post_init__|autogpts.autogpt.autogpt.models.context_item.FolderContextItem.path,1 +1875,autogpts.autogpt.autogpt.models.context_item.FolderContextItem.__post_init__|pathlib.Path.is_dir,1 +1876,autogpts.autogpt.autogpt.models.context_item.FileContextItem.source|object.__repr__,1 +1877,autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path|pathlib.PurePath.__truediv__,1 +1878,autogpts.autogpt.autogpt.models.context_item.FileContextItem.content|autogpts.autogpt.autogpt.models.context_item.FileContextItem.file_path,1 +1879,autogpts.autogpt.autogpt.models.context_item.ContextItem.fmt|autogpts.autogpt.autogpt.models.context_item.ContextItem.description,1 +1880,autogpts.autogpt.autogpt.models.context_item.ContextItem.fmt|autogpts.autogpt.autogpt.models.context_item.ContextItem.content,1 +1881,autogpts.autogpt.autogpt.models.context_item.ContextItem.fmt|autogpts.autogpt.autogpt.models.context_item.ContextItem.source,1 +1882,autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.with_command_modules|autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister,1 +1883,autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.with_command_modules|autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module,1 +1884,autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.with_command_modules|autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.__init__,1 +1885,autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.unregister|BaseException.__init__,1 +1886,autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.reload_commands|autogpts.autogpt.autogpt.models.command_registry.CommandRegistry._reload_module,1 +1887,autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.reload_commands|autogpts.autogpt.autogpt.models.command_registry.CommandRegistry._import_module,1 +1888,autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category|list.append,1 +1889,autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category|BaseException.__init__,1 +1890,autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category|dict.__setitem__,1 +1891,autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category|dict.__getitem__,1 +1892,autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category|autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.CommandCategory.__init__,1 +1893,autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category|list.__contains__,1 +1894,autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category|typing.Mapping.__contains__,1 +1895,autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module|autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register,1 +1896,autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.import_command_module|autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.register_module_category,1 +1897,autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.call|autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.get_command,1 +1898,autogpts.autogpt.autogpt.models.command_registry.CommandRegistry.call|BaseException.__init__,1 +1899,autogpts.autogpt.autogpt.models.command.Command.__str__|str.rstrip,1 +1900,autogpts.autogpt.autogpt.models.command.Command.__str__|str.join,1 +1901,autogpts.autogpt.autogpt.models.command.Command.__call__|BaseException.__init__,1 +1902,autogpts.autogpt.autogpt.models.base_open_ai_plugin.BaseOpenAIPlugin.__init__|dict.__getitem__,1 +1903,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind|autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode,1 +1904,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind|int.__neg__,1 +1905,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind|int.__gt__,1 +1906,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind|list.__getitem__,1 +1907,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind|slice.__init__,1 +1908,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.rewind|list.pop,1 +1909,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_result|autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode,1 +1910,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action|autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode,1 +1911,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action|BaseException.__init__,1 +1912,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action|object.__init__,1 +1913,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.register_action|list.append,1 +1914,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph|enumerate.__init__,1 +1915,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph|autogpts.autogpt.autogpt.models.action_history.ActionErrorResult.__str__,1 +1916,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph|autogpts.autogpt.autogpt.models.action_history.ActionInterruptedByHuman.__str__,1 +1917,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph|list.append,1 +1918,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph|object.__str__,1 +1919,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph|str.__contains__,1 +1920,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph|autogpts.autogpt.autogpt.models.action_history.ActionSuccessResult.__str__,1 +1921,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph|str.join,1 +1922,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph|autogpts.autogpt.autogpt.models.action_history.Action.format_call,1 +1923,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.fmt_paragraph|enumerate.__next__,1 +1924,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode|int.__eq__,1 +1925,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.current_episode|autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__,1 +1926,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__getitem__|list.__getitem__,1 +1927,autogpts.autogpt.autogpt.models.action_history.EpisodicActionHistory.__bool__|int.__gt__,1 +1928,autogpts.autogpt.autogpt.models.action_history.Episode.__str__|str.__add__,1 +1929,autogpts.autogpt.autogpt.models.action_history.Episode.__str__|autogpts.autogpt.autogpt.models.action_history.Action.format_call,1 +1930,autogpts.autogpt.autogpt.models.action_history.Action.format_call|dict.items,1 +1931,autogpts.autogpt.autogpt.models.action_history.Action.format_call|str.join,1 +1932,autogpts.autogpt.autogpt.memory.vector.utils.get_embedding|contextlib.suppress.__init__,1 +1933,autogpts.autogpt.autogpt.memory.vector.utils.get_embedding|typing.Sequence.__getitem__,1 +1934,autogpts.autogpt.autogpt.memory.vector.utils.get_embedding|dict.__getitem__,1 +1935,autogpts.autogpt.autogpt.memory.vector.utils.get_embedding|str.__add__,1 +1936,autogpts.autogpt.autogpt.memory.vector.utils.get_embedding|typing.MutableMapping.update,1 +1937,autogpts.autogpt.autogpt.memory.vector.utils.get_embedding|contextlib.AbstractContextManager.__enter__,1 +1938,autogpts.autogpt.autogpt.memory.vector.utils.get_embedding|str.replace,1 +1939,autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index|pathlib.Path.open,1 +1940,autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index|io.BufferedWriter.write,1 +1941,autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index|io.BufferedWriter.__enter__,1 +1942,autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index|pathlib.Path.open,1 +1943,autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index|list.append,1 +1944,autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index|io.TextIOWrapper.__enter__,1 +1945,autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index|pathlib.Path.is_file,1 +1946,autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index|io.TextIOBase.read,1 +1947,autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.discard|typing.MutableSet.remove,1 +1948,autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.clear|autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index,1 +1949,autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.clear|typing.MutableSequence.clear,1 +1950,autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.add|autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index,1 +1951,autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.add|autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.dump,1 +1952,autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.add|list.append,1 +1953,autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__|autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.save_index,1 +1954,autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__|autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.load_index,1 +1955,autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__contains__|list.__contains__,1 +1956,autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance|autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for,1 +1957,autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant|slice.__init__,1 +1958,autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant|autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.score,1 +1959,autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant|numpy.ndarray.__getitem__,1 +1960,autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant|int.__neg__,1 +1961,autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant|autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.score_memories_for_relevance,1 +1962,autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant|int.__lt__,1 +1963,autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant|typing.Sequence.__getitem__,1 +1964,autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant|autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.__str__,1 +1965,autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get|autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get_relevant,1 +1966,autogpts.autogpt.autogpt.memory.vector.providers.base.VectorMemoryProvider.get|typing.Sequence.__getitem__,1 +1967,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of|object.__init__,1 +1968,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of|autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.calculate_scores,1 +1969,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.relevance_for|autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItemRelevance.of,1 +1970,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_webpage|autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text,1 +1971,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text_file|autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text,1 +1972,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text|dict.__setitem__,1 +1973,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text|list.__getitem__,1 +1974,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text|str.__mul__,1 +1975,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text|int.__eq__,1 +1976,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text|object.__init__,1 +1977,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text|str.join,1 +1978,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text|object.__repr__,1 +1979,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_code_file|autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text,1 +1980,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_ai_action|autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_text,1 +1981,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.from_ai_action|BaseException.__init__,1 +1982,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__eq__|object.__eq__,1 +1983,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__eq__|str.__eq__,1 +1984,autogpts.autogpt.autogpt.memory.vector.memory_item.MemoryItem.__eq__|list.__getitem__,1 +1985,autogpts.autogpt.autogpt.memory.vector.get_memory|autogpts.autogpt.autogpt.memory.vector.providers.json_file.JSONFileMemory.__init__,1 +1986,autogpts.autogpt.autogpt.memory.vector.get_memory|autogpts.autogpt.autogpt.memory.vector.providers.no_memory.NoMemory.__init__,1 +1987,autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle|autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory,1 +1988,autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle|io.TextIOWrapper.__enter__,1 +1989,autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle|int.__add__,1 +1990,autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle|pathlib.PurePath.__truediv__,1 +1991,autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle|str.__add__,1 +1992,autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.log_cycle|io.TextIOBase.write,1 +1993,autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name|str.__getitem__,1 +1994,autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name|slice.__init__,1 +1995,autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name|str.rstrip,1 +1996,autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory|typing.Mapping.get,1 +1997,autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory|object.__eq__,1 +1998,autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory|autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.get_agent_short_name,1 +1999,autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory|autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_outer_directory,1 +2000,autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_nested_directory|autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory,1 +2001,autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory|object.__repr__,1 +2002,autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory|pathlib.Path.mkdir,1 +2003,autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory|pathlib.Path.exists,1 +2004,autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory|pathlib.PurePath.__truediv__,1 +2005,autogpts.autogpt.autogpt.logs.log_cycle.LogCycleHandler.create_inner_directory|str.zfill,1 +2006,autogpts.autogpt.autogpt.logs.helpers.user_friendly_output|logging.Logger.log,1 +2007,autogpts.autogpt.autogpt.logs.helpers.speak|logging.Logger.log,1 +2008,autogpts.autogpt.autogpt.logs.helpers.print_attribute|logging.Logger.info,1 +2009,autogpts.autogpt.autogpt.logs.helpers.print_attribute|str.rstrip,1 +2010,autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit|float.__mul__,1 +2011,autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit|int.__sub__,1 +2012,autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit|enumerate.__init__,1 +2013,autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit|int.__truediv__,1 +2014,autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit|int.__ge__,1 +2015,autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit|logging.Handler.flush,1 +2016,autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit|enumerate.__next__,1 +2017,autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit|logging.Handler.handleError,1 +2018,autogpts.autogpt.autogpt.logs.handlers.TypingConsoleHandler.emit|logging.Handler.format,1 +2019,autogpts.autogpt.autogpt.logs.handlers.TTSHandler.emit|autogpts.autogpt.autogpt.logs.handlers.TTSHandler.format,1 +2020,autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init__|logging.Handler.__init__,1 +2021,autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format|logging.LogRecord.getMessage,1 +2022,autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.emit|io.TextIOWrapper.__enter__,1 +2023,autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.emit|autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.format,1 +2024,autogpts.autogpt.autogpt.logs.handlers.JsonFileHandler.emit|io.TextIOBase.write,1 +2025,autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format|object.__ne__,1 +2026,autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.format|object.__eq__,1 +2027,autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__|object.__init__,1 +2028,autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.filter|int.__lt__,1 +2029,autogpts.autogpt.autogpt.logs.filters.BelowLevelFilter.__init__|logging.Filter.__init__,1 +2030,autogpts.autogpt.autogpt.logs.config.configure_logging|autogpts.autogpt.autogpt.logs.handlers.TTSHandler.__init__,1 +2031,autogpts.autogpt.autogpt.logs.config.configure_logging|list.__add__,1 +2032,autogpts.autogpt.autogpt.logs.config.configure_logging|autogpts.autogpt.autogpt.logs.formatters.AutoGptFormatter.__init__,1 +2033,autogpts.autogpt.autogpt.logs.config.configure_logging|logging.Logger.addHandler,1 +2034,autogpts.autogpt.autogpt.logs.config.configure_logging|pathlib.Path.exists,1 +2035,autogpts.autogpt.autogpt.logs.config.configure_logging|logging.Filterer.addFilter,1 +2036,autogpts.autogpt.autogpt.logs.config.configure_logging|logging.Logger.setLevel,1 +2037,autogpts.autogpt.autogpt.logs.config.configure_logging|pathlib.Path.mkdir,1 +2038,autogpts.autogpt.autogpt.logs.config.configure_logging|logging.FileHandler.__init__,1 +2039,autogpts.autogpt.autogpt.logs.config.configure_logging|pathlib.PurePath.__truediv__,1 +2040,autogpts.autogpt.autogpt.logs.config.configure_chat_plugins|logging.Logger.debug,1 +2041,autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped|range.__init__,1 +2042,autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped|list.__contains__,1 +2043,autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped|int.__eq__,1 +2044,autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped|int.__ge__,1 +2045,autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped|float.__pow__,1 +2046,autogpts.autogpt.autogpt.llm.providers.openai.retry_api._wrapper._wrapped|int.__add__,1 +2047,autogpts.autogpt.autogpt.llm.providers.openai.meter_api.update_usage_with_response|object.__class__,1 +2048,autogpts.autogpt.autogpt.llm.providers.openai.meter_api.metered_func|unittest.mock._patcher.object,1 +2049,autogpts.autogpt.autogpt.llm.providers.openai.meter_api.metered_func|unittest.mock._patch.__enter__,1 +2050,autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt.param_signature|str.join,1 +2051,autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt.param_signature|str.__add__,1 +2052,autogpts.autogpt.autogpt.llm.providers.openai.format_openai_function_for_prompt|str.join,1 +2053,autogpts.autogpt.autogpt.llm.providers.openai.format_function_specs_as_typescript_ns|str.join,1 +2054,autogpts.autogpt.autogpt.llm.api_manager.ApiManager.update_cost|int.__add__,1 +2055,autogpts.autogpt.autogpt.llm.api_manager.ApiManager.update_cost|slice.__init__,1 +2056,autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response|str.startswith,1 +2057,autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response|str.split,1 +2058,autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response|str.endswith,1 +2059,autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response|str.join,1 +2060,autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response|list.__getitem__,1 +2061,autogpts.autogpt.autogpt.json_utils.utilities.extract_dict_from_response|slice.__init__,1 +2062,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file|autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root,1 +2063,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file|pathlib.PurePath.relative_to,1 +2064,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file|autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file,1 +2065,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file|pathlib.PurePath.is_absolute,1 +2066,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.write_file|pathlib.Path.__new__,1 +2067,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.read_file|autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file,1 +2068,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.open_file|autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path,1 +2069,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files|typing.Generator.__next__,1 +2070,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files|object.__repr__,1 +2071,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files|pathlib.Path.glob,1 +2072,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files|pathlib.Path.is_file,1 +2073,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.list_files|autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path,1 +2074,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.initialize|pathlib.Path.mkdir,1 +2075,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.initialize|autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root,1 +2076,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path|autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.root,1 +2077,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path|autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.restrict_to_root,1 +2078,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path|autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path,1 +2079,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.delete_file|pathlib.Path.unlink,1 +2080,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.delete_file|autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.get_path,1 +2081,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path|pathlib.PurePath.is_relative_to,1 +2082,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path|BaseException.__init__,1 +2083,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path|pathlib.PurePath.joinpath,1 +2084,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path|str.__contains__,1 +2085,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path|pathlib.Path.resolve,1 +2086,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path|pathlib.Path.__new__,1 +2087,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path|pathlib.PurePath.is_absolute,1 +2088,autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace.__init__|autogpts.autogpt.autogpt.file_workspace.file_workspace.FileWorkspace._sanitize_path,1 +2089,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace|object.__repr__,1 +2090,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace|io.TextIOWrapper.__enter__,1 +2091,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace|pathlib.Path.touch,1 +2092,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace|pathlib.Path.resolve,1 +2093,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace|pathlib.Path.__new__,1 +2094,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace|io.TextIOBase.write,1 +2095,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace|pathlib.Path.open,1 +2096,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace|pathlib.Path.expanduser,1 +2097,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace|pathlib.Path.mkdir,1 +2098,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.setup_workspace|pathlib.PurePath.__truediv__,1 +2099,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root|pathlib.Path.__new__,1 +2100,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings|pathlib.Path.open,1 +2101,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings|io.TextIOWrapper.__enter__,1 +2102,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.load_agent_settings|pathlib.PurePath.__truediv__,1 +2103,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.get_path|autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.root,1 +2104,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.get_path|autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.restrict_to_workspace,1 +2105,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.get_path|autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path,1 +2106,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.debug_log_path|pathlib.PurePath.__truediv__,1 +2107,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.cycle_log_path|pathlib.PurePath.__truediv__,1 +2108,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.configuration_path|pathlib.PurePath.__truediv__,1 +2109,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path|pathlib.PurePath.is_relative_to,1 +2110,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path|BaseException.__init__,1 +2111,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path|pathlib.PurePath.joinpath,1 +2112,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path|str.__contains__,1 +2113,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path|pathlib.Path.resolve,1 +2114,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path|pathlib.Path.__new__,1 +2115,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace._sanitize_path|pathlib.PurePath.is_absolute,1 +2116,autogpts.autogpt.autogpt.core.workspace.simple.SimpleWorkspace.__init__|logging.Logger.getChild,1 +2117,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object|jsonschema.validators._Validator.iter_errors,1 +2118,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object|jsonschema.validators._Validator.__init__,1 +2119,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object|autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict,1 +2120,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object|logging.Logger.error,1 +2121,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.validate_object|logging.Logger.debug,1 +2122,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type|object.__eq__,1 +2123,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type|autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type,1 +2124,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type|BaseException.__init__,1 +2125,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type|str.join,1 +2126,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type|autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface,1 +2127,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type|set.__contains__,1 +2128,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface|object.__ne__,1 +2129,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface|str.join,1 +2130,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface|autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.typescript_type,1 +2131,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface|BaseException.__init__,1 +2132,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface|dict.items,1 +2133,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface|list.append,1 +2134,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_typescript_object_interface|str.__add__,1 +2135,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict|object.__eq__,1 +2136,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict|dict.__setitem__,1 +2137,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict|autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.to_dict,1 +2138,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties|dict.__getitem__,1 +2139,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties|typing.Mapping.__contains__,1 +2140,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties|autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict,1 +2141,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict|object.__init__,1 +2142,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict|dict.__getitem__,1 +2143,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict|autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.parse_properties,1 +2144,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict|typing.Mapping.__contains__,1 +2145,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict|dict.get,1 +2146,autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict|autogpts.autogpt.autogpt.core.utils.json_schema.JSONSchema.from_dict,1 +2147,autogpts.autogpt.autogpt.core.runner.client_lib.shared_click_commands.make_settings|pathlib.Path.__new__,1 +2148,autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration|pathlib.Path.open,1 +2149,autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration|pathlib.PurePath.parent,1 +2150,autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration|pathlib.Path.mkdir,1 +2151,autogpts.autogpt.autogpt.core.runner.client_lib.settings.make_user_configuration|io.TextIOWrapper.__enter__,1 +2152,autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_next_ability|dict.__getitem__,1 +2153,autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_next_ability|str.join,1 +2154,autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_next_ability|str.__add__,1 +2155,autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan|dict.__getitem__,1 +2156,autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan|enumerate.__init__,1 +2157,autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan|enumerate.__next__,1 +2158,autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan|int.__add__,1 +2159,autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_plan|str.__add__,1 +2160,autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals|dict.__getitem__,1 +2161,autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals|enumerate.__init__,1 +2162,autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals|enumerate.__next__,1 +2163,autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals|int.__add__,1 +2164,autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_agent_name_and_goals|str.__add__,1 +2165,autogpts.autogpt.autogpt.core.runner.client_lib.parser.parse_ability_result|str.__add__,1 +2166,autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator|str.__rmul__,1 +2167,autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator|int.__truediv__,1 +2168,autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator|int.__sub__,1 +2169,autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt.separator|str.upper,1 +2170,autogpts.autogpt.autogpt.core.runner.client_lib.logging.helpers.dump_prompt|str.join,1 +2171,autogpts.autogpt.autogpt.core.runner.client_lib.logging.get_client_logger|logging.Logger.setLevel,1 +2172,autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger|autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__,1 +2173,autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger|logging.Filterer.addFilter,1 +2174,autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger|logging.Handler.setFormatter,1 +2175,autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger|logging.StreamHandler.__init__,1 +2176,autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger|logging.Handler.setLevel,1 +2177,autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.configure_root_logger|logging.Formatter.__init__,1 +2178,autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format|logging.Formatter.format,1 +2179,autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format|int.__ne__,1 +2180,autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format|object.__ne__,1 +2181,autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.FancyConsoleFormatter.format|object.__eq__,1 +2182,autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.filter|int.__lt__,1 +2183,autogpts.autogpt.autogpt.core.runner.client_lib.logging.config.BelowLevelFilter.__init__|logging.Filter.__init__,1 +2184,autogpts.autogpt.autogpt.core.runner.cli_web_app.cli.client|pathlib.Path.exists,1 +2185,autogpts.autogpt.autogpt.core.runner.cli_web_app.cli.client|pathlib.Path.read_text,1 +2186,autogpts.autogpt.autogpt.core.runner.cli_web_app.cli.client|pathlib.Path.__new__,1 +2187,autogpts.autogpt.autogpt.core.runner.cli_app.main.run_auto_gpt|str.__add__,1 +2188,autogpts.autogpt.autogpt.core.runner.cli_app.main.run_auto_gpt|dict.get,1 +2189,autogpts.autogpt.autogpt.core.runner.cli_app.cli.run|pathlib.Path.read_text,1 +2190,autogpts.autogpt.autogpt.core.runner.cli_app.cli.run|pathlib.Path.exists,1 +2191,autogpts.autogpt.autogpt.core.runner.cli_app.cli.run|pathlib.Path.__new__,1 +2192,autogpts.autogpt.autogpt.core.resource.model_providers.schema.unmask|dict.__setitem__,1 +2193,autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage|int.__add__,1 +2194,autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost|float.__sub__,1 +2195,autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost|float.__add__,1 +2196,autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost|autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderUsage.update_usage,1 +2197,autogpts.autogpt.autogpt.core.resource.model_providers.schema.ModelProviderBudget.update_usage_and_cost|float.__rmul__,1 +2198,autogpts.autogpt.autogpt.core.resource.model_providers.schema.EmbeddingModelResponse._verify_no_completion_tokens_used|BaseException.__init__,1 +2199,autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.parse|dict.__getitem__,1 +2200,autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.parse|object.__init__,1 +2201,autogpts.autogpt.autogpt.core.resource.model_providers.schema.CompletionModelFunction.fmt_line|str.join,1 +2202,autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.user|object.__init__,1 +2203,autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.system|object.__init__,1 +2204,autogpts.autogpt.autogpt.core.resource.model_providers.schema.ChatMessage.assistant|object.__init__,1 +2205,autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_openai_function_for_prompt.param_signature|str.__add__,1 +2206,autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_openai_function_for_prompt|str.join,1 +2207,autogpts.autogpt.autogpt.core.resource.model_providers.openai.format_function_specs_as_typescript_ns|str.join,1 +2208,autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_fix_kwargs|dict.__setitem__,1 +2209,autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call|BaseException.__init__,1 +2210,autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call|re.Match.group,1 +2211,autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call|str.__getitem__,1 +2212,autogpts.autogpt.autogpt.core.resource.model_providers.openai._functions_compat_extract_call|str.__eq__,1 +2213,autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error|logging.Logger.warning,1 +2214,autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error|logging.Logger.debug,1 +2215,autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff|float.__pow__,1 +2216,autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff|str.format,1 +2217,autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff|int.__add__,1 +2218,autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff|logging.Logger.debug,1 +2219,autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped|range.__init__,1 +2220,autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped|int.__add__,1 +2221,autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped|int.__eq__,1 +2222,autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped|autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._backoff,1 +2223,autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__call__._wrapped|autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler._log_rate_limit_error,1 +2224,autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.get_token_limit|dict.__getitem__,1 +2225,autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding|autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_embedding_kwargs,1 +2226,autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_embedding|dict.__getitem__,1 +2227,autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_chat_completion|dict.__getitem__,1 +2228,autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_chat_completion|typing.Mapping.__contains__,1 +2229,autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.create_chat_completion|autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider._get_completion_kwargs,1 +2230,autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_tokens|autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.get_tokenizer,1 +2231,autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens|BaseException.__init__,1 +2232,autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens|logging.Logger.warn,1 +2233,autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens|int.__add__,1 +2234,autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.count_message_tokens|str.startswith,1 +2235,autogpts.autogpt.autogpt.core.resource.model_providers.openai.OpenAIProvider.__init__|autogpts.autogpt.autogpt.core.resource.model_providers.openai._OpenAIRetryHandler.__init__,1 +2236,autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list|enumerate.__next__,1 +2237,autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list|str.join,1 +2238,autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list|enumerate.__init__,1 +2239,autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list|str.format,1 +2240,autogpts.autogpt.autogpt.core.prompting.utils.to_numbered_list|int.__add__,1 +2241,autogpts.autogpt.autogpt.core.prompting.utils.json_loads|str.__getitem__,1 +2242,autogpts.autogpt.autogpt.core.prompting.utils.json_loads|slice.__init__,1 +2243,autogpts.autogpt.autogpt.core.prompting.utils.json_loads|str.rindex,1 +2244,autogpts.autogpt.autogpt.core.prompting.utils.json_loads|int.__add__,1 +2245,autogpts.autogpt.autogpt.core.prompting.utils.json_loads|str.index,1 +2246,autogpts.autogpt.autogpt.core.prompting.schema.ChatPrompt.__str__|str.join,1 +2247,autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace|autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_file_path,1 +2248,autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package|autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_import_path,1 +2249,autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.get_plugin|autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_installed_package,1 +2250,autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.get_plugin|autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.load_from_workspace,1 +2251,autogpts.autogpt.autogpt.core.plugin.simple.SimplePluginService.get_plugin|BaseException.__init__,1 +2252,autogpts.autogpt.autogpt.core.planning.simple.get_os_info|str.__ne__,1 +2253,autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.make_initial_plan|autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model,1 +2254,autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.determine_next_ability|autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model,1 +2255,autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.decide_name_and_goals|autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model,1 +2256,autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model|autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner._make_template_kwargs_for_strategy,1 +2257,autogpts.autogpt.autogpt.core.planning.simple.SimplePlanner.chat_with_model|logging.Logger.debug,1 +2258,autogpts.autogpt.autogpt.core.planning.prompt_strategies.next_ability.NextAbility.build_prompt|str.format,1 +2259,autogpts.autogpt.autogpt.core.planning.prompt_strategies.next_ability.NextAbility.build_prompt|list.__add__,1 +2260,autogpts.autogpt.autogpt.core.planning.prompt_strategies.next_ability.NextAbility.build_prompt|dict.__setitem__,1 +2261,autogpts.autogpt.autogpt.core.planning.prompt_strategies.name_and_goals.NameAndGoals.build_prompt|str.format,1 +2262,autogpts.autogpt.autogpt.core.planning.prompt_strategies.initial_plan.InitialPlan.build_prompt|str.format,1 +2263,autogpts.autogpt.autogpt.core.planning.prompt_strategies.initial_plan.InitialPlan.build_prompt|dict.__setitem__,1 +2264,autogpts.autogpt.autogpt.core.memory.simple.SimpleMemory._load_message_history|autogpts.autogpt.autogpt.core.memory.simple.MessageHistory.__init__,1 +2265,autogpts.autogpt.autogpt.core.memory.simple.SimpleMemory.__init__|autogpts.autogpt.autogpt.core.memory.simple.SimpleMemory._load_message_history,1 +2266,autogpts.autogpt.autogpt.core.configuration.schema.deep_update|dict.__getitem__,1 +2267,autogpts.autogpt.autogpt.core.configuration.schema.deep_update|dict.items,1 +2268,autogpts.autogpt.autogpt.core.configuration.schema.deep_update|dict.__setitem__,1 +2269,autogpts.autogpt.autogpt.core.configuration.schema.deep_update|typing.Mapping.__contains__,1 +2270,autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields|dict.values,1 +2271,autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields|autogpts.autogpt.autogpt.core.configuration.schema.SystemConfiguration.get_user_config,1 +2272,autogpts.autogpt.autogpt.core.configuration.schema._get_user_config_fields|dict.__setitem__,1 +2273,autogpts.autogpt.autogpt.core.configuration.schema.Configurable.build_agent_configuration|object.__class__,1 +2274,autogpts.autogpt.autogpt.core.agent.simple._prune_empty_dicts|dict.items,1 +2275,autogpts.autogpt.autogpt.core.agent.simple._prune_empty_dicts|dict.__setitem__,1 +2276,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.provision_agent|datetime.datetime.now,1 +2277,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.provision_agent|autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance,1 +2278,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.provision_agent|datetime.date.strftime,1 +2279,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace|dict.__getitem__,1 +2280,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace|autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance,1 +2281,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace|dict.__setitem__,1 +2282,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.from_workspace|autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.__init__,1 +2283,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.execute_next_ability|str.__eq__,1 +2284,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.execute_next_ability|autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._update_tasks_and_memory,1 +2285,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_next_ability|autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context,1 +2286,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_next_ability|autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability,1 +2287,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_next_ability|logging.Logger.info,1 +2288,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals|autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance,1 +2289,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.determine_agent_name_and_goals|logging.Logger.debug,1 +2290,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings|dict.__setitem__,1 +2291,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings|dict.__getitem__,1 +2292,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings|dict.get,1 +2293,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.compile_settings|logging.Logger.debug,1 +2294,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.build_user_configuration|dict.__setitem__,1 +2295,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent.build_user_configuration|dict.__getitem__,1 +2296,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._get_system_instance|logging.Logger.getChild,1 +2297,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._evaluate_task_and_add_context|logging.Logger.debug,1 +2298,autogpts.autogpt.autogpt.core.agent.simple.SimpleAgent._choose_next_ability|logging.Logger.debug,1 +2299,autogpts.autogpt.autogpt.core.agent.simple.AgentSettings.update_agent_name_and_goals|dict.__getitem__,1 +2300,autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability|dict.__setitem__,1 +2301,autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability|logging.Logger.getChild,1 +2302,autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.perform|autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability,1 +2303,autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.get_ability|BaseException.__init__,1 +2304,autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.__init__|autogpts.autogpt.autogpt.core.ability.simple.SimpleAbilityRegistry.register_ability,1 +2305,autogpts.autogpt.autogpt.core.ability.schema.AbilityResult.summary|dict.items,1 +2306,autogpts.autogpt.autogpt.core.ability.schema.AbilityResult.summary|str.join,1 +2307,autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions|BaseException.__str__,1 +2308,autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__|BaseException.__str__,1 +2309,autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__|io.TextIOWrapper.__enter__,1 +2310,autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__|autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile._check_preconditions,1 +2311,autogpts.autogpt.autogpt.core.ability.builtins.file_operations.WriteFile.__call__|io.TextIOBase.write,1 +2312,autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions|BaseException.__str__,1 +2313,autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile.__call__|autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile._check_preconditions,1 +2314,autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile.__call__|BaseException.__str__,1 +2315,autogpts.autogpt.autogpt.core.ability.builtins.file_operations.ReadFile.__call__|str.join,1 +2316,autogpts.autogpt.autogpt.core.ability.base.Ability.spec|autogpts.autogpt.autogpt.core.ability.base.Ability.name,1 +2317,autogpts.autogpt.autogpt.core.ability.base.Ability.spec|autogpts.autogpt.autogpt.core.ability.base.Ability.description,1 +2318,autogpts.autogpt.autogpt.core.ability.base.Ability.spec|autogpts.autogpt.autogpt.core.ability.base.Ability.parameters,1 +2319,autogpts.autogpt.autogpt.core.ability.base.Ability.__str__|autogpts.autogpt.autogpt.core.ability.base.Ability.spec,1 +2320,autogpts.autogpt.autogpt.config.config.assert_config_has_openai_api_key|str.strip,1 +2321,autogpts.autogpt.autogpt.config.config.assert_config_has_openai_api_key|os._Environ.__setitem__,1 +2322,autogpts.autogpt.autogpt.config.config.assert_config_has_openai_api_key|str.__add__,1 +2323,autogpts.autogpt.autogpt.config.config._safe_split|str.split,1 +2324,autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config|io.TextIOWrapper.__enter__,1 +2325,autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env|dict.__setitem__,1 +2326,autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env|str.__contains__,1 +2327,autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env|pathlib.Path.__new__,1 +2328,autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env|object.__eq__,1 +2329,autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env|contextlib.AbstractContextManager.__enter__,1 +2330,autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env|autogpts.autogpt.autogpt.config.config.ConfigBuilder.load_azure_config,1 +2331,autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env|float.__new__,1 +2332,autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env|contextlib.suppress.__init__,1 +2333,autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env|dict.__getitem__,1 +2334,autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env|dict.items,1 +2335,autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env|int.__new__,1 +2336,autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env|typing.MutableMapping.update,1 +2337,autogpts.autogpt.autogpt.config.config.ConfigBuilder.build_config_from_env|pathlib.PurePath.__truediv__,1 +2338,autogpts.autogpt.autogpt.config.config.Config.validate_plugins|str.__ne__,1 +2339,autogpts.autogpt.autogpt.config.config.Config.validate_openai_functions|dict.__getitem__,1 +2340,autogpts.autogpt.autogpt.config.config.Config.get_openai_credentials|autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials,1 +2341,autogpts.autogpt.autogpt.config.config.Config.get_openai_credentials|typing.MutableMapping.update,1 +2342,autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials|str.startswith,1 +2343,autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials|dict.__setitem__,1 +2344,autogpts.autogpt.autogpt.config.config.Config.get_azure_credentials|str.__eq__,1 +2345,autogpts.autogpt.autogpt.config.ai_profile.AIProfile.save|io.TextIOWrapper.__enter__,1 +2346,autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load|str.strip,1 +2347,autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load|object.__init__,1 +2348,autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load|object.__repr__,1 +2349,autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load|io.TextIOWrapper.__enter__,1 +2350,autogpts.autogpt.autogpt.config.ai_profile.AIProfile.load|str.replace,1 +2351,autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file|object.__init__,1 +2352,autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file|io.TextIOWrapper.__enter__,1 +2353,autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.from_file|BaseException.__init__,1 +2354,autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__add__|list.__add__,1 +2355,autogpts.autogpt.autogpt.config.ai_directives.AIDirectives.__add__|object.__init__,1 +2356,autogpts.autogpt.autogpt.commands.web_selenium.summarize_memorize_webpage|BaseException.__init__,1 +2357,autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium|bs4.BeautifulSoup.__init__,1 +2358,autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium|typing.Generator.__next__,1 +2359,autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium|str.strip,1 +2360,autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium|str.split,1 +2361,autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium|str.join,1 +2362,autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium|bs4.element.PageElement.get_text,1 +2363,autogpts.autogpt.autogpt.commands.web_selenium.scrape_text_with_selenium|str.splitlines,1 +2364,autogpts.autogpt.autogpt.commands.web_selenium.scrape_links_with_selenium|bs4.BeautifulSoup.__init__,1 +2365,autogpts.autogpt.autogpt.commands.web_selenium.read_webpage|object.__init__,1 +2366,autogpts.autogpt.autogpt.commands.web_selenium.read_webpage|int.__gt__,1 +2367,autogpts.autogpt.autogpt.commands.web_selenium.read_webpage|str.join,1 +2368,autogpts.autogpt.autogpt.commands.web_selenium.read_webpage|str.__contains__,1 +2369,autogpts.autogpt.autogpt.commands.web_selenium.read_webpage|slice.__init__,1 +2370,autogpts.autogpt.autogpt.commands.web_selenium.read_webpage|bool.__new__,1 +2371,autogpts.autogpt.autogpt.commands.web_selenium.read_webpage|list.__getitem__,1 +2372,autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser|object.__repr__,1 +2373,autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser|pathlib.Path.exists,1 +2374,autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser|logging.Logger.setLevel,1 +2375,autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser|str.__eq__,1 +2376,autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser|dict.__getitem__,1 +2377,autogpts.autogpt.autogpt.commands.web_selenium.open_page_in_browser|pathlib.Path.__new__,1 +2378,autogpts.autogpt.autogpt.commands.web_search.web_search|int.__ge__,1 +2379,autogpts.autogpt.autogpt.commands.web_search.web_search|int.__add__,1 +2380,autogpts.autogpt.autogpt.commands.web_search.web_search|list.__init__,1 +2381,autogpts.autogpt.autogpt.commands.web_search.web_search|itertools.islice.__init__,1 +2382,autogpts.autogpt.autogpt.commands.web_search.safe_google_results|bytes.decode,1 +2383,autogpts.autogpt.autogpt.commands.web_search.safe_google_results|str.encode,1 +2384,autogpts.autogpt.autogpt.commands.times.get_datetime|datetime.datetime.now,1 +2385,autogpts.autogpt.autogpt.commands.times.get_datetime|str.__add__,1 +2386,autogpts.autogpt.autogpt.commands.times.get_datetime|datetime.date.strftime,1 +2387,autogpts.autogpt.autogpt.commands.system.close_context_item|int.__gt__,1 +2388,autogpts.autogpt.autogpt.commands.system.close_context_item|int.__eq__,1 +2389,autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui|requests.models.Response.json,1 +2390,autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui|io.BytesIO.__init__,1 +2391,autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui|requests.sessions.Session.__init__,1 +2392,autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_sd_webui|PIL.Image.Image.save,1 +2393,autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf|requests.models.Response.content,1 +2394,autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf|BaseException.__init__,1 +2395,autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf|requests.models.Response.text,1 +2396,autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf|int.__ge__,1 +2397,autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf|io.BytesIO.__init__,1 +2398,autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf|requests.models.Response.ok,1 +2399,autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf|int.__add__,1 +2400,autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_hf|PIL.Image.Image.save,1 +2401,autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_dalle|io.BufferedWriter.__enter__,1 +2402,autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_dalle|io.BufferedWriter.write,1 +2403,autogpts.autogpt.autogpt.commands.image_gen.generate_image_with_dalle|list.__contains__,1 +2404,autogpts.autogpt.autogpt.commands.image_gen.generate_image|object.__repr__,1 +2405,autogpts.autogpt.autogpt.commands.git_operations.clone_repository|str.split,1 +2406,autogpts.autogpt.autogpt.commands.git_operations.clone_repository|git.repo.base.Repo.clone_from,1 +2407,autogpts.autogpt.autogpt.commands.git_operations.clone_repository|str.join,1 +2408,autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file|object.__init__,1 +2409,autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file|autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file,1 +2410,autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file|autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.__init__,1 +2411,autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file|dict.get,1 +2412,autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file|str.lower,1 +2413,autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file|pathlib.Path.exists,1 +2414,autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file|pathlib.Path.is_file,1 +2415,autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file|tuple.__getitem__,1 +2416,autogpts.autogpt.autogpt.commands.file_operations_utils.read_textual_file|pathlib.PurePath.is_absolute,1 +2417,autogpts.autogpt.autogpt.commands.file_operations_utils.is_file_binary_fn|io.BufferedReader.__enter__,1 +2418,autogpts.autogpt.autogpt.commands.file_operations_utils.is_file_binary_fn|io.BufferedIOBase.read,1 +2419,autogpts.autogpt.autogpt.commands.file_operations_utils.is_file_binary_fn|bytes.__contains__,1 +2420,autogpts.autogpt.autogpt.commands.file_operations_utils.YAMLParser.read|io.TextIOWrapper.__enter__,1 +2421,autogpts.autogpt.autogpt.commands.file_operations_utils.XMLParser.read|io.TextIOWrapper.__enter__,1 +2422,autogpts.autogpt.autogpt.commands.file_operations_utils.XMLParser.read|bs4.BeautifulSoup.__init__,1 +2423,autogpts.autogpt.autogpt.commands.file_operations_utils.XMLParser.read|bs4.element.PageElement.get_text,1 +2424,autogpts.autogpt.autogpt.commands.file_operations_utils.TXTParser.read|charset_normalizer.models.CharsetMatch.encoding,1 +2425,autogpts.autogpt.autogpt.commands.file_operations_utils.TXTParser.read|charset_normalizer.models.CharsetMatches.best,1 +2426,autogpts.autogpt.autogpt.commands.file_operations_utils.TXTParser.read|object.__repr__,1 +2427,autogpts.autogpt.autogpt.commands.file_operations_utils.PDFParser.read|range.__init__,1 +2428,autogpts.autogpt.autogpt.commands.file_operations_utils.PDFParser.read|str.__add__,1 +2429,autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read|bs4.BeautifulSoup.__init__,1 +2430,autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read|io.TextIOWrapper.__enter__,1 +2431,autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read|io.TextIOBase.read,1 +2432,autogpts.autogpt.autogpt.commands.file_operations_utils.MarkdownParser.read|str.join,1 +2433,autogpts.autogpt.autogpt.commands.file_operations_utils.LaTeXParser.read|io.TextIOWrapper.__enter__,1 +2434,autogpts.autogpt.autogpt.commands.file_operations_utils.LaTeXParser.read|io.TextIOBase.read,1 +2435,autogpts.autogpt.autogpt.commands.file_operations_utils.JSONParser.read|io.TextIOWrapper.__enter__,1 +2436,autogpts.autogpt.autogpt.commands.file_operations_utils.HTMLParser.read|io.TextIOWrapper.__enter__,1 +2437,autogpts.autogpt.autogpt.commands.file_operations_utils.HTMLParser.read|bs4.BeautifulSoup.__init__,1 +2438,autogpts.autogpt.autogpt.commands.file_operations_utils.HTMLParser.read|bs4.element.PageElement.get_text,1 +2439,autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.set_parser|logging.Logger.debug,1 +2440,autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file|logging.Logger.debug,1 +2441,autogpts.autogpt.autogpt.commands.file_operations_utils.FileContext.read_file|autogpts.autogpt.autogpt.commands.file_operations_utils.ParserStrategy.read,1 +2442,autogpts.autogpt.autogpt.commands.file_operations_utils.DOCXParser.read|str.__add__,1 +2443,autogpts.autogpt.autogpt.commands.file_operations.write_to_file|pathlib.PurePath.name,1 +2444,autogpts.autogpt.autogpt.commands.file_operations.text_checksum|hashlib._Hash.hexdigest,1 +2445,autogpts.autogpt.autogpt.commands.file_operations.text_checksum|str.encode,1 +2446,autogpts.autogpt.autogpt.commands.file_operations.operations_from_log|tuple.__contains__,1 +2447,autogpts.autogpt.autogpt.commands.file_operations.operations_from_log|str.strip,1 +2448,autogpts.autogpt.autogpt.commands.file_operations.operations_from_log|str.split,1 +2449,autogpts.autogpt.autogpt.commands.file_operations.operations_from_log|io.IOBase.close,1 +2450,autogpts.autogpt.autogpt.commands.file_operations.operations_from_log|str.rsplit,1 +2451,autogpts.autogpt.autogpt.commands.file_operations.operations_from_log|str.__eq__,1 +2452,autogpts.autogpt.autogpt.commands.file_operations.operations_from_log|str.replace,1 +2453,autogpts.autogpt.autogpt.commands.file_operations.log_operation|pathlib.PurePath.relative_to,1 +2454,autogpts.autogpt.autogpt.commands.file_operations.log_operation|contextlib.suppress.__init__,1 +2455,autogpts.autogpt.autogpt.commands.file_operations.log_operation|contextlib.AbstractContextManager.__enter__,1 +2456,autogpts.autogpt.autogpt.commands.file_operations.log_operation|str.__add__,1 +2457,autogpts.autogpt.autogpt.commands.file_operations.list_folder|str.startswith,1 +2458,autogpts.autogpt.autogpt.commands.file_operations.list_folder|list.append,1 +2459,autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation|pathlib.PurePath.relative_to,1 +2460,autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation|object.__repr__,1 +2461,autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation|contextlib.suppress.__init__,1 +2462,autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation|typing.Mapping.__contains__,1 +2463,autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation|dict.get,1 +2464,autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation|object.__eq__,1 +2465,autogpts.autogpt.autogpt.commands.file_operations.is_duplicate_operation|contextlib.AbstractContextManager.__enter__,1 +2466,autogpts.autogpt.autogpt.commands.file_operations.file_operations_state|tuple.__contains__,1 +2467,autogpts.autogpt.autogpt.commands.file_operations.file_operations_state|dict.__getitem__,1 +2468,autogpts.autogpt.autogpt.commands.file_operations.file_operations_state|dict.__setitem__,1 +2469,autogpts.autogpt.autogpt.commands.file_operations.append_to_file|io.TextIOWrapper.__enter__,1 +2470,autogpts.autogpt.autogpt.commands.file_operations.append_to_file|io.TextIOBase.write,1 +2471,autogpts.autogpt.autogpt.commands.file_operations.append_to_file|io.TextIOBase.read,1 +2472,autogpts.autogpt.autogpt.commands.file_context.open_folder|BaseException.__init__,1 +2473,autogpts.autogpt.autogpt.commands.file_context.open_folder|pathlib.PurePath.relative_to,1 +2474,autogpts.autogpt.autogpt.commands.file_context.open_folder|pathlib.Path.is_dir,1 +2475,autogpts.autogpt.autogpt.commands.file_context.open_folder|contextlib.suppress.__init__,1 +2476,autogpts.autogpt.autogpt.commands.file_context.open_folder|pathlib.Path.exists,1 +2477,autogpts.autogpt.autogpt.commands.file_context.open_folder|contextlib.AbstractContextManager.__enter__,1 +2478,autogpts.autogpt.autogpt.commands.file_context.open_file|pathlib.PurePath.relative_to,1 +2479,autogpts.autogpt.autogpt.commands.file_context.open_file|contextlib.suppress.__init__,1 +2480,autogpts.autogpt.autogpt.commands.file_context.open_file|pathlib.Path.exists,1 +2481,autogpts.autogpt.autogpt.commands.file_context.open_file|pathlib.Path.is_file,1 +2482,autogpts.autogpt.autogpt.commands.file_context.open_file|contextlib.AbstractContextManager.__enter__,1 +2483,autogpts.autogpt.autogpt.commands.file_context.open_file|pathlib.Path.touch,1 +2484,autogpts.autogpt.autogpt.commands.execute_code.validate_command|str.split,1 +2485,autogpts.autogpt.autogpt.commands.execute_code.validate_command|list.__getitem__,1 +2486,autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen|pathlib.PurePath.is_relative_to,1 +2487,autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen|object.__repr__,1 +2488,autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen|subprocess.Popen.__init__,1 +2489,autogpts.autogpt.autogpt.commands.execute_code.execute_shell_popen|pathlib.Path.cwd,1 +2490,autogpts.autogpt.autogpt.commands.execute_code.execute_shell|pathlib.PurePath.is_relative_to,1 +2491,autogpts.autogpt.autogpt.commands.execute_code.execute_shell|pathlib.Path.cwd,1 +2492,autogpts.autogpt.autogpt.commands.execute_code.execute_shell|bytes.decode,1 +2493,autogpts.autogpt.autogpt.commands.execute_code.execute_python_file|BaseException.__init__,1 +2494,autogpts.autogpt.autogpt.commands.execute_code.execute_python_file|str.split,1 +2495,autogpts.autogpt.autogpt.commands.execute_code.execute_python_file|str.endswith,1 +2496,autogpts.autogpt.autogpt.commands.execute_code.execute_python_file|pathlib.PurePath.relative_to,1 +2497,autogpts.autogpt.autogpt.commands.execute_code.execute_python_file|object.__repr__,1 +2498,autogpts.autogpt.autogpt.commands.execute_code.execute_python_file|int.__eq__,1 +2499,autogpts.autogpt.autogpt.commands.execute_code.execute_python_file|list.__add__,1 +2500,autogpts.autogpt.autogpt.commands.execute_code.execute_python_file|pathlib.PurePath.as_posix,1 +2501,autogpts.autogpt.autogpt.commands.execute_code.execute_python_file|pathlib.Path.is_file,1 +2502,autogpts.autogpt.autogpt.commands.execute_code.execute_python_code|tempfile._TemporaryFileWrapper.write,1 +2503,autogpts.autogpt.autogpt.commands.execute_code.execute_python_code|tempfile._TemporaryFileWrapper.flush,1 +2504,autogpts.autogpt.autogpt.commands.execute_code.execute_python_code|tempfile._TemporaryFileWrapper.close,1 +2505,autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper|int.__gt__,1 +2506,autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper|dict.__setitem__,1 +2507,autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper|list.__init__,1 +2508,autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper|set.__contains__,1 +2509,autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper|list.__setitem__,1 +2510,autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper|tuple.__getitem__,1 +2511,autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper|tuple.__new__,1 +2512,autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper|BaseException.__init__,1 +2513,autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper|typing.Mapping.__contains__,1 +2514,autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator.wrapper|dict.get,1 +2515,autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator|dict.keys,1 +2516,autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator|BaseException.__init__,1 +2517,autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator|list.__init__,1 +2518,autogpts.autogpt.autogpt.commands.decorators.sanitize_path_arg.decorator|list.index,1 +2519,autogpts.autogpt.autogpt.app.utils.print_motd|logging.Logger.info,1 +2520,autogpts.autogpt.autogpt.app.utils.print_motd|str.__add__,1 +2521,autogpts.autogpt.autogpt.app.utils.print_git_branch_info|logging.Logger.warn,1 +2522,autogpts.autogpt.autogpt.app.utils.print_git_branch_info|str.__ne__,1 +2523,autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style|str.startswith,1 +2524,autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style|str.split,1 +2525,autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style|str.join,1 +2526,autogpts.autogpt.autogpt.app.utils.markdown_to_ansi_style|list.append,1 +2527,autogpts.autogpt.autogpt.app.utils.get_latest_bulletin|str.__add__,1 +2528,autogpts.autogpt.autogpt.app.utils.get_latest_bulletin|io.TextIOBase.write,1 +2529,autogpts.autogpt.autogpt.app.utils.get_latest_bulletin|io.TextIOBase.read,1 +2530,autogpts.autogpt.autogpt.app.utils.get_current_git_branch|git.repo.base.Repo.__init__,1 +2531,autogpts.autogpt.autogpt.app.utils.get_current_git_branch|git.refs.reference.Reference.name,1 +2532,autogpts.autogpt.autogpt.app.utils.get_current_git_branch|git.repo.base.Repo.active_branch,1 +2533,autogpts.autogpt.autogpt.app.utils.get_bulletin_from_web|requests.models.Response.text,1 +2534,autogpts.autogpt.autogpt.app.utils.get_bulletin_from_web|int.__eq__,1 +2535,autogpts.autogpt.autogpt.app.utils.clean_input|list.__contains__,1 +2536,autogpts.autogpt.autogpt.app.utils.clean_input|str.__add__,1 +2537,autogpts.autogpt.autogpt.app.utils.clean_input|prompt_toolkit.formatted_text.ansi.ANSI.__init__,1 +2538,autogpts.autogpt.autogpt.app.spinner.Spinner.stop|typing.IO.flush,1 +2539,autogpts.autogpt.autogpt.app.spinner.Spinner.stop|int.__add__,1 +2540,autogpts.autogpt.autogpt.app.spinner.Spinner.stop|typing.IO.write,1 +2541,autogpts.autogpt.autogpt.app.spinner.Spinner.stop|str.__mul__,1 +2542,autogpts.autogpt.autogpt.app.spinner.Spinner.start|threading.Thread.start,1 +2543,autogpts.autogpt.autogpt.app.spinner.Spinner.start|threading.Thread.__init__,1 +2544,autogpts.autogpt.autogpt.app.spinner.Spinner.spin|autogpts.autogpt.autogpt.app.spinner.Spinner.print_message,1 +2545,autogpts.autogpt.autogpt.app.spinner.Spinner.print_message|typing.IO.flush,1 +2546,autogpts.autogpt.autogpt.app.spinner.Spinner.print_message|int.__add__,1 +2547,autogpts.autogpt.autogpt.app.spinner.Spinner.print_message|typing.IO.write,1 +2548,autogpts.autogpt.autogpt.app.spinner.Spinner.print_message|str.__mul__,1 +2549,autogpts.autogpt.autogpt.app.spinner.Spinner.__init__|itertools.cycle.__init__,1 +2550,autogpts.autogpt.autogpt.app.spinner.Spinner.__exit__|autogpts.autogpt.autogpt.app.spinner.Spinner.stop,1 +2551,autogpts.autogpt.autogpt.app.spinner.Spinner.__enter__|autogpts.autogpt.autogpt.app.spinner.Spinner.start,1 +2552,autogpts.autogpt.autogpt.app.setup.print_ai_settings|logging.Logger.info,1 +2553,autogpts.autogpt.autogpt.app.setup.print_ai_settings|str.__mul__,1 +2554,autogpts.autogpt.autogpt.app.setup.interactively_revise_ai_settings|enumerate.__init__,1 +2555,autogpts.autogpt.autogpt.app.setup.interactively_revise_ai_settings|enumerate.__next__,1 +2556,autogpts.autogpt.autogpt.app.setup.interactively_revise_ai_settings|int.__add__,1 +2557,autogpts.autogpt.autogpt.app.main.update_user|logging.Logger.info,1 +2558,autogpts.autogpt.autogpt.app.main.run_interaction_loop.graceful_agent_interrupt|list.__contains__,1 +2559,autogpts.autogpt.autogpt.app.main.run_interaction_loop|float.__le__,1 +2560,autogpts.autogpt.autogpt.app.main.run_interaction_loop|int.__gt__,1 +2561,autogpts.autogpt.autogpt.app.main.run_interaction_loop|float.__ne__,1 +2562,autogpts.autogpt.autogpt.app.main.run_interaction_loop|float.__eq__,1 +2563,autogpts.autogpt.autogpt.app.main.run_interaction_loop|logging.Logger.error,1 +2564,autogpts.autogpt.autogpt.app.main.run_interaction_loop|autogpts.autogpt.autogpt.app.spinner.Spinner.__enter__,1 +2565,autogpts.autogpt.autogpt.app.main.run_interaction_loop|float.__gt__,1 +2566,autogpts.autogpt.autogpt.app.main.run_interaction_loop|autogpts.autogpt.autogpt.app.spinner.Spinner.__init__,1 +2567,autogpts.autogpt.autogpt.app.main.run_interaction_loop|float.__sub__,1 +2568,autogpts.autogpt.autogpt.app.main.run_interaction_loop|float.__add__,1 +2569,autogpts.autogpt.autogpt.app.main.run_interaction_loop|int.__rsub__,1 +2570,autogpts.autogpt.autogpt.app.main.run_interaction_loop|int.__ne__,1 +2571,autogpts.autogpt.autogpt.app.main.run_interaction_loop|logging.Logger.warn,1 +2572,autogpts.autogpt.autogpt.app.main.run_interaction_loop|int.__le__,1 +2573,autogpts.autogpt.autogpt.app.main.run_interaction_loop|str.__eq__,1 +2574,autogpts.autogpt.autogpt.app.main.run_interaction_loop|logging.Logger.info,1 +2575,autogpts.autogpt.autogpt.app.main.run_interaction_loop|int.__eq__,1 +2576,autogpts.autogpt.autogpt.app.main.run_interaction_loop|logging.Logger.debug,1 +2577,autogpts.autogpt.autogpt.app.main.run_interaction_loop|int.__ge__,1 +2578,autogpts.autogpt.autogpt.app.main.run_interaction_loop|int.__add__,1 +2579,autogpts.autogpt.autogpt.app.main.run_auto_gpt_server|autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.__init__,1 +2580,autogpts.autogpt.autogpt.app.main.run_auto_gpt_server|autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start,1 +2581,autogpts.autogpt.autogpt.app.main.run_auto_gpt|str.split,1 +2582,autogpts.autogpt.autogpt.app.main.run_auto_gpt|int.__sub__,1 +2583,autogpts.autogpt.autogpt.app.main.run_auto_gpt|enumerate.__init__,1 +2584,autogpts.autogpt.autogpt.app.main.run_auto_gpt|BaseException.__init__,1 +2585,autogpts.autogpt.autogpt.app.main.run_auto_gpt|enumerate.__next__,1 +2586,autogpts.autogpt.autogpt.app.main.run_auto_gpt|str.__add__,1 +2587,autogpts.autogpt.autogpt.app.main.run_auto_gpt|str.join,1 +2588,autogpts.autogpt.autogpt.app.main.run_auto_gpt|logging.Logger.warn,1 +2589,autogpts.autogpt.autogpt.app.main.run_auto_gpt|logging.Logger.info,1 +2590,autogpts.autogpt.autogpt.app.main.run_auto_gpt|int.__new__,1 +2591,autogpts.autogpt.autogpt.app.main.remove_ansi_escape|str.replace,1 +2592,autogpts.autogpt.autogpt.app.main.print_assistant_thoughts|str.split,1 +2593,autogpts.autogpt.autogpt.app.main.print_assistant_thoughts|str.upper,1 +2594,autogpts.autogpt.autogpt.app.main.print_assistant_thoughts|logging.Logger.info,1 +2595,autogpts.autogpt.autogpt.app.main.print_assistant_thoughts|str.lstrip,1 +2596,autogpts.autogpt.autogpt.app.main.print_assistant_thoughts|str.strip,1 +2597,autogpts.autogpt.autogpt.app.main.print_assistant_thoughts|dict.get,1 +2598,autogpts.autogpt.autogpt.app.main.get_user_feedback|logging.Logger.warn,1 +2599,autogpts.autogpt.autogpt.app.main.get_user_feedback|int.__new__,1 +2600,autogpts.autogpt.autogpt.app.main.get_user_feedback|list.__contains__,1 +2601,autogpts.autogpt.autogpt.app.main.get_user_feedback|logging.Logger.info,1 +2602,autogpts.autogpt.autogpt.app.main.get_user_feedback|str.__add__,1 +2603,autogpts.autogpt.autogpt.app.main.get_user_feedback|int.__abs__,1 +2604,autogpts.autogpt.autogpt.app.main._configure_openai_provider|BaseException.__init__,1 +2605,autogpts.autogpt.autogpt.app.configurator.apply_overrides_to_config|click.exceptions.UsageError.__init__,1 +2606,autogpts.autogpt.autogpt.app.configurator.apply_overrides_to_config|str.__eq__,1 +2607,autogpts.autogpt.autogpt.app.configurator.apply_overrides_to_config|str.__add__,1 +2608,autogpts.autogpt.autogpt.app.cli.run|list.__init__,1 +2609,autogpts.autogpt.autogpt.app.cli.cli|click.core.Context.invoke,1 +2610,autogpts.autogpt.autogpt.app.agent_protocol_server.fmt_kwargs|dict.items,1 +2611,autogpts.autogpt.autogpt.app.agent_protocol_server.fmt_kwargs|str.join,1 +2612,autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start|pathlib.PurePath.joinpath,1 +2613,autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start|pathlib.Path.resolve,1 +2614,autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.start|pathlib.Path.__new__,1 +2615,autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.get_artifact|io.BytesIO.__init__,1 +2616,autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.execute_step|bool.__new__,1 +2617,autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.execute_step|str.__add__,1 +2618,autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact|str.endswith,1 +2619,autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact|int.__mul__,1 +2620,autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact|object.__repr__,1 +2621,autogpts.autogpt.autogpt.app.agent_protocol_server.AgentProtocolServer.create_artifact|bytes.__add__,1 +2622,autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_resource|list.append,1 +2623,autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_resource|list.__contains__,1 +2624,autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_constraint|list.append,1 +2625,autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_constraint|list.__contains__,1 +2626,autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command|object.__init__,1 +2627,autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command|dict.__setitem__,1 +2628,autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command|object.__eq__,1 +2629,autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command|dict.items,1 +2630,autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command|dict.__getitem__,1 +2631,autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command|str.__eq__,1 +2632,autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_command|typing.Mapping.__contains__,1 +2633,autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_best_practice|list.append,1 +2634,autogpts.autogpt.autogpt.agents.utils.prompt_scratchpad.PromptScratchpad.add_best_practice|list.__contains__,1 +2635,autogpts.autogpt.autogpt.agents.utils.exceptions.AgentException.__init__|BaseException.__init__,1 +2636,autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.state_file_path|pathlib.PurePath.__truediv__,1 +2637,autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize|pathlib.Path.mkdir,1 +2638,autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize|autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.root,1 +2639,autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize|autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log,1 +2640,autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize|autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path,1 +2641,autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log|pathlib.Path.open,1 +2642,autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log|pathlib.Path.exists,1 +2643,autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log|io.TextIOWrapper.__enter__,1 +2644,autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.init_file_ops_log|io.TextIOBase.write,1 +2645,autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.file_ops_log_path|pathlib.PurePath.__truediv__,1 +2646,autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__|pathlib.Path.resolve,1 +2647,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command|dict.__getitem__,1 +2648,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command|BaseException.__str__,1 +2649,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command|dict.__setitem__,1 +2650,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command|typing.Mapping.__contains__,1 +2651,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.extract_command|dict.get,1 +2652,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.parse_response_content|str.join,1 +2653,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.parse_response_content|str.__add__,1 +2654,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress|int.__gt__,1 +2655,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress|enumerate.__init__,1 +2656,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress|BaseException.__init__,1 +2657,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress|slice.__init__,1 +2658,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress|reversed.__init__,1 +2659,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress|list.__init__,1 +2660,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress|list.insert,1 +2661,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress|str.join,1 +2662,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress|int.__add__,1 +2663,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress|reversed.__next__,1 +2664,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt|list.__add__,1 +2665,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt|autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_intro_prompt,1 +2666,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt|filter.__init__,1 +2667,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt|str.strip,1 +2668,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt|autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list,1 +2669,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt|str.format,1 +2670,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt|str.join,1 +2671,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt|autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info,1 +2672,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt|autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint,1 +2673,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt|autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.compile_progress,1 +2674,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt|autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_system_prompt,1 +2675,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt|int.__sub__,1 +2676,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.build_prompt|autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.response_format_instruction,1 +2677,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_os_info|str.__ne__,1 +2678,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_commands_list|logging.Logger.warn,1 +2679,autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy._generate_budget_constraint|float.__gt__,1 +2680,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.response_format_instruction|BaseException.__init__,1 +2681,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response|str.join,1 +2682,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.parse_and_process_response|str.__add__,1 +2683,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute|autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit,1 +2684,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute|autogpts.autogpt.autogpt.agents.base.BaseAgent.llm,1 +2685,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute|object.__eq__,1 +2686,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.execute|str.__eq__,1 +2687,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt|dict.__setitem__,1 +2688,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt|str.join,1 +2689,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt|enumerate.__init__,1 +2690,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt|list.append,1 +2691,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt|BaseException.__init__,1 +2692,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt|list.__iadd__,1 +2693,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt|autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered,1 +2694,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.construct_base_prompt|dict.get,1 +2695,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.__init__|datetime.datetime.now,1 +2696,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.__init__|autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__,1 +2697,autogpts.autogpt.autogpt.agents.planning_agent.PlanningAgent.__init__|datetime.date.strftime,1 +2698,autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action|object.__init__,1 +2699,autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action|int.__gt__,1 +2700,autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action|contextlib.ExitStack.__enter__,1 +2701,autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action|autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.propose_action,1 +2702,autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.__init__|object.__init__,1 +2703,autogpts.autogpt.autogpt.agents.features.watchdog.WatchdogMixin.__init__|BaseException.__init__,1 +2704,autogpts.autogpt.autogpt.agents.features.file_workspace._setup_workspace|pathlib.PurePath.__truediv__,1 +2705,autogpts.autogpt.autogpt.agents.features.file_workspace.FileWorkspaceMixin.__init__|object.__init__,1 +2706,autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt|autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered,1 +2707,autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__|object.__init__,1 +2708,autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__|autogpts.autogpt.autogpt.agents.features.context.AgentContext.__init__,1 +2709,autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered|str.join,1 +2710,autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered|enumerate.__init__,1 +2711,autogpts.autogpt.autogpt.agents.features.context.AgentContext.format_numbered|enumerate.__next__,1 +2712,autogpts.autogpt.autogpt.agents.features.context.AgentContext.close|int.__sub__,1 +2713,autogpts.autogpt.autogpt.agents.features.context.AgentContext.__bool__|int.__gt__,1 +2714,autogpts.autogpt.autogpt.agents.base.BaseAgentSettings.save_to_json_file|pathlib.Path.open,1 +2715,autogpts.autogpt.autogpt.agents.base.BaseAgentSettings.save_to_json_file|io.TextIOWrapper.__enter__,1 +2716,autogpts.autogpt.autogpt.agents.base.BaseAgentSettings.save_to_json_file|io.TextIOBase.write,1 +2717,autogpts.autogpt.autogpt.agents.base.BaseAgentConfiguration.validate_plugins|str.__ne__,1 +2718,autogpts.autogpt.autogpt.agents.base.BaseAgentConfiguration.validate_openai_functions|dict.__getitem__,1 +2719,autogpts.autogpt.autogpt.agents.base.BaseAgent.set_id|autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs,1 +2720,autogpts.autogpt.autogpt.agents.base.BaseAgent.set_id|BaseException.__init__,1 +2721,autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit|int.__floordiv__,1 +2722,autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit|autogpts.autogpt.autogpt.agents.base.BaseAgent.llm,1 +2723,autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action|autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt,1 +2724,autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action|autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response,1 +2725,autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action|autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think,1 +2726,autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action|autogpts.autogpt.autogpt.agents.base.BaseAgent.llm,1 +2727,autogpts.autogpt.autogpt.agents.base.BaseAgent.propose_action|list.__init__,1 +2728,autogpts.autogpt.autogpt.agents.base.BaseAgent.on_response|autogpts.autogpt.autogpt.agents.base.BaseAgent.parse_and_process_response,1 +2729,autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think|autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit,1 +2730,autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think|int.__sub__,1 +2731,autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think|enumerate.__init__,1 +2732,autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think|enumerate.__next__,1 +2733,autogpts.autogpt.autogpt.agents.base.BaseAgent.on_before_think|autogpts.autogpt.autogpt.agents.base.BaseAgent.llm,1 +2734,autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt|autogpts.autogpt.autogpt.agents.base.BaseAgent.send_token_limit,1 +2735,autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt|autogpts.autogpt.autogpt.agents.base.BaseAgent.llm,1 +2736,autogpts.autogpt.autogpt.agents.base.BaseAgent.build_prompt|list.__init__,1 +2737,autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs|autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__,1 +2738,autogpts.autogpt.autogpt.agents.base.BaseAgent.attach_fs|autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.initialize,1 +2739,autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__|autogpts.autogpt.autogpt.agents.utils.agent_file_manager.AgentFileManager.__init__,1 +2740,autogpts.autogpt.autogpt.agents.base.BaseAgent.__init__|object.__init__,1 +2741,autogpts.autogpt.autogpt.agents.agent.execute_command|BaseException.__str__,1 +2742,autogpts.autogpt.autogpt.agents.agent.execute_command|str.lower,1 +2743,autogpts.autogpt.autogpt.agents.agent.execute_command|str.__eq__,1 +2744,autogpts.autogpt.autogpt.agents.agent.Agent.execute|tuple.__getitem__,1 +2745,autogpts.autogpt.autogpt.agents.agent.Agent.execute|str.__eq__,1 +2746,autogpts.autogpt.autogpt.agents.agent.Agent.execute|int.__floordiv__,1 +2747,autogpts.autogpt.autogpt.agents.agent.Agent.execute|autogpts.autogpt.autogpt.agents.features.context.AgentContext.add,1 +2748,autogpts.autogpt.autogpt.agents.agent.Agent.execute|autogpts.autogpt.autogpt.agents.base.BaseAgent.llm,1 +2749,autogpts.autogpt.autogpt.agents.agent.Agent.build_prompt|autogpts.autogpt.autogpt.agents.features.context.ContextMixin.build_prompt,1 +2750,autogpts.autogpt.autogpt.agents.agent.Agent.build_prompt|str.__add__,1 +2751,autogpts.autogpt.autogpt.agents.agent.Agent.__init__|datetime.datetime.now,1 +2752,autogpts.autogpt.autogpt.agents.agent.Agent.__init__|autogpts.autogpt.autogpt.agents.features.context.ContextMixin.__init__,1 +2753,autogpts.autogpt.autogpt.agents.agent.Agent.__init__|datetime.date.strftime,1 +2754,autogpts.autogpt.autogpt.agents.agent.Agent.__init__|autogpts.autogpt.autogpt.agents.prompt_strategies.one_shot.OneShotAgentPromptStrategy.__init__,1 +2755,autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.retrieve_state|BaseException.__init__,1 +2756,autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.retrieve_state|autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir,1 +2757,autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.get_agent_dir|BaseException.__init__,1 +2758,autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.generate_id|object.__repr__,1 +2759,autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.generate_id|str.__getitem__,1 +2760,autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.generate_id|slice.__init__,1 +2761,autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.__init__|pathlib.PurePath.__truediv__,1 +2762,autogpts.autogpt.autogpt.agent_manager.agent_manager.AgentManager.__init__|pathlib.Path.exists,1 +2763,autogpts.autogpt.autogpt.agent_factory.profile_generator.generate_agent_profile_for_task|autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.parse_response_content,1 +2764,autogpts.autogpt.autogpt.agent_factory.profile_generator.generate_agent_profile_for_task|autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt,1 +2765,autogpts.autogpt.autogpt.agent_factory.profile_generator.generate_agent_profile_for_task|autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.__init__,1 +2766,autogpts.autogpt.autogpt.agent_factory.profile_generator.AgentProfileGenerator.build_prompt|str.format,1 +2767,autogpts.autogpt.autogpt.agent_factory.configurators.create_agent|BaseException.__init__,1 +2768,autogpts.autogpt.autogpt.agent_factory.configurators._configure_agent|BaseException.__init__,1 +2769,autogpts.autogpt.agbenchmark_config.analyze_reports.process_test|int.__sub__,1 +2770,autogpts.autogpt.agbenchmark_config.analyze_reports.process_test|list.append,1 +2771,autogpts.autogpt.agbenchmark_config.analyze_reports.process_test|typing.Mapping.__contains__,1 +2772,autogpts.autogpt.agbenchmark_config.analyze_reports.process_test|int.__lt__,1 +2773,autogpts.autogpt.agbenchmark_config.analyze_reports.process_test|list.extend,1 +2774,autogpts.autogpt.agbenchmark_config.analyze_reports.process_test|int.__add__,1 +2775,autogpts.autogpt.agbenchmark_config.analyze_reports.process_test|list.__contains__,1 +2776,autogpts.autogpt.agbenchmark_config.analyze_reports.process_test|list.__mul__,1 +2777,autogpts.PolyGPT-alpha.llms_config.LlmConfiguration._find_and_load_config|BaseException.__init__,1 +2778,autogpts.PolyGPT-alpha.llms_config.LlmConfiguration._find_and_load_config|str.__eq__,1 +2779,autogpts.PolyGPT-alpha.llms_config.LlmConfiguration.__new__|object.__new__,1 +2780,autogpts.PolyGPT-alpha.llms_config.LlmConfiguration.__init__|autogpts.PolyGPT-alpha.llms_config.LlmConfiguration._find_and_load_config,1 +2781,autogpts.PolyGPT-alpha.forge.tools.search.search|bs4.BeautifulSoup.__init__,1 +2782,autogpts.PolyGPT-alpha.forge.tools.search.search|list.append,1 +2783,autogpts.PolyGPT-alpha.forge.tools.search.search|bs4.element.Tag.find_all,1 +2784,autogpts.PolyGPT-alpha.forge.tools.search.search|requests.models.Response.text,1 +2785,autogpts.PolyGPT-alpha.forge.tools.search.search|str.__add__,1 +2786,autogpts.PolyGPT-alpha.forge.tools.scrape_website.scrape_website|requests.models.Response.content,1 +2787,autogpts.PolyGPT-alpha.forge.tools.scrape_website.scrape_website|bs4.BeautifulSoup.__init__,1 +2788,autogpts.PolyGPT-alpha.forge.tools.scrape_website.scrape_website|int.__gt__,1 +2789,autogpts.PolyGPT-alpha.forge.tools.scrape_website.scrape_website|bs4.element.PageElement.get_text,1 +2790,autogpts.PolyGPT-alpha.forge.tools.scrape_website.scrape_website|int.__eq__,1 +2791,autogpts.PolyGPT-alpha.forge.sdk.workspace_test.test_local_read_write_delete_exists|bytes.__eq__,1 +2792,autogpts.PolyGPT-alpha.forge.sdk.workspace_test.test_local_read_write_delete_exists|autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.read,1 +2793,autogpts.PolyGPT-alpha.forge.sdk.workspace_test.test_local_read_write_delete_exists|autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.write,1 +2794,autogpts.PolyGPT-alpha.forge.sdk.workspace_test.test_local_read_write_delete_exists|autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.delete,1 +2795,autogpts.PolyGPT-alpha.forge.sdk.workspace_test.test_local_read_write_delete_exists|autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.__init__,1 +2796,autogpts.PolyGPT-alpha.forge.sdk.workspace_test.test_local_read_write_delete_exists|autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.exists,1 +2797,autogpts.PolyGPT-alpha.forge.sdk.workspace_test.test_local_list|object.__eq__,1 +2798,autogpts.PolyGPT-alpha.forge.sdk.workspace_test.test_local_list|autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.write,1 +2799,autogpts.PolyGPT-alpha.forge.sdk.workspace_test.test_local_list|set.__init__,1 +2800,autogpts.PolyGPT-alpha.forge.sdk.workspace_test.test_local_list|autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.list,1 +2801,autogpts.PolyGPT-alpha.forge.sdk.workspace_test.test_local_list|autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.__init__,1 +2802,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.write|io.BufferedWriter.write,1 +2803,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.write|io.BufferedWriter.__enter__,1 +2804,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.write|autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +2805,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.read|io.BufferedReader.__enter__,1 +2806,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.read|autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +2807,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.read|io.BufferedIOBase.read,1 +2808,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.list|typing.Generator.__next__,1 +2809,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.list|pathlib.PurePath.relative_to,1 +2810,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.list|pathlib.Path.is_dir,1 +2811,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.list|object.__repr__,1 +2812,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.list|pathlib.Path.iterdir,1 +2813,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.list|pathlib.Path.exists,1 +2814,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.list|autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +2815,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.exists|pathlib.Path.exists,1 +2816,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.exists|autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +2817,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.delete|autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace._resolve_path,1 +2818,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace._resolve_path|str.startswith,1 +2819,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace._resolve_path|BaseException.__init__,1 +2820,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace._resolve_path|str.__getitem__,1 +2821,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace._resolve_path|slice.__init__,1 +2822,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace._resolve_path|object.__repr__,1 +2823,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.__init__|pathlib.Path.resolve,1 +2824,autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.__init__|pathlib.Path.__new__,1 +2825,autogpts.PolyGPT-alpha.forge.sdk.prompting.PromptEngine.load_prompt|logging.Logger.error,1 +2826,autogpts.PolyGPT-alpha.forge.sdk.prompting.PromptEngine.load_prompt|logging.Logger.debug,1 +2827,autogpts.PolyGPT-alpha.forge.sdk.prompting.PromptEngine.get_closest_match|logging.Logger.error,1 +2828,autogpts.PolyGPT-alpha.forge.sdk.prompting.PromptEngine.get_closest_match|list.__getitem__,1 +2829,autogpts.PolyGPT-alpha.forge.sdk.prompting.PromptEngine.get_closest_match|logging.Logger.info,1 +2830,autogpts.PolyGPT-alpha.forge.sdk.prompting.PromptEngine.get_closest_match|str.join,1 +2831,autogpts.PolyGPT-alpha.forge.sdk.prompting.PromptEngine.get_closest_match|logging.Logger.debug,1 +2832,autogpts.PolyGPT-alpha.forge.sdk.prompting.PromptEngine.__init__|logging.Logger.error,1 +2833,autogpts.PolyGPT-alpha.forge.sdk.prompting.PromptEngine.__init__|jinja2.loaders.FileSystemLoader.__init__,1 +2834,autogpts.PolyGPT-alpha.forge.sdk.prompting.PromptEngine.__init__|jinja2.environment.Environment.__init__,1 +2835,autogpts.PolyGPT-alpha.forge.sdk.prompting.PromptEngine.__init__|str.__contains__,1 +2836,autogpts.PolyGPT-alpha.forge.sdk.prompting.PromptEngine.__init__|autogpts.PolyGPT-alpha.forge.sdk.prompting.PromptEngine.get_closest_match,1 +2837,autogpts.PolyGPT-alpha.forge.sdk.prompting.PromptEngine.__init__|logging.Logger.debug,1 +2838,autogpts.PolyGPT-alpha.forge.sdk.memory.memstore_test.test_update|hashlib._Hash.hexdigest,1 +2839,autogpts.PolyGPT-alpha.forge.sdk.memory.memstore_test.test_update|str.__getitem__,1 +2840,autogpts.PolyGPT-alpha.forge.sdk.memory.memstore_test.test_update|slice.__init__,1 +2841,autogpts.PolyGPT-alpha.forge.sdk.memory.memstore_test.test_update|str.encode,1 +2842,autogpts.PolyGPT-alpha.forge.sdk.memory.memstore_test.test_query|int.__eq__,1 +2843,autogpts.PolyGPT-alpha.forge.sdk.memory.memstore_test.test_delete|hashlib._Hash.hexdigest,1 +2844,autogpts.PolyGPT-alpha.forge.sdk.memory.memstore_test.test_delete|str.__getitem__,1 +2845,autogpts.PolyGPT-alpha.forge.sdk.memory.memstore_test.test_delete|slice.__init__,1 +2846,autogpts.PolyGPT-alpha.forge.sdk.memory.memstore_test.test_delete|str.encode,1 +2847,autogpts.PolyGPT-alpha.forge.sdk.memory.memstore_test.test_add|hashlib._Hash.hexdigest,1 +2848,autogpts.PolyGPT-alpha.forge.sdk.memory.memstore_test.test_add|str.__getitem__,1 +2849,autogpts.PolyGPT-alpha.forge.sdk.memory.memstore_test.test_add|slice.__init__,1 +2850,autogpts.PolyGPT-alpha.forge.sdk.memory.memstore_test.test_add|str.encode,1 +2851,autogpts.PolyGPT-alpha.forge.sdk.memory.memstore.MemStore.update_task_memory|autogpts.PolyGPT-alpha.forge.sdk.memory.memstore.MemStore.update,1 +2852,autogpts.PolyGPT-alpha.forge.sdk.memory.memstore.MemStore.query_task_memory|autogpts.PolyGPT-alpha.forge.sdk.memory.memstore.MemStore.query,1 +2853,autogpts.PolyGPT-alpha.forge.sdk.memory.memstore.MemStore.get_task_memory|autogpts.PolyGPT-alpha.forge.sdk.memory.memstore.MemStore.get,1 +2854,autogpts.PolyGPT-alpha.forge.sdk.memory.memstore.MemStore.delete_task_memory|autogpts.PolyGPT-alpha.forge.sdk.memory.memstore.MemStore.delete,1 +2855,autogpts.PolyGPT-alpha.forge.sdk.memory.memstore.MemStore.add_task_memory|autogpts.PolyGPT-alpha.forge.sdk.memory.memstore.MemStore.add,1 +2856,autogpts.PolyGPT-alpha.forge.sdk.memory.chroma_memstore.ChromaMemStore.query|dict.__setitem__,1 +2857,autogpts.PolyGPT-alpha.forge.sdk.memory.chroma_memstore.ChromaMemStore.get|dict.__setitem__,1 +2858,autogpts.PolyGPT-alpha.forge.sdk.memory.chroma_memstore.ChromaMemStore.add|hashlib._Hash.hexdigest,1 +2859,autogpts.PolyGPT-alpha.forge.sdk.memory.chroma_memstore.ChromaMemStore.add|str.__getitem__,1 +2860,autogpts.PolyGPT-alpha.forge.sdk.memory.chroma_memstore.ChromaMemStore.add|slice.__init__,1 +2861,autogpts.PolyGPT-alpha.forge.sdk.memory.chroma_memstore.ChromaMemStore.add|str.encode,1 +2862,autogpts.PolyGPT-alpha.forge.sdk.llm.transcribe_audio|logging.Logger.error,1 +2863,autogpts.PolyGPT-alpha.forge.sdk.llm.create_embedding_request|logging.Logger.error,1 +2864,autogpts.PolyGPT-alpha.forge.sdk.llm.chat_completion_request|logging.Logger.exception,1 +2865,autogpts.PolyGPT-alpha.forge.sdk.llm.chat_completion_request|logging.Logger.error,1 +2866,autogpts.PolyGPT-alpha.forge.sdk.llm.chat_completion_request|dict.__setitem__,1 +2867,autogpts.PolyGPT-alpha.forge.sdk.forge_log.formatter_message|str.replace,1 +2868,autogpts.PolyGPT-alpha.forge.sdk.forge_log.format_word|str.replace,1 +2869,autogpts.PolyGPT-alpha.forge.sdk.forge_log.format_word|str.__add__,1 +2870,autogpts.PolyGPT-alpha.forge.sdk.forge_log.QueueLogger.__init__|logging.handlers.QueueHandler.__init__,1 +2871,autogpts.PolyGPT-alpha.forge.sdk.forge_log.QueueLogger.__init__|logging.Logger.__init__,1 +2872,autogpts.PolyGPT-alpha.forge.sdk.forge_log.QueueLogger.__init__|queue.Queue.__init__,1 +2873,autogpts.PolyGPT-alpha.forge.sdk.forge_log.QueueLogger.__init__|logging.Logger.addHandler,1 +2874,autogpts.PolyGPT-alpha.forge.sdk.forge_log.ForgeLogger.chat|logging.Logger._log,1 +2875,autogpts.PolyGPT-alpha.forge.sdk.forge_log.ForgeLogger.chat|logging.Logger.isEnabledFor,1 +2876,autogpts.PolyGPT-alpha.forge.sdk.forge_log.ForgeLogger.chat|dict.get,1 +2877,autogpts.PolyGPT-alpha.forge.sdk.forge_log.ForgeLogger.__init__|logging.handlers.QueueHandler.__init__,1 +2878,autogpts.PolyGPT-alpha.forge.sdk.forge_log.ForgeLogger.__init__|autogpts.PolyGPT-alpha.forge.sdk.forge_log.ConsoleFormatter.__init__,1 +2879,autogpts.PolyGPT-alpha.forge.sdk.forge_log.ForgeLogger.__init__|logging.Logger.__init__,1 +2880,autogpts.PolyGPT-alpha.forge.sdk.forge_log.ForgeLogger.__init__|logging.StreamHandler.__init__,1 +2881,autogpts.PolyGPT-alpha.forge.sdk.forge_log.ForgeLogger.__init__|logging.Logger.addHandler,1 +2882,autogpts.PolyGPT-alpha.forge.sdk.forge_log.ForgeLogger.__init__|queue.Queue.__init__,1 +2883,autogpts.PolyGPT-alpha.forge.sdk.forge_log.ConsoleFormatter.format|logging.Formatter.format,1 +2884,autogpts.PolyGPT-alpha.forge.sdk.forge_log.ConsoleFormatter.format|typing.Mapping.__contains__,1 +2885,autogpts.PolyGPT-alpha.forge.sdk.forge_log.ConsoleFormatter.format|dict.__getitem__,1 +2886,autogpts.PolyGPT-alpha.forge.sdk.forge_log.ConsoleFormatter.format|str.__add__,1 +2887,autogpts.PolyGPT-alpha.forge.sdk.forge_log.ConsoleFormatter.__init__|logging.Formatter.__init__,1 +2888,autogpts.PolyGPT-alpha.forge.sdk.errors.AgentException.__init__|BaseException.__init__,1 +2889,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_updating_step|list.__getitem__,1 +2890,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_updating_step|str.split,1 +2891,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_task_schema|datetime.datetime.now,1 +2892,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_task_schema|int.__eq__,1 +2893,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_table_creation|sqlite3.dbapi2.Cursor.fetchone,1 +2894,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_table_creation|sqlite3.dbapi2.Cursor.execute,1 +2895,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_table_creation|sqlite3.dbapi2.Connection.cursor,1 +2896,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_table_creation|list.__getitem__,1 +2897,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_table_creation|str.split,1 +2898,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_step_schema|datetime.datetime.now,1 +2899,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_step_schema|int.__eq__,1 +2900,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_list_tasks|list.__contains__,1 +2901,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_list_tasks|list.__getitem__,1 +2902,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_list_tasks|str.split,1 +2903,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_list_steps|list.__contains__,1 +2904,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_list_steps|list.__getitem__,1 +2905,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_list_steps|str.split,1 +2906,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_get_task_not_found|list.__getitem__,1 +2907,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_get_task_not_found|str.split,1 +2908,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_get_step_not_found|list.__getitem__,1 +2909,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_get_step_not_found|str.split,1 +2910,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_get_artifact|list.__getitem__,1 +2911,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_get_artifact|str.split,1 +2912,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_create_task|list.__getitem__,1 +2913,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_create_task|str.split,1 +2914,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_create_and_get_task|list.__getitem__,1 +2915,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_create_and_get_task|str.split,1 +2916,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_create_and_get_step|list.__getitem__,1 +2917,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_create_and_get_step|str.split,1 +2918,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_convert_to_task|datetime.datetime.now,1 +2919,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_convert_to_task|int.__eq__,1 +2920,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_convert_to_step|datetime.datetime.now,1 +2921,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_convert_to_step|int.__eq__,1 +2922,autogpts.PolyGPT-alpha.forge.sdk.db_test.test_convert_to_artifact|datetime.datetime.now,1 +2923,autogpts.PolyGPT-alpha.forge.sdk.db.convert_to_task|logging.Logger.debug,1 +2924,autogpts.PolyGPT-alpha.forge.sdk.db.convert_to_task|object.__init__,1 +2925,autogpts.PolyGPT-alpha.forge.sdk.db.convert_to_step|sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +2926,autogpts.PolyGPT-alpha.forge.sdk.db.convert_to_step|logging.Logger.debug,1 +2927,autogpts.PolyGPT-alpha.forge.sdk.db.convert_to_step|object.__init__,1 +2928,autogpts.PolyGPT-alpha.forge.sdk.db.convert_to_artifact|object.__init__,1 +2929,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.update_step|autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_step,1 +2930,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.update_step|logging.Logger.error,1 +2931,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.update_step|sqlalchemy.orm.query.Query.first,1 +2932,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.update_step|sqlalchemy.orm.session.Session.__enter__,1 +2933,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.update_step|sqlalchemy.orm.session.sessionmaker.__call__,1 +2934,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.update_step|logging.Logger.debug,1 +2935,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.update_step|BaseException.__init__,1 +2936,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.update_step|sqlalchemy.orm.query.Query.filter_by,1 +2937,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.update_step|sqlalchemy.orm.session.Session.query,1 +2938,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.update_step|sqlalchemy.orm.session.Session.commit,1 +2939,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_tasks|logging.Logger.error,1 +2940,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_tasks|int.__truediv__,1 +2941,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_tasks|int.__sub__,1 +2942,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_tasks|sqlalchemy.orm.query.Query.offset,1 +2943,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_tasks|sqlalchemy.orm.session.Session.__enter__,1 +2944,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_tasks|object.__init__,1 +2945,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_tasks|sqlalchemy.orm.query.Query.limit,1 +2946,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_tasks|sqlalchemy.orm.query.Query.all,1 +2947,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_tasks|int.__mul__,1 +2948,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_tasks|sqlalchemy.orm.session.sessionmaker.__call__,1 +2949,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_tasks|logging.Logger.debug,1 +2950,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_tasks|sqlalchemy.orm.session.Session.query,1 +2951,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_tasks|sqlalchemy.orm.query.Query.count,1 +2952,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_steps|sqlalchemy.orm.query.Query.count,1 +2953,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_steps|int.__truediv__,1 +2954,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_steps|int.__sub__,1 +2955,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_steps|sqlalchemy.orm.session.Session.__enter__,1 +2956,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_steps|object.__init__,1 +2957,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_steps|int.__mul__,1 +2958,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_steps|logging.Logger.debug,1 +2959,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_steps|sqlalchemy.orm.query.Query.limit,1 +2960,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_steps|sqlalchemy.orm.query.Query.offset,1 +2961,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_steps|sqlalchemy.orm.session.Session.query,1 +2962,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_steps|sqlalchemy.orm.query.Query.all,1 +2963,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_steps|logging.Logger.error,1 +2964,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_steps|sqlalchemy.orm.session.sessionmaker.__call__,1 +2965,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_steps|sqlalchemy.orm.query.Query.filter_by,1 +2966,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_artifacts|int.__truediv__,1 +2967,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_artifacts|int.__sub__,1 +2968,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_artifacts|sqlalchemy.orm.query.Query.count,1 +2969,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_artifacts|sqlalchemy.orm.session.Session.__enter__,1 +2970,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_artifacts|object.__init__,1 +2971,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_artifacts|int.__mul__,1 +2972,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_artifacts|logging.Logger.debug,1 +2973,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_artifacts|sqlalchemy.orm.query.Query.offset,1 +2974,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_artifacts|sqlalchemy.orm.query.Query.filter_by,1 +2975,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_artifacts|sqlalchemy.orm.session.Session.query,1 +2976,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_artifacts|sqlalchemy.orm.query.Query.limit,1 +2977,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_artifacts|logging.Logger.error,1 +2978,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_artifacts|sqlalchemy.orm.session.sessionmaker.__call__,1 +2979,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_artifacts|sqlalchemy.orm.query.Query.all,1 +2980,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_task|logging.Logger.error,1 +2981,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_task|sqlalchemy.orm.session.Session.__enter__,1 +2982,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_task|sqlalchemy.orm.session.sessionmaker.__call__,1 +2983,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_task|sqlalchemy.orm.query.Query.options,1 +2984,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_task|logging.Logger.debug,1 +2985,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_task|sqlalchemy.orm.query.Query.first,1 +2986,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_task|BaseException.__init__,1 +2987,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_task|sqlalchemy.orm.session.Session.query,1 +2988,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_task|sqlalchemy.orm.query.Query.filter_by,1 +2989,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_step|logging.Logger.error,1 +2990,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_step|sqlalchemy.orm.query.Query.first,1 +2991,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_step|sqlalchemy.orm.session.Session.__enter__,1 +2992,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_step|sqlalchemy.orm.session.sessionmaker.__call__,1 +2993,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_step|logging.Logger.debug,1 +2994,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_step|BaseException.__init__,1 +2995,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_step|sqlalchemy.orm.query.Query.filter,1 +2996,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_step|sqlalchemy.orm.query.Query.options,1 +2997,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_step|sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +2998,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_step|sqlalchemy.orm.session.Session.query,1 +2999,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_artifact|logging.Logger.error,1 +3000,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_artifact|sqlalchemy.orm.query.Query.first,1 +3001,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_artifact|sqlalchemy.orm.session.Session.__enter__,1 +3002,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_artifact|sqlalchemy.orm.session.sessionmaker.__call__,1 +3003,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_artifact|logging.Logger.debug,1 +3004,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_artifact|BaseException.__init__,1 +3005,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_artifact|sqlalchemy.orm.query.Query.filter_by,1 +3006,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_artifact|sqlalchemy.orm.session.Session.query,1 +3007,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_task|logging.Logger.error,1 +3008,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_task|sqlalchemy.orm.session.Session.__enter__,1 +3009,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_task|sqlalchemy.orm.session.sessionmaker.__call__,1 +3010,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_task|logging.Logger.debug,1 +3011,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_task|object.__init__,1 +3012,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_task|sqlalchemy.orm.session.Session.refresh,1 +3013,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_task|object.__repr__,1 +3014,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_task|sqlalchemy.orm.session.Session.commit,1 +3015,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_task|sqlalchemy.orm.session.Session.add,1 +3016,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_step|logging.Logger.error,1 +3017,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_step|sqlalchemy.orm.session.Session.__enter__,1 +3018,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_step|object.__init__,1 +3019,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_step|sqlalchemy.orm.session.sessionmaker.__call__,1 +3020,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_step|logging.Logger.debug,1 +3021,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_step|sqlalchemy.orm.session.Session.refresh,1 +3022,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_step|object.__repr__,1 +3023,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_step|sqlalchemy.orm.session.Session.commit,1 +3024,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_step|sqlalchemy.orm.session.Session.add,1 +3025,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_artifact|logging.Logger.error,1 +3026,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_artifact|sqlalchemy.orm.query.Query.first,1 +3027,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_artifact|sqlalchemy.orm.session.Session.__enter__,1 +3028,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_artifact|sqlalchemy.orm.session.sessionmaker.__call__,1 +3029,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_artifact|logging.Logger.debug,1 +3030,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_artifact|sqlalchemy.orm.session.Session.refresh,1 +3031,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_artifact|sqlalchemy.orm.query.Query.filter_by,1 +3032,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_artifact|object.__repr__,1 +3033,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_artifact|sqlalchemy.orm.session.Session.close,1 +3034,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_artifact|object.__init__,1 +3035,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_artifact|sqlalchemy.orm.session.Session.query,1 +3036,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_artifact|sqlalchemy.orm.session.Session.commit,1 +3037,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_artifact|sqlalchemy.orm.session.Session.add,1 +3038,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.__init__|object.__init__,1 +3039,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.__init__|logging.Logger.debug,1 +3040,autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.__init__|sqlalchemy.orm.session.sessionmaker.__init__,1 +3041,autogpts.PolyGPT-alpha.forge.sdk.agent_test.test_list_tasks|object.__init__,1 +3042,autogpts.PolyGPT-alpha.forge.sdk.agent_test.test_get_task|object.__init__,1 +3043,autogpts.PolyGPT-alpha.forge.sdk.agent_test.test_get_artifact|object.__init__,1 +3044,autogpts.PolyGPT-alpha.forge.sdk.agent_test.test_create_task|str.__eq__,1 +3045,autogpts.PolyGPT-alpha.forge.sdk.agent_test.test_create_task|object.__init__,1 +3046,autogpts.PolyGPT-alpha.forge.sdk.agent_test.test_create_artifact|object.__init__,1 +3047,autogpts.PolyGPT-alpha.forge.sdk.agent_test.agent|autogpts.PolyGPT-alpha.forge.sdk.workspace.LocalWorkspace.__init__,1 +3048,autogpts.PolyGPT-alpha.forge.sdk.agent_test.agent|autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.__init__,1 +3049,autogpts.PolyGPT-alpha.forge.sdk.agent_test.agent|autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.__init__,1 +3050,autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.list_tasks|object.__init__,1 +3051,autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.list_tasks|autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_tasks,1 +3052,autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.list_steps|object.__init__,1 +3053,autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.list_steps|autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_steps,1 +3054,autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.list_artifacts|autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.list_artifacts,1 +3055,autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.list_artifacts|object.__init__,1 +3056,autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.get_task|autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_task,1 +3057,autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.get_step|autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_step,1 +3058,autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.get_artifact|autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.get_artifact,1 +3059,autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.get_artifact|io.BytesIO.__init__,1 +3060,autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.get_artifact|str.__contains__,1 +3061,autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.get_agent_app|logging.Logger.warning,1 +3062,autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.get_agent_app|pathlib.Path.resolve,1 +3063,autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.get_agent_app|pathlib.Path.__new__,1 +3064,autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.create_task|autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_task,1 +3065,autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.create_artifact|str.endswith,1 +3066,autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.create_artifact|int.__mul__,1 +3067,autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.create_artifact|autogpts.PolyGPT-alpha.forge.sdk.db.AgentDB.create_artifact,1 +3068,autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.create_artifact|object.__repr__,1 +3069,autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.create_artifact|bytes.__add__,1 +3070,autogpts.PolyGPT-alpha.forge.sdk.agent.Agent.__init__|autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.AbilityRegister.__init__,1 +3071,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.validate_url.wrapper|int.__gt__,1 +3072,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.validate_url.wrapper|BaseException.__init__,1 +3073,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium|bs4.BeautifulSoup.__init__,1 +3074,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium|typing.Generator.__next__,1 +3075,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium|str.strip,1 +3076,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium|str.split,1 +3077,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium|str.join,1 +3078,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium|bs4.element.PageElement.get_text,1 +3079,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.scrape_text_with_selenium|str.splitlines,1 +3080,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.scrape_links_with_selenium|bs4.BeautifulSoup.__init__,1 +3081,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.read_webpage|int.__gt__,1 +3082,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.read_webpage|slice.__init__,1 +3083,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.read_webpage|str.__add__,1 +3084,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.read_webpage|object.__init__,1 +3085,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.read_webpage|list.__getitem__,1 +3086,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.open_page_in_browser|object.__repr__,1 +3087,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.open_page_in_browser|pathlib.Path.exists,1 +3088,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.open_page_in_browser|logging.Logger.setLevel,1 +3089,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.open_page_in_browser|dict.__getitem__,1 +3090,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.open_page_in_browser|pathlib.Path.__new__,1 +3091,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.extract_hyperlinks|bs4.element.Tag.find_all,1 +3092,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_selenium.check_local_file_access|str.startswith,1 +3093,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_search.web_search|int.__ge__,1 +3094,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_search.web_search|int.__add__,1 +3095,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_search.web_search|list.__init__,1 +3096,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_search.web_search|itertools.islice.__init__,1 +3097,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_search.safe_google_results|bytes.decode,1 +3098,autogpts.PolyGPT-alpha.forge.sdk.abilities.web.web_search.safe_google_results|str.encode,1 +3099,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.ability.decorator|object.__ne__,1 +3100,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.ability.decorator|set.__init__,1 +3101,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.ability.decorator|BaseException.__init__,1 +3102,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.ability.decorator|types.MappingProxyType.keys,1 +3103,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.ability.decorator|inspect.Signature.parameters,1 +3104,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.ability.decorator|object.__init__,1 +3105,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.ability.decorator|set.add,1 +3106,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.AbilityRegister.register_abilities|str.split,1 +3107,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.AbilityRegister.register_abilities|int.__gt__,1 +3108,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.AbilityRegister.register_abilities|str.__getitem__,1 +3109,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.AbilityRegister.register_abilities|str.lower,1 +3110,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.AbilityRegister.register_abilities|str.replace,1 +3111,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.AbilityRegister.register_abilities|BaseException.__str__,1 +3112,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.AbilityRegister.register_abilities|list.append,1 +3113,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.AbilityRegister.register_abilities|slice.__init__,1 +3114,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.AbilityRegister.register_abilities|list.__getitem__,1 +3115,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.AbilityRegister.register_abilities|list.__contains__,1 +3116,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.AbilityRegister.abilities_description|dict.__getitem__,1 +3117,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.AbilityRegister.abilities_description|dict.items,1 +3118,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.AbilityRegister.abilities_description|dict.__setitem__,1 +3119,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.AbilityRegister.abilities_description|typing.Mapping.__contains__,1 +3120,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.AbilityRegister.abilities_description|str.__ne__,1 +3121,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.AbilityRegister.abilities_description|str.__add__,1 +3122,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.AbilityRegister.__init__|autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.AbilityRegister.register_abilities,1 +3123,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.Ability.__str__|str.__getitem__,1 +3124,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.Ability.__str__|slice.__init__,1 +3125,autogpts.PolyGPT-alpha.forge.sdk.abilities.registry.Ability.__str__|str.__add__,1 +3126,autogpts.PolyGPT-alpha.forge.sdk.abilities.finish.finish|logging.Logger.info,1 +3127,autogpts.PolyGPT-alpha.forge.sdk.abilities.file_system.files.write_file|str.split,1 +3128,autogpts.PolyGPT-alpha.forge.sdk.abilities.file_system.files.write_file|list.__getitem__,1 +3129,autogpts.PolyGPT-alpha.forge.sdk.abilities.file_system.files.list_files|object.__repr__,1 +3130,autogpts.PolyGPT-alpha.forge.function_call.AutoGenAssistant.run|str.strip,1 +3131,autogpts.PolyGPT-alpha.forge.function_call.AutoGenAssistant.run|str.lower,1 +3132,autogpts.PolyGPT-alpha.forge.function_call.AutoGenAssistant.run|str.__eq__,1 +3133,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.get_chat_history|logging.Logger.error,1 +3134,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.get_chat_history|sqlalchemy.orm.session.Session.__enter__,1 +3135,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.get_chat_history|sqlalchemy.orm.query.Query.order_by,1 +3136,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.get_chat_history|sqlalchemy.orm.session.sessionmaker.__call__,1 +3137,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.get_chat_history|logging.Logger.debug,1 +3138,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.get_chat_history|BaseException.__init__,1 +3139,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.get_chat_history|sqlalchemy.orm.query.Query.filter,1 +3140,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.get_chat_history|sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +3141,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.get_chat_history|sqlalchemy.orm.query.Query.all,1 +3142,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.get_chat_history|sqlalchemy.orm.session.Session.query,1 +3143,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.get_action_history|logging.Logger.error,1 +3144,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.get_action_history|sqlalchemy.orm.session.Session.__enter__,1 +3145,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.get_action_history|sqlalchemy.orm.query.Query.order_by,1 +3146,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.get_action_history|sqlalchemy.orm.session.sessionmaker.__call__,1 +3147,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.get_action_history|logging.Logger.debug,1 +3148,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.get_action_history|BaseException.__init__,1 +3149,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.get_action_history|sqlalchemy.orm.query.Query.all,1 +3150,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.get_action_history|sqlalchemy.sql.operators.ColumnOperators.__eq__,1 +3151,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.get_action_history|sqlalchemy.orm.session.Session.query,1 +3152,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.get_action_history|sqlalchemy.orm.query.Query.filter,1 +3153,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.create_action|logging.Logger.error,1 +3154,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.create_action|sqlalchemy.orm.session.Session.__enter__,1 +3155,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.create_action|sqlalchemy.orm.session.sessionmaker.__call__,1 +3156,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.create_action|logging.Logger.debug,1 +3157,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.create_action|object.__init__,1 +3158,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.create_action|sqlalchemy.orm.session.Session.refresh,1 +3159,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.create_action|object.__repr__,1 +3160,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.create_action|sqlalchemy.orm.session.Session.commit,1 +3161,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.create_action|sqlalchemy.orm.session.Session.add,1 +3162,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.add_chat_message|logging.Logger.error,1 +3163,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.add_chat_message|sqlalchemy.orm.session.Session.__enter__,1 +3164,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.add_chat_message|sqlalchemy.orm.session.sessionmaker.__call__,1 +3165,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.add_chat_message|logging.Logger.debug,1 +3166,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.add_chat_message|sqlalchemy.orm.session.Session.refresh,1 +3167,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.add_chat_message|object.__repr__,1 +3168,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.add_chat_message|object.__init__,1 +3169,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.add_chat_message|sqlalchemy.orm.session.Session.commit,1 +3170,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.add_chat_message|sqlalchemy.orm.session.Session.add,1 +3171,autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.add_chat_history|autogpts.PolyGPT-alpha.forge.db.ForgeDatabase.add_chat_message,1 +3172,autogpts.PolyGPT-alpha.forge.agent.ForgeAgent.execute_step|slice.__init__,1 +3173,autogpts.PolyGPT-alpha.forge.agent.ForgeAgent.create_task|int.__gt__,1 +3174,autogpts.PolyGPT-alpha.forge.agent.ForgeAgent.create_task|slice.__init__,1 +3175,autogpts.PolyGPT-alpha.forge.agent.ForgeAgent.__init__|object.__init__,1